// ==UserScript== // @name Remover // @namespace http://scriptz.de.to/ // @version 5.1.0.3 // @description With this Script you can edit every Website. // @author Scriptz // @copyright 2013+ , Scriptz // @include *://* // @icon http://file1.npage.de/007324/77/bilder/favicon.ico // @priority 9999 // @grant unsafeWindow // @supportURL mailto:scriptz@mail1a.de?subject=Remover // @license Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License; http://creativecommons.org/licenses/by-nc-nd/3.0/ // @downloadURL none // ==/UserScript== /* CHANGELOG 5.1.0.3 (7/16/2016) - added changelog - added license */ // ==VAR== var jslink = "javascript"; var work = "Remover by Scriptz is on! <--- Mouseover to Stop."; var Stopped = "Remover by Scriptz is off!"; // ============== // ==START FUNCTION== body = document.body; if(body !== null) { div2 = document.createElement("div"); div2.setAttribute('id','first'); div2.style.position = "fixed"; div2.style.top = "0px"; div2.style.right = "0px"; div2.style.zIndex = "9999"; div2.style.backgroundColor = "red"; div2.style.opacity = 0.90; div2.style.border = "1px solid #ffffcc"; div2.style.padding = "3px"; div2.innerHTML = "
"; body.appendChild(div2); } unsafeWindow.on = function() { document.getElementById("hide").style.visibility='visible'; document.getElementById('first').style.left = "0px"; document.getElementsByTagName("title")[0].firstChild.data = "► Started."; (function() { var link = document.createElement('link'); link.type = 'image/x-icon'; link.rel = 'shortcut icon'; link.href = 'http://file1.npage.de/007324/77/bilder/favicon.ico'; document.getElementsByTagName('head')[0].appendChild(link); }()); location.href=jslink+":document.body.contentEditable='true'; document.designMode='on'; void 0"; document.getElementById('button').innerHTML = work; console.info("Remover by Scriptz is on!"); console.warn("Remover by Scriptz is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License](http://creativecommons.org/licenses/by-nc-nd/3.0/)."); }; // ============== // ==HIDE BUTTON== body = document.body; if(body !== null) { div2 = document.createElement("div"); div2.setAttribute('id','hide'); div2.style.position = "fixed"; div2.style.top = "40px"; div2.style.right = "0px"; div2.style.zIndex = "9999"; div2.style.opacity = 0.90; div2.style.visibility ="hidden"; div2.innerHTML = "
