NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name JVC - Sondage illimité ! // @version 1.1 // @description For responsive // @author Craftbukkit // @match http://www.jeuxvideo.com/forums/0-* // @grant none // @run-at document-end // ==/UserScript== /* function ajouter_reponse_sondage(e) { window.nb_reponse -= 1; } jQuery(function() { jQuery("body").on("click", ".href-ajouter-reponse", function() { ajouter_reponse_sondage(jQuery(this)) })}); */ // Responsive Edition document.getElementsByClassName("href-ajouter-reponse")[0].dataset.max = "10000";