NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name JV-Autorefresh // @namespace Kai // @description Rafraichissement automatique de la liste des sujets sur les forums. // @include http://www.jeuxvideo.com/forums/0-* // @include http://www.jeuxvideo.com/forums/1-* // @include http://www.jeuxvideo.com/forums/3-* // @version 1 // @grant none // ==/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()