Skip to content

Instantly share code, notes, and snippets.

View IrregularShed's full-sized avatar
🤦‍♂️
Remember the good old days, when we had a future?

Steve Anderson IrregularShed

🤦‍♂️
Remember the good old days, when we had a future?
View GitHub Profile
@IrregularShed
IrregularShed / london2012bedamned.user.js
Created April 18, 2012 21:46
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;} \