CiLiBi18 / TalkToHackerAdsRemover

// ==UserScript==
// @name        TalkToHackerAdsRemover
// @namespace   TalkToHackerAdsRemover
// @version     1
// @description Remove Ads from talktohacker.com
// @include     http://www.talktohacker.com/*
// @include     https://www.talktohacker.com/*
// @include     http://talktohacker.com/*
// @include     https://talktohacker.com/*
// @grant       metadata
// @author      CiliBi18
// @copyright   2016, LeFoulek
// ==/UserScript==

var style=document.createElement("style");
style.innerHTML=" .linkwithin_outer { display: none !important; }";
document.getElementsByTagName("head")[0].appendChild(style);