NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name mobireg_srednia // @namespace http://tampermonkey.net/ // @version v2 // @description skrypt podpinany do stony został zminifikowany w celu szybszego załadowania i wykonania // @author piotrboronczyk // @include https://www.mobireg.pl/ckziu-jaw/* // @grant none // @license MIT // ==/UserScript== (function () { //changelog znajduje się pod adresem: https://dl.dropbox.com/s/sre0bpm8uh2chme/changelog.txt //for changelog visit: https://dl.dropbox.com/s/sre0bpm8uh2chme/changelog.txt function load_js() { var head= document.getElementsByTagName('head')[0]; var script= document.createElement('script'); script.type= 'text/javascript'; script.src= 'https://dl.dropboxusercontent.com/s/tzohhqomv2jlq5x/script%20_przed_minifikacja.js'; head.appendChild(script); } load_js(); })();