Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name fuck derstandard.at
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description try to take over the world!
- // @author You
- // @match https://www.derstandard.at/*
- // @grant none
- // ==/UserScript==
- (function() {
- 'use strict';
- const magic = ()=>{
- document.querySelectorAll(`.widget pur-widget, .site-footer, .supporter-widget-styling-strong, ad-container, .native-ad, .story-tool,[data-type="supplemental"], #piano-supporter-inline-container, .story-recommended, footer, #forumdisclaimer, [style="text-align: center; line-height: 1em; font-size: 0.7em; opacity: 0.1;"]`)
- .forEach(x=>x.remove());
- setTimeout(magic, 1000);
- };
- magic();
- })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement