From 00c5fa9377ec2fddd4d964d6808d57b8ad35eeab Mon Sep 17 00:00:00 2001 From: qsniyg Date: Mon, 11 Mar 2024 23:41:49 +0000 Subject: [PATCH] Require third-party library support for faster speeds --- src/userscript.ts | 3 +++ userscript.user.js | 3 +++ 2 files changed, 6 insertions(+) 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