Skip to content

Instantly share code, notes, and snippets.

@verygoodsoftwarenotvirus
Created September 4, 2016 04:27
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 verygoodsoftwarenotvirus/25509038ee0e5445287594f1842c99ab to your computer and use it in GitHub Desktop.
Save verygoodsoftwarenotvirus/25509038ee0e5445287594f1842c99ab to your computer and use it in GitHub Desktop.
Stop IBTimes from blurrying text when you run an Adblocker on their site
div#v_main.v_text.noselect{
color: black !important;
text-shadow: none !important;
}
/* In Stylish, apply to URLs on the domain www.ibtimes.co.uk */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment