Skip to content

Commit

Permalink
Update warning text for redirecting html pages
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Jul 1, 2024
1 parent bdfb8c3 commit aa25c31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14294,9 +14294,9 @@ var $$IMU_EXPORT$$;
},
redirect_host_html: {
name: "Redirect for HTML pages too",
description: "Tries redirection even if the host page is HTML. This option might be useful for dead links. However, this will also result in many normal pages being redirected to images/video, so please avoid enabling this by default!",
description: "Tries redirection even if the host page is HTML. This option might be useful for dead links. However, this will also result in many normal pages being redirected to images/video, so use with caution.",
warning: {
"true": "This will result in many pages being redirected to images/videos.\nI'd recommend only enabling this for the media you need it for, then disabling it after."
"true": "This will result in many pages being redirected to images/videos.\nI'd recommend only either enabling this for the media you need it for then disabling it after, or using the black/whitelist feature below to only allow it to run for specified websites."
},
category: "redirection",
advanced: true
Expand Down
4 changes: 2 additions & 2 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -13508,9 +13508,9 @@ var $$IMU_EXPORT$$;
},
redirect_host_html: {
name: "Redirect for HTML pages too",
description: "Tries redirection even if the host page is HTML. This option might be useful for dead links. However, this will also result in many normal pages being redirected to images/video, so please avoid enabling this by default!",
description: "Tries redirection even if the host page is HTML. This option might be useful for dead links. However, this will also result in many normal pages being redirected to images/video, so use with caution.",
warning: {
"true": "This will result in many pages being redirected to images/videos.\nI'd recommend only enabling this for the media you need it for, then disabling it after."
"true": "This will result in many pages being redirected to images/videos.\nI'd recommend only either enabling this for the media you need it for then disabling it after, or using the black/whitelist feature below to only allow it to run for specified websites."
},
category: "redirection",
advanced: true
Expand Down

0 comments on commit aa25c31

Please sign in to comment.