Content deleted Content added
Technical 13 (talk | contribs) turn stuff on and off. |
Technical 13 (talk | contribs) |
||
Line 37:
/* Shrink all things on my "Contributions" page that no-one has edited since me. *//*
$('.mw-uctop').closest('li').css({"font-size":"6px", "text-decoration":"italic"});
/* show result count if all results are shown on one page */// on [[Special:WhatLinksHere]]
$('div#mw-content-text').html($('div#mw-content-text').html().replace(/previous [\d,]* \| next [\d,]*/, 'showing all ' + $('ul#mw-whatlinkshere-list li').length + ' results'));
/* Refresh my WatchList page when viewing every minute
|