hi -> high
This commit is contained in:
parent
f416ba551c
commit
0ea1c3c6ab
@ -92,7 +92,7 @@
|
||||
quote: {
|
||||
'Quote Backlinks': [true, 'Add quote backlinks'],
|
||||
'OP Backlinks': [false, 'Add backlinks to the OP'],
|
||||
'Quote Hilighting': [true, 'Highlight the previewed post'],
|
||||
'Quote Highlighting': [true, 'Highlight the previewed post'],
|
||||
'Quote Inline': [true, 'Show quoted post inline on quote click'],
|
||||
'Quote Preview': [true, 'Show quote content on hover'],
|
||||
'Indicate OP quote': [true, 'Add \'(OP)\' to OP quotes']
|
||||
|
||||
@ -12,44 +12,44 @@ if console?
|
||||
config =
|
||||
main:
|
||||
monitor:
|
||||
'Thread Updater': [true, 'Update threads']
|
||||
'Unread Count': [true, 'Show unread post count in tab title']
|
||||
'Post in Title': [true, 'Show the op\'s post in the tab title']
|
||||
'Thread Stats': [true, 'Display reply and image count']
|
||||
'Thread Watcher': [true, 'Bookmark threads']
|
||||
'Auto Watch': [true, 'Automatically watch threads that you start']
|
||||
'Auto Watch Reply': [false, 'Automatically watch threads that you reply to']
|
||||
'Thread Updater': [true, 'Update threads']
|
||||
'Unread Count': [true, 'Show unread post count in tab title']
|
||||
'Post in Title': [true, 'Show the op\'s post in the tab title']
|
||||
'Thread Stats': [true, 'Display reply and image count']
|
||||
'Thread Watcher': [true, 'Bookmark threads']
|
||||
'Auto Watch': [true, 'Automatically watch threads that you start']
|
||||
'Auto Watch Reply': [false, 'Automatically watch threads that you reply to']
|
||||
img:
|
||||
'Image Auto-Gif': [false, 'Animate gif thumbnails']
|
||||
'Image Expansion': [true, 'Expand images']
|
||||
'Image Hover': [false, 'Show full image on mouseover']
|
||||
'Image Preloading': [false, 'Preload Images']
|
||||
'Sauce': [true, 'Add sauce to images']
|
||||
'Image Auto-Gif': [false, 'Animate gif thumbnails']
|
||||
'Image Expansion': [true, 'Expand images']
|
||||
'Image Hover': [false, 'Show full image on mouseover']
|
||||
'Image Preloading': [false, 'Preload Images']
|
||||
'Sauce': [true, 'Add sauce to images']
|
||||
post:
|
||||
'Cooldown': [true, 'Prevent \'flood detected\' errors']
|
||||
'Quick Reply': [true, 'Reply without leaving the page']
|
||||
'Persistent QR': [false, 'Quick reply won\'t disappear after posting. Only in replies.']
|
||||
'Cooldown': [true, 'Prevent \'flood detected\' errors']
|
||||
'Quick Reply': [true, 'Reply without leaving the page']
|
||||
'Persistent QR': [false, 'Quick reply won\'t disappear after posting. Only in replies.']
|
||||
quote:
|
||||
'Quote Backlinks': [true, 'Add quote backlinks']
|
||||
'OP Backlinks': [false, 'Add backlinks to the OP']
|
||||
'Quote Hilighting': [true, 'Highlight the previewed post']
|
||||
'Quote Inline': [true, 'Show quoted post inline on quote click']
|
||||
'Quote Preview': [true, 'Show quote content on hover']
|
||||
'Indicate OP quote': [true, 'Add \'(OP)\' to OP quotes']
|
||||
'Quote Backlinks': [true, 'Add quote backlinks']
|
||||
'OP Backlinks': [false, 'Add backlinks to the OP']
|
||||
'Quote Highlighting': [true, 'Highlight the previewed post']
|
||||
'Quote Inline': [true, 'Show quoted post inline on quote click']
|
||||
'Quote Preview': [true, 'Show quote content on hover']
|
||||
'Indicate OP quote': [true, 'Add \'(OP)\' to OP quotes']
|
||||
hide:
|
||||
'Reply Hiding': [true, 'Hide single replies']
|
||||
'Thread Hiding': [true, 'Hide entire threads']
|
||||
'Show Stubs': [true, 'Of hidden threads / replies']
|
||||
'Reply Hiding': [true, 'Hide single replies']
|
||||
'Thread Hiding': [true, 'Hide entire threads']
|
||||
'Show Stubs': [true, 'Of hidden threads / replies']
|
||||
misc:
|
||||
'404 Redirect': [true, 'Redirect dead threads']
|
||||
'Anonymize': [false, 'Make everybody anonymous']
|
||||
'Keybinds': [false, 'Binds actions to keys']
|
||||
'Localize Time': [true, 'Show times based on your timezone']
|
||||
'Localized am/pm': [false, 'Change localized time to the 12-hour clock convention']
|
||||
'Report Button': [true, 'Add report buttons']
|
||||
'Comment Expansion': [true, 'Expand too long comments']
|
||||
'Thread Expansion': [true, 'View all replies']
|
||||
'Thread Navigation': [true, 'Navigate to previous / next thread']
|
||||
'404 Redirect': [true, 'Redirect dead threads']
|
||||
'Anonymize': [false, 'Make everybody anonymous']
|
||||
'Keybinds': [false, 'Binds actions to keys']
|
||||
'Localize Time': [true, 'Show times based on your timezone']
|
||||
'Localized am/pm': [false, 'Change localized time to the 12-hour clock convention']
|
||||
'Report Button': [true, 'Add report buttons']
|
||||
'Comment Expansion': [true, 'Expand too long comments']
|
||||
'Thread Expansion': [true, 'View all replies']
|
||||
'Thread Navigation': [true, 'Navigate to previous / next thread']
|
||||
textarea:
|
||||
flavors: [
|
||||
'http://regex.info/exif.cgi?url='
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user