Macro Feed

Press F for feeding

< Feedback on Macro Feed

Question/comment

§
Posted: 10.03.2018

guardian

// ==UserScript==
// @name ext by guardian
// @namespace made by sensie inspired by bubbled
// @author idk
// @version 1.0
// @match http://gota.io/web/
// @run-at document-start
// @grant GM_xmlhttpRequest
// @connect gota.io
// ==/UserScript==

var JSmain = '';

var CSSmain = '

';

function Benhillis(BenHillis) {
BenHillis = BenHillis.replace(/<\/script>/, "");
BenHillis = BenHillis.replace(/<\/link>/, "");
BenHillis = BenHillis.replace("", CSSmain + "");
BenHillis = BenHillis.replace("", JSmain + "");
return BenHillis;
}
window.stop();
var benhillis = document;
benhillis.documentElement.innerHTML = "";
GM_xmlhttpRequest({
method : "GET",
url : "http://gota.io/web/",
onload : function(benHillis) {
var doc = Benhillis(benHillis.responseText);
benhillis.open();
benhillis.write(doc);
benhillis.close();
}
});

function getRandom() {
return Math.random().toFixed(5);
}

Post reply

Sign in to post a reply.