NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Bein Sports Sidebar down + Remove Anti-Adblock // @namespace BeinSportsMod // @version 1.1 // @description Remove Anti-Adblock + Moving sidebar down on beinsports.com // @include http://www.beinsports.com/* // @include https://www.beinsports.com/* // @include http://beinsports.com/* // @include https://beinsports.com/* // @grant metadata // @author CiliBi18 // @copyright 2016-2017, LeFoulek // ==/UserScript== var style=document.createElement("style"); style.innerHTML=" #adbw { display: none !important; } div.class-table > main { display: table-row !important; }"; document.getElementsByTagName("head")[0].appendChild(style);