Skip to content

Instantly share code, notes, and snippets.

@wolverina
Created October 26, 2013 15:20
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolverina/7170601 to your computer and use it in GitHub Desktop.
Save wolverina/7170601 to your computer and use it in GitHub Desktop.
Hide the worst of the web
/*fuck garbage*/
a[href^="http://bzfd.it"],
a[href^="http://buzzfeed.com"],
a[href^="http://www.buzzfeed.com"],
a[href^="http://huff.to"],
a[href^="http://huffingtonpost.com"],
a[href^="http://www.huffingtonpost.com"],
a[href^="http://gaw.kr"],
a[href^="http://gawker.com"],
a[href^="http://www.gawker.com"],
/*eat my ass t.co*/
a[title^="http://bzfd.it"][href^="http://t.co"],
a[title^="http://buzzfeed.com"][href^="http://t.co"],
a[title^="http://www.buzzfeed.com"][href^="http://t.co"],
a[title^="http://huff.to"][href^="http://t.co"],
/*gist requires this comment to be here so it can eat me too*/
a[title^="http://huffingtonpost.com"][href^="http://t.co"],
a[title^="http://www.huffingtonpost.com"][href^="http://t.co"],
a[title^="http://gaw.kr"][href^="http://t.co"],
a[title^="http://gawker.com"][href^="http://t.co"],
a[title^="http://www.gawker.com"][href^="http://t.co"] {
display: none !important;
}
@deutrino
Copy link

oh my god we should have gotten married when we were roommates and had the chance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment