Skip to content

Instantly share code, notes, and snippets.

@sindbad103
Created August 17, 2017 06:58
Show Gist options
  • Save sindbad103/58f32565825cfe2114c7a8ccded5cbe3 to your computer and use it in GitHub Desktop.
Save sindbad103/58f32565825cfe2114c7a8ccded5cbe3 to your computer and use it in GitHub Desktop.
Anti-Adblock Killer for Spiegel Online
// ==UserScript==
// @name Anti-Adblock Killer for Spiegel Online
// @description Removes the Adblocker Detection Layer which is active on SPON since 2017/08/13
// @require https://gist.github.com/raw/2620135/checkForBadJavascripts.js
// @run-at document-start
// @grant GM_addStyle
// @include http://www.spiegel.de/*
// ==/UserScript==
checkForBadJavascripts([
[false, /showAdBlockDetectionLayer/, null ]
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment