mic_none

User:Equazcion/RemoveMarkAll.js Source: en.wikipedia.org/wiki/User:Equazcion/RemoveMarkAll.js

if (mw.config.get('wgPageName') == "Special:Watchlist") {

   $('#mw-watchlist-resetbutton').remove();
   $('.mw-watched').contents().unwrap();

}

if (mw.config.get('wgAction') == "history") {

   $('.updatedmarker').remove();

}