Created
February 2, 2018 19:44
-
-
Save cetteup/0cf90bde024c14f5785ded31a4bad376 to your computer and use it in GitHub Desktop.
Simple CSS rules to hide anti-adblocker message and ads on Spiegel Online (SPON)
This file contains hidden or 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
div.ua-detected.ua-ff { display: none !important; } | |
div#wrapper-content { opacity: 1.0 !important; filter: none !important; pointer-events: all !important; } | |
div#wrapper img { display: none; } | |
div#wrapper-shadow img { display: initial; } | |
div#content-main > div:first-of-type { display: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment