From 41bc1b629d8778fcc065a894bacecada338705d7 Mon Sep 17 00:00:00 2001 From: James Campos Date: Thu, 17 Mar 2011 22:28:06 -0700 Subject: [PATCH] don't enable reply nav by default --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index e2c1919a6..632d3fa1f 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -77,7 +77,7 @@ 'Quick Reply': [true, 'Reply without leaving the page'], 'Quick Report': [true, 'Add quick report buttons'], 'Reply Hiding': [true, 'Hide single replies'], - 'Reply Navigation': [true, 'Navigate to the beginning / end of a thread'], + 'Reply Navigation': [false, 'Navigate to the beginning / end of a thread'], 'Sauce': [true, 'Add sauce to images'], 'Show Stubs': [true, 'Of hidden threads / replies'], 'Thread Expansion': [true, 'View all replies'], diff --git a/script.coffee b/script.coffee index 38e7b5701..b3f2766d2 100644 --- a/script.coffee +++ b/script.coffee @@ -23,7 +23,7 @@ config = 'Quick Reply': [true, 'Reply without leaving the page'] 'Quick Report': [true, 'Add quick report buttons'] 'Reply Hiding': [true, 'Hide single replies'] - 'Reply Navigation': [true, 'Navigate to the beginning / end of a thread'] + 'Reply Navigation': [false, 'Navigate to the beginning / end of a thread'] 'Sauce': [true, 'Add sauce to images'] 'Show Stubs': [true, 'Of hidden threads / replies'] 'Thread Expansion': [true, 'View all replies']