diff --git a/4chan_x.user.js b/4chan_x.user.js index 4ca487db0..a5ca8b019 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -129,8 +129,7 @@ 'Thread Stats': [true, 'Display reply and image count'], 'Thread Watcher': [true, 'Bookmark threads'], 'Auto Watch': [true, 'Automatically watch threads that you start'], - 'Auto Watch Reply': [false, 'Automatically watch threads that you reply to'], - 'Beep': [false, 'Beep on new post to completely read thread'] + 'Auto Watch Reply': [false, 'Automatically watch threads that you reply to'] }, Posting: { 'Quick Reply': [true, 'Reply without leaving the page'], @@ -201,6 +200,7 @@ }, updater: { checkbox: { + 'Beep': [false, 'Beep on new post to completely read thread'], 'Scrolling': [false, 'Scroll updated posts into view. Only enabled at bottom of page.'], 'Scroll BG': [false, 'Scroll background tabs'], 'Verbose': [true, 'Show countdown timer, new post count'], diff --git a/script.coffee b/script.coffee index 7f7549757..3fafa724f 100644 --- a/script.coffee +++ b/script.coffee @@ -41,7 +41,6 @@ Config = 'Thread Watcher': [true, 'Bookmark threads'] 'Auto Watch': [true, 'Automatically watch threads that you start'] 'Auto Watch Reply': [false, 'Automatically watch threads that you reply to'] - 'Beep': [false, 'Beep on new post to completely read thread'] Posting: 'Quick Reply': [true, 'Reply without leaving the page'] 'Cooldown': [true, 'Prevent "flood detected" errors'] @@ -160,6 +159,7 @@ Config = hide: ['x', 'Hide thread'] updater: checkbox: + 'Beep': [false, 'Beep on new post to completely read thread'] 'Scrolling': [false, 'Scroll updated posts into view. Only enabled at bottom of page.'] 'Scroll BG': [false, 'Scroll background tabs'] 'Verbose': [true, 'Show countdown timer, new post count']