NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name ZeroTurnAround.com-RemoveStickyFooter // @namespace https://github.com/VenkataRaju/GreaseMonkeyScripts/raw/master/ZeroTurnAround.com/ZeroTurnAround.com-RemoveStickyFooter // @description Removes sticky footer from ZeroTurnAround.com // @downloadURL https://github.com/VenkataRaju/GreaseMonkeyScripts/raw/master/ZeroTurnAround.com/ZeroTurnAround.com-RemoveStickyFooter.user.js // @updateURL https://github.com/VenkataRaju/GreaseMonkeyScripts/raw/master/ZeroTurnAround.com/ZeroTurnAround.com-RemoveStickyFooter.meta.js // @match http://zeroturnaround.com/* // @version 1 // @grant none // ==/UserScript== document.getElementById("ninja-footer").remove();