diff --git a/4chan_x.user.js b/4chan_x.user.js index 55dfbbe6e..6e14267fa 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -86,8 +86,8 @@ Config = { main: { Enhancing: { - 'Disable 4chan\'s extension': [true, 'Avoid conflicts between 4chan X and 4chan\'s inline extension.'], - 'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'], + 'Disable 4chan\'s extension': [true, 'Avoid conflicts between 4chan X and 4chan\'s inline extension'], + 'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog'], '404 Redirect': [true, 'Redirect dead threads and images'], 'Keybinds': [true, 'Binds actions to keys'], 'Time Formatting': [true, 'Arbitrarily formatted timestamps, using your local time'], @@ -112,14 +112,14 @@ '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': [false, 'Expand images from current position to thread end.'] + 'Expand From Current': [false, 'Expand images from current position to thread end'] }, Menu: { - 'Menu': [true, 'Add a drop-down menu in posts.'], - 'Report Link': [true, 'Add a report link to the menu.'], - 'Delete Link': [true, 'Add post and image deletion links to the menu.'], - 'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'], - 'Archive Link': [true, 'Add an archive link to the menu.'] + 'Menu': [true, 'Add a drop-down menu in posts'], + 'Report Link': [true, 'Add a report link to the menu'], + 'Delete Link': [true, 'Add post and image deletion links to the menu'], + 'Download Link': [true, 'Add a download with original filename link to the menu (Chrome only)'], + 'Archive Link': [true, 'Add an archive link to the menu'] }, Monitoring: { 'Thread Updater': [true, 'Update threads. Has more options in its own dialog.'], @@ -132,15 +132,15 @@ 'Auto Watch Reply': [false, 'Automatically watch threads that you reply to'] }, Posting: { - 'Quick Reply': [true, 'Reply without leaving the page.'], - 'Cooldown': [true, 'Prevent "flood detected" errors.'], - 'Persistent QR': [false, 'The Quick reply won\'t disappear after posting.'], - 'Auto Hide QR': [true, 'Automatically hide the quick reply when posting.'], - 'Open Reply in New Tab': [false, 'Open replies in a new tab that are made from the main board.'], - 'Remember QR size': [false, 'Remember the size of the Quick reply (Firefox only).'], - 'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.'], - 'Remember Spoiler': [false, 'Remember the spoiler state, instead of resetting after posting.'], - 'Hide Original Post Form': [true, 'Replace the normal post form with a shortcut to open the QR.'] + 'Quick Reply': [true, 'Reply without leaving the page'], + 'Cooldown': [true, 'Prevent "flood detected" errors'], + 'Persistent QR': [false, 'The Quick reply won\'t disappear after posting'], + 'Auto Hide QR': [true, 'Automatically hide the quick reply when posting'], + 'Open Reply in New Tab': [false, 'Open replies in a new tab that are made from the main board'], + 'Remember QR size': [false, 'Remember the size of the Quick reply (Firefox only)'], + 'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting'], + 'Remember Spoiler': [false, 'Remember the spoiler state, instead of resetting after posting'], + 'Hide Original Post Form': [true, 'Replace the normal post form with a shortcut to open the QR'] }, Quoting: { 'Quote Backlinks': [true, 'Add quote backlinks'], diff --git a/script.coffee b/script.coffee index f098cd9c6..9c485a45b 100644 --- a/script.coffee +++ b/script.coffee @@ -1,8 +1,8 @@ Config = main: Enhancing: - 'Disable 4chan\'s extension': [true, 'Avoid conflicts between 4chan X and 4chan\'s inline extension.'] - 'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog.'] + 'Disable 4chan\'s extension': [true, 'Avoid conflicts between 4chan X and 4chan\'s inline extension'] + 'Catalog Links': [true, 'Turn Navigation links into links to each board\'s catalog'] '404 Redirect': [true, 'Redirect dead threads and images'] 'Keybinds': [true, 'Binds actions to keys'] 'Time Formatting': [true, 'Arbitrarily formatted timestamps, using your local time'] @@ -25,13 +25,13 @@ 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': [false, 'Expand images from current position to thread end.'] + 'Expand From Current': [false, 'Expand images from current position to thread end'] Menu: - 'Menu': [true, 'Add a drop-down menu in posts.'] - 'Report Link': [true, 'Add a report link to the menu.'] - 'Delete Link': [true, 'Add post and image deletion links to the menu.'] - 'Download Link': [true, 'Add a download with original filename link to the menu. Chrome-only currently.'] - 'Archive Link': [true, 'Add an archive link to the menu.'] + 'Menu': [true, 'Add a drop-down menu in posts'] + 'Report Link': [true, 'Add a report link to the menu'] + 'Delete Link': [true, 'Add post and image deletion links to the menu'] + 'Download Link': [true, 'Add a download with original filename link to the menu (Chrome only)'] + 'Archive Link': [true, 'Add an archive link to the menu'] Monitoring: 'Thread Updater': [true, 'Update threads. Has more options in its own dialog.'] 'Unread Count': [true, 'Show unread post count in tab title'] @@ -42,15 +42,15 @@ Config = 'Auto Watch': [true, 'Automatically watch threads that you start'] 'Auto Watch Reply': [false, 'Automatically watch threads that you reply to'] Posting: - 'Quick Reply': [true, 'Reply without leaving the page.'] - 'Cooldown': [true, 'Prevent "flood detected" errors.'] - 'Persistent QR': [false, 'The Quick reply won\'t disappear after posting.'] - 'Auto Hide QR': [true, 'Automatically hide the quick reply when posting.'] - 'Open Reply in New Tab': [false, 'Open replies in a new tab that are made from the main board.'] - 'Remember QR size': [false, 'Remember the size of the Quick reply (Firefox only).'] - 'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.'] - 'Remember Spoiler': [false, 'Remember the spoiler state, instead of resetting after posting.'] - 'Hide Original Post Form': [true, 'Replace the normal post form with a shortcut to open the QR.'] + 'Quick Reply': [true, 'Reply without leaving the page'] + 'Cooldown': [true, 'Prevent "flood detected" errors'] + 'Persistent QR': [false, 'The Quick reply won\'t disappear after posting'] + 'Auto Hide QR': [true, 'Automatically hide the quick reply when posting'] + 'Open Reply in New Tab': [false, 'Open replies in a new tab that are made from the main board'] + 'Remember QR size': [false, 'Remember the size of the Quick reply (Firefox only)'] + 'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting'] + 'Remember Spoiler': [false, 'Remember the spoiler state, instead of resetting after posting'] + 'Hide Original Post Form': [true, 'Replace the normal post form with a shortcut to open the QR'] Quoting: 'Quote Backlinks': [true, 'Add quote backlinks'] 'OP Backlinks': [false, 'Add backlinks to the OP']