diff --git a/builds/4chan-X.js b/builds/4chan-X.js index 2b5328cbd..fb24fb02b 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -130,11 +130,11 @@ 'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'], 'Quote Previewing': [true, 'Show quoted post on hover.'], 'Quote Highlighting': [true, 'Highlight the previewed post.'], - 'Quote Threading': [true, ''], 'Resurrect Quotes': [true, 'Link dead quotes to the archives.'], 'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'], 'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'], - 'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'] + 'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'], + 'Quote Threading': [false, 'Thread conversations'] } }, imageExpansion: { diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index e0ae62cd3..2e9205fd6 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -131,11 +131,11 @@ 'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'], 'Quote Previewing': [true, 'Show quoted post on hover.'], 'Quote Highlighting': [true, 'Highlight the previewed post.'], - 'Quote Threading': [true, ''], 'Resurrect Quotes': [true, 'Link dead quotes to the archives.'], 'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'], 'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'], - 'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'] + 'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'], + 'Quote Threading': [false, 'Thread conversations'] } }, imageExpansion: { diff --git a/builds/crx.crx b/builds/crx.crx index b8add01ae..208dac507 100644 Binary files a/builds/crx.crx and b/builds/crx.crx differ diff --git a/builds/crx/script.js b/builds/crx/script.js index c612fe848..0995830c7 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -86,11 +86,11 @@ 'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'], 'Quote Previewing': [true, 'Show quoted post on hover.'], 'Quote Highlighting': [true, 'Highlight the previewed post.'], - 'Quote Threading': [true, ''], 'Resurrect Quotes': [true, 'Link dead quotes to the archives.'], 'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'], 'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'], - 'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'] + 'Mark Cross-thread Quotes': [true, 'Add \'(Cross-thread)\' to cross-threads quotes.'], + 'Quote Threading': [false, 'Thread conversations'] } }, imageExpansion: { diff --git a/src/code/config.coffee b/src/code/config.coffee index 3ee465f54..358da50d9 100644 --- a/src/code/config.coffee +++ b/src/code/config.coffee @@ -277,10 +277,6 @@ Config = true 'Highlight the previewed post.' ] - 'Quote Threading': [ - true - '' - ] 'Resurrect Quotes': [ true 'Link dead quotes to the archives.' @@ -297,6 +293,10 @@ Config = true 'Add \'(Cross-thread)\' to cross-threads quotes.' ] + 'Quote Threading': [ + false + 'Thread conversations' + ] imageExpansion: 'Fit width': [