NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name FirerankAdsRemover // @namespace FirerankAdsRemover // @version 1.02 // @description Remove Ads from firerank.com // @include http://www.firerank.com/* // @include https://www.firerank.com/* // @include http://firerank.com/* // @include https://firerank.com/* // @grant metadata // @author CiliBi18 // @copyright 2016, LeFoulek // ==/UserScript== var style=document.createElement("style"); style.innerHTML=" .modal-open { overflow: auto !important; } #adblockModal, .modal-backdrop.in { display: none !important; }"; document.getElementsByTagName("head")[0].appendChild(style);