NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Furaffinity No Banner // @namespace zanny // @description Removes the banner div from FA // @version 1 // @license GPL-3.0+ // @include http://www.furaffinity.net/* // @include https://www.furaffinity.net/* // @icon http://www.furaffinity.net/favicon.ico // @noframes // ==/UserScript== document.getElementsByClassName('block-banners')[0].remove();