ytConfigHacks

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

目前為 2023-09-19 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @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.