- // ==UserScript==
- // @name BBC No Featured Section
- // @namespace BBC
- // @description Hide the featured section on the new bbc.co.uk
- // @include http://www.bbc.co.uk/
- // ==/UserScript==
- document.getElementById("hpFeatureBox").style.display = "none";
- document.getElementById("hpColTwo").className = "hpCol hpCol-first";
- document.getElementById("hpColThree").className = "hpCol hpCol-first";