Wikipedia:WikiProject User scripts/Scripts/Unwatch: Difference between revisions
Content deleted Content added
m kluge to handle case where "diff" is unlinked (eww) |
link to other version here |
||
Line 1:
// This script adds an "unwatch" link to each entry in your watchlist. This version works regardless of whether you have the "Enhanced recent changes" option selected in your [[Special:Preferences|user preferences]]. By default the links take you back to [[Special:Watchlist|your watchlist]]. If you'd prefer them to take you to a "Removed from watchlist" page like the unwatch links at the top of the watched pages, uncomment the second line in the function.
There is an AJAX version at [[User:Quarl/unwatch.js]] (unwatches articles without opening an actual link, and crosses it off your list when unwatching is acknowledged) <pre><nowiki>
addOnloadHook(function () {
|