NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Clean Amazon (No internal ads) // @namespace http://csa-software.de/ // @version 0.1 // @description Hides all annoying "ads" in Amazon. (tested at amazon.de) // @author Marvin Stürcke // @match http://tampermonkey.net/scripts.php // @grant none // @include https://amazon.de/* // @include https://www.amazon.de/* // @include http://amazon.de/* // @include http://www.amazon.de/* // @include https://amazon.com/* // @include https://www.amazon.com/* // @include http://amazon.com/* // @include http://www.amazon.com/* // ==/UserScript== var child = document.getElementsByTagName("head")[0]; child.innerHTML = child.innerHTML + '<link rel="stylesheet" type="text/css" href="http://csa-software.de/anderes/clean_amazon/styles.css"/>'