NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 15-18 en direct // @namespace Cedas // @version 0.1 // @description Voyez évoluer le 15-18 en direct. // @match http://www.jeuxvideo.com/forums/0-50-0-1-0-1-0-blabla-15-18-ans.htm // @copyright Meyes , 2014. // ==/UserScript== function update(){jQuery.ajax({url:"",cache:!1,success: function(t){t=t.split('1" summary="">')[1].split("</table>")[0],t!==last&& (last=t,jQuery("#liste_topics").html(t)),update() }})}var last="";update()