Skip to content

Commit

Permalink
Require third-party library support for faster speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Mar 11, 2024
1 parent ad3d422 commit 00c5fa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/userscript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17038,6 +17038,9 @@ var $$IMU_EXPORT$$;
youtube_replace_n: {
name: "YouTube: Enable faster speeds",
description: "Increases the download bandwidth for YouTube videos by replacing the `n` parameter. Note that this may execute untrusted Javascript.",
requires: {
allow_thirdparty_libs: true
},
category: "rules",
subcategory: "rule_specific",
onupdate: update_rule_setting
Expand Down
3 changes: 3 additions & 0 deletions userscript.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -16253,6 +16253,9 @@ var $$IMU_EXPORT$$;
youtube_replace_n: {
name: "YouTube: Enable faster speeds",
description: "Increases the download bandwidth for YouTube videos by replacing the `n` parameter. Note that this may execute untrusted Javascript.",
requires: {
allow_thirdparty_libs: true
},
category: "rules",
subcategory: "rule_specific",
onupdate: update_rule_setting
Expand Down

0 comments on commit 00c5fa9

Please sign in to comment.