Created
February 4, 2020 14:01
-
-
Save spddl/663690546fa37f2cf2593c15409a12b9 to your computer and use it in GitHub Desktop.
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
// ==UserScript== | |
// @name Abendblatt | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @include https://www.abendblatt.de/* | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
document.getElementById('paywall-container').id = 'keinePayWall' | |
})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment