Wikipedia:WikiProject User scripts/Scripts/Unwatch: Difference between revisions

Content deleted Content added
link to other version here
don't try to modify Special:Watchlist/edit
Line 7:
//var query_prefix = "action=unwatch&title=";
 
if (window.___location.href.indexOf("Special:Watchlist") ==< -10) return;
if (window.___location.href.indexOf("Special:Watchlist/edit") >= 0) return;
 
var links = document.getElementById('content').getElementsByTagName('a');
for (var i = 0; i < links.length; i++) {