Skip to content

Instantly share code, notes, and snippets.

@IrregularShed
Created April 18, 2012 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IrregularShed/2416831 to your computer and use it in GitHub Desktop.
Save IrregularShed/2416831 to your computer and use it in GitHub Desktop.
Userscript to remove annoying Olympic logo from BBC Website; also removes a link from homepage ("Olympics")
// ==UserScript==
// @name London 2012 Be Damned
// @version 0.1
// @namespace http://www.twindx.com/
// @include http://www.bbc.co.uk/*
// @description Remove the annoying Olympic logo at the top of the BBC website.
// @updateURL https://raw.github.com/gist/2416831#file_london2012bedamned.user.js
// ==/UserScript==
GM_addStyle("div.blq-masthead-container li#blq-nav-promo {display:none !important;} \
body#domestic div#h4drawers div#h4more ol.categories li:nth-child(14) {display:none !important; }");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment