Skip to content

Instantly share code, notes, and snippets.

@stianl
Last active September 8, 2016 10:04
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 stianl/1223ec15d1817a25cbcd to your computer and use it in GitHub Desktop.
Save stianl/1223ec15d1817a25cbcd to your computer and use it in GitHub Desktop.
Fjern "salgsplakat" og tekstblurring fra Aftenposten
/**
* Bruk en extenstion som stylebot e.l. i Chrome og legg til følgende regler for aftenposten.no for å lese Magasinet-artikler
*/
.js-salesposter-blurred-element {
text-shadow: 0 0 #000;
opacity: 1;
color: #000;
}
.salesposter {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment