Skip to content

Instantly share code, notes, and snippets.

@cetteup
Created February 2, 2018 19:44
Show Gist options
  • Save cetteup/0cf90bde024c14f5785ded31a4bad376 to your computer and use it in GitHub Desktop.
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)
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