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']