diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 08e539311..cec78313a 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -11493,9 +11493,9 @@ 'Fourchan thingies': Fourchan, 'Emoji': Emoji, 'Color User IDs': IDColor, - 'Reveal Spoilers': RemoveSpoilers, 'Custom CSS': CustomCSS, 'Linkify': Linkify, + 'Reveal Spoilers': RemoveSpoilers, 'Resurrect Quotes': Quotify, 'Filter': Filter, 'Thread Hiding Buttons': ThreadHiding, diff --git a/builds/crx/script.js b/builds/crx/script.js index 0776618c7..433ea6c6a 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -11484,9 +11484,9 @@ 'Fourchan thingies': Fourchan, 'Emoji': Emoji, 'Color User IDs': IDColor, - 'Reveal Spoilers': RemoveSpoilers, 'Custom CSS': CustomCSS, 'Linkify': Linkify, + 'Reveal Spoilers': RemoveSpoilers, 'Resurrect Quotes': Quotify, 'Filter': Filter, 'Thread Hiding Buttons': ThreadHiding, diff --git a/src/General/Main.coffee b/src/General/Main.coffee index e3d420d5b..50303d0af 100755 --- a/src/General/Main.coffee +++ b/src/General/Main.coffee @@ -83,9 +83,9 @@ Main = 'Fourchan thingies': Fourchan 'Emoji': Emoji 'Color User IDs': IDColor - 'Reveal Spoilers': RemoveSpoilers 'Custom CSS': CustomCSS 'Linkify': Linkify + 'Reveal Spoilers': RemoveSpoilers 'Resurrect Quotes': Quotify 'Filter': Filter 'Thread Hiding Buttons': ThreadHiding