diff --git a/4chan_x.user.js b/4chan_x.user.js index 6ce2579c2..c6436fc07 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2611,7 +2611,8 @@ textContent: getTitle(thread) }; $.set('watched', watched); - return watcher.refresh(); + watcher.refresh(); + return true; } }; diff --git a/script.coffee b/script.coffee index 00677a70a..950a5b655 100644 --- a/script.coffee +++ b/script.coffee @@ -2087,6 +2087,7 @@ watcher = textContent: getTitle thread $.set 'watched', watched watcher.refresh() + true anonymize = init: ->