NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name eksi_update // @description update_eklentisi // @version 1.2.1 // @author biz boylemi gorduk babamizdan // @include https://eksisozluk.com* // @include http://eksisozluk.com* // @updateURL https://openuserjs.org/install/akc__/eksi_update.user.js // @run-at document-start // ==/UserScript== (function(){ function GM_wait() { if(typeof unsafeWindow.jQuery == 'undefined') window.setTimeout(GM_wait,0); else unsafeWindow.jQuery(function() { letsJQuery(unsafeWindow.jQuery); }); } GM_wait(); function letsJQuery($) { $("body").html("versiyon 1.2.1"); } })();