Content deleted Content added
Technical 13 (talk | contribs) Debugging... |
Technical 13 (talk | contribs) m hrmmm.. may need a ; on that... |
||
Line 19:
/* Refresh my WatchList page when viewing every minute */
if (document.___location.href == "http://en.wikipedia.org/wiki/Special:Watchlist") {
setTimeout(function(){___location = ''},60000);
var timeNow = new Date();
var minNow = timeNow.getMinutes();
|