From 4fed7ab9667f5b5ba90a3d06a2611502798c5849 Mon Sep 17 00:00:00 2001 From: James Campos Date: Tue, 21 Feb 2012 11:44:41 -0800 Subject: [PATCH] expand from current default disabled --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 0fc9f62ba..d38e29b79 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -102,7 +102,7 @@ 'Image Hover': [false, 'Show full image on mouseover'], 'Sauce': [true, 'Add sauce to images'], 'Reveal Spoilers': [false, 'Replace spoiler thumbnails by the original thumbnail'], - 'Expand From Current': [true, 'Expand images from current position to thread end.'] + 'Expand From Current': [false, 'Expand images from current position to thread end.'] }, Monitoring: { 'Thread Updater': [true, 'Update threads. Has more options in its own dialog.'], diff --git a/script.coffee b/script.coffee index 0972fe59d..f59258130 100644 --- a/script.coffee +++ b/script.coffee @@ -24,7 +24,7 @@ config = 'Image Hover': [false, 'Show full image on mouseover'] 'Sauce': [true, 'Add sauce to images'] 'Reveal Spoilers': [false, 'Replace spoiler thumbnails by the original thumbnail'] - 'Expand From Current': [true, 'Expand images from current position to thread end.'] + 'Expand From Current': [false, 'Expand images from current position to thread end.'] Monitoring: 'Thread Updater': [true, 'Update threads. Has more options in its own dialog.'] 'Unread Count': [true, 'Show unread post count in tab title']