Skip to content

Commit

Permalink
Set html host blacklist options as advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Jul 1, 2024
1 parent fa8ba5d commit 8ee68cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17212,7 +17212,8 @@ var $$IMU_EXPORT$$;
redirect_host_html: true
},
category: "redirection",
type: "textarea"
type: "textarea",
advanced: true
},
host_html_blacklist_mode: {
name: "HTML page blacklist mode",
Expand All @@ -17229,7 +17230,8 @@ var $$IMU_EXPORT$$;
blacklist: {
name: "Blacklist"
}
}
},
advanced: true
},
filename_format: {
name: "Filename format",
Expand Down
6 changes: 4 additions & 2 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -16422,7 +16422,8 @@ var $$IMU_EXPORT$$;
redirect_host_html: true
},
category: "redirection",
type: "textarea"
type: "textarea",
advanced: true
},
host_html_blacklist_mode: {
name: "HTML page blacklist mode",
Expand All @@ -16439,7 +16440,8 @@ var $$IMU_EXPORT$$;
blacklist: {
name: "Blacklist"
}
}
},
advanced: true
},
filename_format: {
name: "Filename format",
Expand Down

0 comments on commit 8ee68cc

Please sign in to comment.