ytConfigHacks

To provide a way to hack the yt.config_ such as EXPERIMENT_FLAGS

目前为 2023-09-19 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.cn-greasyfork.org/scripts/475632/1252568/ytConfigHacks.js

作者
𝖢𝖸 𝖥𝗎𝗇𝗀
版本
0.1.3
创建于
2023-09-19
更新于
2023-09-19
大小
2.9 KB
许可证
MIT

The script must be included from a userscript with the following metablocks

  • // @match https://www.youtube.com/*
  • // @run-at document-start
  • // @inject-into page
  • // @grant none

Then an array window._ytConfigHacks will be provided and push your function into the array.