NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name RisiBack // @author HaPandora // @description Je regle les conneries des stagiaires // @include http://www.jeuxvideo.com/* // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js // @require https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js // @version 0.0.2 // @icon http://image.noelshack.com/fichiers/2017/43/7/1509275898-19.png // @copyright 2017+, HaPandora // ==/UserScript== (function() { 'use strict'; var version = '0.1'; if($('.img-erreur').length !== 0) window.location.href = "http://www.jeuxvideo.com/forums/0-51-0-1-0-1-0-blabla-18-25-ans.htm"; })();