NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name LeParisienAdsRemover // @namespace LeParisienAdsRemover // @version 1 // @description Remove Ads from leparisien.fr // @include http://www.leparisien.fr/* // @include https://www.leparisien.fr/* // @include http://leparisien.fr/* // @include https://leparisien.fr/* // @grant metadata // @author CiliBi18 // @copyright 2017, LeFoulek // ==/UserScript== var style=document.createElement("style"); style.innerHTML=" .overlay, .overlay_small { display: none !important; }"; document.getElementsByTagName("head")[0].appendChild(style);