NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name BeinSportsSidebarDown // @namespace BeinSportsSidebarDown // @version 1 // @description 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, LeFoulek // ==/UserScript== var style=document.createElement("style"); style.innerHTML=" div.class-table > main { display: table-row !important; }"; document.getElementsByTagName("head")[0].appendChild(style);