diff --git a/4chan_x.user.js b/4chan_x.user.js
index 3e9da4b64..fd9708603 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -2253,7 +2253,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.
\
@@ -2466,7 +2466,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 ff7d4be35..4ae7b8ec2 100644
--- a/script.coffee
+++ b/script.coffee
@@ -1724,7 +1724,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.
@@ -1923,7 +1923,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.