Wow. Just... oops.
This commit is contained in:
parent
fc8d6c9498
commit
724aff27b5
@ -198,7 +198,6 @@
|
|||||||
'Auto Hide QR': [true, 'Automatically hide the quick reply when posting.'],
|
'Auto Hide QR': [true, 'Automatically hide the quick reply when posting.'],
|
||||||
'Open Post in New Tab': [true, 'Open new threads or replies to a thread from the index in a new tab.'],
|
'Open Post in New Tab': [true, 'Open new threads or replies to a thread from the index in a new tab.'],
|
||||||
'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.'],
|
'Remember Subject': [false, 'Remember the subject field, instead of resetting after posting.'],
|
||||||
'Remember QR Size': [false, 'Remember the size of the Quick reply.'],
|
|
||||||
'Remember Spoiler': [false, 'Remember the spoiler state, instead of resetting after posting.'],
|
'Remember Spoiler': [false, 'Remember the spoiler state, instead of resetting after posting.'],
|
||||||
'Remember QR Size': [false, 'Remember the size of the quick reply\'s comment field.'],
|
'Remember QR Size': [false, 'Remember the size of the quick reply\'s comment field.'],
|
||||||
'Cooldown': [true, 'Indicate the remaining time before posting again.'],
|
'Cooldown': [true, 'Indicate the remaining time before posting again.'],
|
||||||
@ -14652,7 +14651,6 @@
|
|||||||
'Settings': Settings,
|
'Settings': Settings,
|
||||||
'Announcement Hiding': PSAHiding,
|
'Announcement Hiding': PSAHiding,
|
||||||
'Fourchan thingies': Fourchan,
|
'Fourchan thingies': Fourchan,
|
||||||
'Emoji': Emoji,
|
|
||||||
'Color User IDs': IDColor,
|
'Color User IDs': IDColor,
|
||||||
'Remove Spoilers': RemoveSpoilers,
|
'Remove Spoilers': RemoveSpoilers,
|
||||||
'Custom CSS': CustomCSS,
|
'Custom CSS': CustomCSS,
|
||||||
@ -14689,7 +14687,6 @@
|
|||||||
'Reveal Spoilers': RevealSpoilers,
|
'Reveal Spoilers': RevealSpoilers,
|
||||||
'Image Loading': ImageLoader,
|
'Image Loading': ImageLoader,
|
||||||
'Image Hover': ImageHover,
|
'Image Hover': ImageHover,
|
||||||
'Fappe Tyme': FappeTyme,
|
|
||||||
'Comment Expansion': ExpandComment,
|
'Comment Expansion': ExpandComment,
|
||||||
'Thread Expansion': ExpandThread,
|
'Thread Expansion': ExpandThread,
|
||||||
'Thread Excerpt': ThreadExcerpt,
|
'Thread Excerpt': ThreadExcerpt,
|
||||||
|
|||||||
@ -14632,7 +14632,6 @@
|
|||||||
'Settings': Settings,
|
'Settings': Settings,
|
||||||
'Announcement Hiding': PSAHiding,
|
'Announcement Hiding': PSAHiding,
|
||||||
'Fourchan thingies': Fourchan,
|
'Fourchan thingies': Fourchan,
|
||||||
'Emoji': Emoji,
|
|
||||||
'Color User IDs': IDColor,
|
'Color User IDs': IDColor,
|
||||||
'Remove Spoilers': RemoveSpoilers,
|
'Remove Spoilers': RemoveSpoilers,
|
||||||
'Custom CSS': CustomCSS,
|
'Custom CSS': CustomCSS,
|
||||||
@ -14669,7 +14668,6 @@
|
|||||||
'Reveal Spoilers': RevealSpoilers,
|
'Reveal Spoilers': RevealSpoilers,
|
||||||
'Image Loading': ImageLoader,
|
'Image Loading': ImageLoader,
|
||||||
'Image Hover': ImageHover,
|
'Image Hover': ImageHover,
|
||||||
'Fappe Tyme': FappeTyme,
|
|
||||||
'Comment Expansion': ExpandComment,
|
'Comment Expansion': ExpandComment,
|
||||||
'Thread Expansion': ExpandThread,
|
'Thread Expansion': ExpandThread,
|
||||||
'Thread Excerpt': ThreadExcerpt,
|
'Thread Excerpt': ThreadExcerpt,
|
||||||
|
|||||||
@ -269,12 +269,6 @@ Config =
|
|||||||
false
|
false
|
||||||
'Remember the subject field, instead of resetting after posting.'
|
'Remember the subject field, instead of resetting after posting.'
|
||||||
]
|
]
|
||||||
<% if (type === 'userscript') { %>
|
|
||||||
'Remember QR Size': [
|
|
||||||
false
|
|
||||||
'Remember the size of the Quick reply.'
|
|
||||||
]
|
|
||||||
<% } %>
|
|
||||||
'Remember Spoiler': [
|
'Remember Spoiler': [
|
||||||
false
|
false
|
||||||
'Remember the spoiler state, instead of resetting after posting.'
|
'Remember the spoiler state, instead of resetting after posting.'
|
||||||
|
|||||||
@ -117,7 +117,6 @@ Main =
|
|||||||
'Settings': Settings
|
'Settings': Settings
|
||||||
'Announcement Hiding': PSAHiding
|
'Announcement Hiding': PSAHiding
|
||||||
'Fourchan thingies': Fourchan
|
'Fourchan thingies': Fourchan
|
||||||
'Emoji': Emoji
|
|
||||||
'Color User IDs': IDColor
|
'Color User IDs': IDColor
|
||||||
'Remove Spoilers': RemoveSpoilers
|
'Remove Spoilers': RemoveSpoilers
|
||||||
'Custom CSS': CustomCSS
|
'Custom CSS': CustomCSS
|
||||||
@ -154,7 +153,6 @@ Main =
|
|||||||
'Reveal Spoilers': RevealSpoilers
|
'Reveal Spoilers': RevealSpoilers
|
||||||
'Image Loading': ImageLoader
|
'Image Loading': ImageLoader
|
||||||
'Image Hover': ImageHover
|
'Image Hover': ImageHover
|
||||||
'Fappe Tyme': FappeTyme
|
|
||||||
'Comment Expansion': ExpandComment
|
'Comment Expansion': ExpandComment
|
||||||
'Thread Expansion': ExpandThread
|
'Thread Expansion': ExpandThread
|
||||||
'Thread Excerpt': ThreadExcerpt
|
'Thread Excerpt': ThreadExcerpt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user