Content deleted Content added
create |
+ |
||
Line 2:
if ( mw.config.get( 'wgCanonicalSpecialPageName' ) === 'Watchlist' ) {
$.ready.then( function () {
console.log( 'watchlish fixing starting');
$( '.mw-changeslist a' ).each( function () {
var href = $( this ).prop( 'href' );
Line 9 ⟶ 10:
} );
} );
console.log( 'watchlish fixing completed');
} );
}
|