Config.
This commit is contained in:
parent
8d2171a580
commit
7c2005e369
@ -130,11 +130,11 @@
|
|||||||
'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'],
|
'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'],
|
||||||
'Quote Previewing': [true, 'Show quoted post on hover.'],
|
'Quote Previewing': [true, 'Show quoted post on hover.'],
|
||||||
'Quote Highlighting': [true, 'Highlight the previewed post.'],
|
'Quote Highlighting': [true, 'Highlight the previewed post.'],
|
||||||
'Quote Threading': [true, ''],
|
|
||||||
'Resurrect Quotes': [true, 'Link dead quotes to the archives.'],
|
'Resurrect Quotes': [true, 'Link dead quotes to the archives.'],
|
||||||
'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'],
|
'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'],
|
||||||
'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'],
|
'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: {
|
imageExpansion: {
|
||||||
|
|||||||
@ -131,11 +131,11 @@
|
|||||||
'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'],
|
'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'],
|
||||||
'Quote Previewing': [true, 'Show quoted post on hover.'],
|
'Quote Previewing': [true, 'Show quoted post on hover.'],
|
||||||
'Quote Highlighting': [true, 'Highlight the previewed post.'],
|
'Quote Highlighting': [true, 'Highlight the previewed post.'],
|
||||||
'Quote Threading': [true, ''],
|
|
||||||
'Resurrect Quotes': [true, 'Link dead quotes to the archives.'],
|
'Resurrect Quotes': [true, 'Link dead quotes to the archives.'],
|
||||||
'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'],
|
'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'],
|
||||||
'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'],
|
'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: {
|
imageExpansion: {
|
||||||
|
|||||||
BIN
builds/crx.crx
BIN
builds/crx.crx
Binary file not shown.
@ -86,11 +86,11 @@
|
|||||||
'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'],
|
'Forward Hiding': [true, 'Hide original posts of inlined backlinks.'],
|
||||||
'Quote Previewing': [true, 'Show quoted post on hover.'],
|
'Quote Previewing': [true, 'Show quoted post on hover.'],
|
||||||
'Quote Highlighting': [true, 'Highlight the previewed post.'],
|
'Quote Highlighting': [true, 'Highlight the previewed post.'],
|
||||||
'Quote Threading': [true, ''],
|
|
||||||
'Resurrect Quotes': [true, 'Link dead quotes to the archives.'],
|
'Resurrect Quotes': [true, 'Link dead quotes to the archives.'],
|
||||||
'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'],
|
'Mark Quotes of You': [true, 'Add \'(You)\' to quotes linking to your posts.'],
|
||||||
'Mark OP Quotes': [true, 'Add \'(OP)\' to OP quotes.'],
|
'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: {
|
imageExpansion: {
|
||||||
|
|||||||
@ -277,10 +277,6 @@ Config =
|
|||||||
true
|
true
|
||||||
'Highlight the previewed post.'
|
'Highlight the previewed post.'
|
||||||
]
|
]
|
||||||
'Quote Threading': [
|
|
||||||
true
|
|
||||||
''
|
|
||||||
]
|
|
||||||
'Resurrect Quotes': [
|
'Resurrect Quotes': [
|
||||||
true
|
true
|
||||||
'Link dead quotes to the archives.'
|
'Link dead quotes to the archives.'
|
||||||
@ -297,6 +293,10 @@ Config =
|
|||||||
true
|
true
|
||||||
'Add \'(Cross-thread)\' to cross-threads quotes.'
|
'Add \'(Cross-thread)\' to cross-threads quotes.'
|
||||||
]
|
]
|
||||||
|
'Quote Threading': [
|
||||||
|
false
|
||||||
|
'Thread conversations'
|
||||||
|
]
|
||||||
|
|
||||||
imageExpansion:
|
imageExpansion:
|
||||||
'Fit width': [
|
'Fit width': [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user