Skip to content

Instantly share code, notes, and snippets.

View michaelotto's full-sized avatar

Michael Otto michaelotto

  • epublica GmbH
  • Hamburg, Germany
View GitHub Profile
// ==UserScript==
// @name Remove Spiegel+ stories from spiegel.de
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Remove Spiegel+ stories from spiegel.de
// @author Michael Otto
// @match https://www.spiegel.de/
// @match http://www.spiegel.de/
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Remove Z+ stories from zeit.de
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Remove bento.de stories from spiegel.de
// @author Michael Otto
// @match https://www.zeit.de/*
// @match http://www.zeit.de/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Remove bento.de stories from spiegel.de
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Remove bento.de stories from spiegel.de
// @author Michael Otto
// @match https://www.spiegel.de/*
// @match http://www.spiegel.de/*
// @grant none
// ==/UserScript==