Wikipedia:WikiProject User scripts/Scripts/Unwatch: Difference between revisions
Content deleted Content added
a MUCH simpler solution |
m shorter unwatch URL |
||
Line 8:
continue;
var unwatch = document.createElement('a');
unwatch.href = "/w/index.php?title
unwatch.title = "Unwatch "+links[i].title;
unwatch.appendChild(document.createTextNode("unwatch"));
|