Skip to content

Instantly share code, notes, and snippets.

@spddl
Created February 4, 2020 14:01
Show Gist options
  • Save spddl/663690546fa37f2cf2593c15409a12b9 to your computer and use it in GitHub Desktop.
Save spddl/663690546fa37f2cf2593c15409a12b9 to your computer and use it in GitHub Desktop.
// ==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