NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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);