Advertisement
Guest User

Ed

a guest
Feb 28th, 2008
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. // ==UserScript==
  2. // @name BBC No Featured Section
  3. // @namespace BBC
  4. // @description Hide the featured section on the new bbc.co.uk
  5. // @include http://www.bbc.co.uk/
  6. // ==/UserScript==
  7. document.getElementById("hpFeatureBox").style.display = "none";
  8. document.getElementById("hpColTwo").className = "hpCol hpCol-first";
  9. document.getElementById("hpColThree").className = "hpCol hpCol-first";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement