From 4bb1b4012685c03df9c9c86b13d57f4ba30117fb Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 7 May 2011 22:14:37 -0700 Subject: [PATCH] off by default until feature parity (actual 2.4.0) --- 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 69158fc61..e35c626ba 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -84,7 +84,7 @@ 'Post in Title': [true, 'Show the op\'s post in the tab title'], 'Quick Reply': [true, 'Reply without leaving the page'], 'Quick Report': [true, 'Add quick report buttons'], - 'Quote Preview': [true, 'Show quote content on hover'], + 'Quote Preview': [false, 'Show quote content on hover'], 'Reply Hiding': [true, 'Hide single replies'], 'Sauce': [true, 'Add sauce to images'], 'Show Stubs': [true, 'Of hidden threads / replies'], diff --git a/script.coffee b/script.coffee index e59ccdbc5..7688407d8 100644 --- a/script.coffee +++ b/script.coffee @@ -28,7 +28,7 @@ config = 'Post in Title': [true, 'Show the op\'s post in the tab title'] 'Quick Reply': [true, 'Reply without leaving the page'] 'Quick Report': [true, 'Add quick report buttons'] - 'Quote Preview': [true, 'Show quote content on hover'] + 'Quote Preview': [false, 'Show quote content on hover'] 'Reply Hiding': [true, 'Hide single replies'] 'Sauce': [true, 'Add sauce to images'] 'Show Stubs': [true, 'Of hidden threads / replies']