diff --git a/4chan_x.user.js b/4chan_x.user.js
index f4a4d4092..02f88d21c 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -2243,7 +2243,7 @@
\
Sauce is disabled.
\
Lines starting with a
# will be ignored.
\
- You can specify a certain display text by appending ";text:[text]" to the url.\
+ You can specify a certain display text by appending
;text:[text] to the url.\
These parameters will be replaced by their corresponding values:\
- $1: Thumbnail url.
\
- $2: Full image url.
\
@@ -2456,7 +2456,7 @@
\
- \
Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`).
\
- For example: stub:yes; or stub:no;\
+ For example: stub:yes; or stub:no;.\
\
- \
Highlight instead of hiding. You can specify a class name to use with a userstyle.
\
diff --git a/script.coffee b/script.coffee
index aeebcbe5e..d4a4a0d01 100644
--- a/script.coffee
+++ b/script.coffee
@@ -1710,7 +1710,7 @@ Options =
Sauce is disabled.
Lines starting with a
# will be ignored.
- You can specify a certain display text by appending ";text:[text]" to the url.
+ You can specify a certain display text by appending
;text:[text] to the url.
These parameters will be replaced by their corresponding values:
- $1: Thumbnail url.
- $2: Full image url.
@@ -1909,7 +1909,7 @@ Options =
-
Overrule the `Show Stubs` setting if specified: create a stub (`yes`) or not (`no`).
- For example: stub:yes; or stub:no;
+ For example: stub:yes; or stub:no;.
-
Highlight instead of hiding. You can specify a class name to use with a userstyle.