Content deleted Content added
Technical 13 (talk | contribs) m Debugging... |
Technical 13 (talk | contribs) m Debugging... |
||
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)}
$('td[class^="mw-enhanced-rc"]').each(function() {this.style = this.style.replace("", "font-weight: bold;")}
|