// ==UserScript== // @name Grepotemas // @namespace Temas para Gerpolis // @version 0.0.3 // @author JoeMan // @description themes for the game Grepolis // @include http://*.grepolis.com/* // @include https://*.grepolis.com/* // @exclude https://*.forum.grepolis.com/* // @exclude https://wiki.*.grepolis.com/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js // @icon https://i.imgur.com/qYhrH44.gif // @copyright 2019, JoeMan var myString = "Reload script Grepolis Themes"; alert(myString); // @license-end // @downloadURL none // ==/UserScript== var version = '0.2'; /*********************************************************************************************** * Description : * Version: 0.0.3 * Script created for you. * Show themes blog. * Grepotemas window is draggable. * Open and wax your search without leaving the game. * Grepotemas always near you. * CONTENT LOCK: Users may need to disable protection due to "unsafe" iframe elements. * Resolution: Just click on the shield icon in the address bar and enable unsafe content. USE AT YOUR OWN RISK. * **********************************************************************************************/ var uw = unsafeWindow || window, $ = uw.jQuery || jQuery, DATA, GM; GM = (typeof GM_info === 'object'); console.log('%c-Grepotemas- Ready', 'color: blue; font-size: 1em; font-weight: bolder; '); var dbf_tooltip = "Grepotemas"; $('.gods_area').append('
'); $('.dbf_btn').tooltip(dbf_tooltip); $('.dbf_btn').on('mousedown', function () { $('.dbf_icon').addClass('click'); }); $('.dbf_btn').on('mouseup', function () { $('.dbf_icon').removeClass('click'); }); $('.dbf_btn').click(editDBF); $('body').append('