diff --git a/src/userscript.ts b/src/userscript.ts index 19cba012..71b26fe0 100644 --- a/src/userscript.ts +++ b/src/userscript.ts @@ -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 diff --git a/userscript.user.js b/userscript.user.js index c01ef4e4..d9f43670 100644 --- a/userscript.user.js +++ b/userscript.user.js @@ -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