// ==UserScript==
// @name Fitgirl [ Youtube Preview ]
// @namespace https://greasyfork.org/en/users/10118-drhouse
// @version 1.0
// @description adds YouTube Preview links below video game titles, easily watch video of the game before playing it
// @include https://fitgirl-repacks.site/*
// @include https://duckduckgo.com/*
// @require http://code.jquery.com/jquery-3.4.1.min.js
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.2/babel.js
// @require https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.js
// @author drhouse
// @license CC-BY-NC-SA-4.0
// @icon https://www.google.com/s2/favicons?sz=64&domain=fitgirl-repacks.site
// @downloadURL none
// ==/UserScript==
/* global jQuery, $ */
this.$ = this.jQuery = jQuery.noConflict(true);
(function($){
function videoize(){
$('.nframe').remove()
$('br').remove()
$('article').each(function(index, value) {
let pathname = window.location.pathname;
if (pathname.split('/').length > 2) {
var x2 = $('.entry-title').text()
} else {
var x = $(this).find('a').get(1)
x2 = $(x).text()
}
var x3 = encodeURIComponent(x2)
$('
').insertAfter(x)
var urlish = 'https://duckduckgo.com/?hps=1&q=%21+site%3Ayoutube.com+' + x3 + '+video+game'
$('