Content deleted Content added
fix |
avoid declaring function() in top-level as these become accessible outside the script |
||
Line 43:
});
$('#pagehistory li').each(function(idx) {
Line 167:
* (newest | oldest) (newer n | older n) (20 | 50 | 100 | 250 | 500)
*/
if (hidingReverts) {
if (!/&hidereverted=y/.test($('.mw-numlink').attr('href'))) {
Line 181:
}
if (window.hre_debug) console.log(...args);
}
|