Last active
September 8, 2016 10:04
-
-
Save stianl/1223ec15d1817a25cbcd to your computer and use it in GitHub Desktop.
Fjern "salgsplakat" og tekstblurring fra Aftenposten
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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