NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name LeMonde.fr anti-nagscreen // @namespace net.kemenaran // @description Redirige l'écran "Vous utilisez un bloqueur de pub" vers la page d'accueil // @include http://www.lemonde.fr/modele-economique/ // @version 1 // @grant none // ==/UserScript== window.location = "http://www.lemonde.fr/"