NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Auto Reload Winpoin // @namespace http://forum.winpoin.com/index.php // @version 0.1 // @description Auto Reload Winpoin // @match http://forum.winpoin.com/index.php // @copyright 2014, yuzz181 // ==/UserScript== // Otomatis Refresh Last post setInterval(function(){return prostats_reload()},15000); // Otomatis Refresh Notifikasi setInterval(function(){ $.get('xmlhttp.php?action=getNewAlerts', function(data) { $('#latestAlertsListing').prepend(data); }); },30000);