qixx811 / Clean Amazon (No internal ads)

// ==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"/>'