YouTube: Stable Streaming

Nil

  1. // ==UserScript==
  2. // @name YouTube: Stable Streaming
  3. // @namespace UserScripts
  4. // @match https://www.youtube.com/*
  5. // @grant none
  6. // @version 0.1.4
  7. // @author CY Fung
  8. // @license MIT
  9. // @description Nil
  10. // @run-at document-start
  11. // @inject-into page
  12. // @unwrap
  13. // @require https://update.gf.qytechs.cn/scripts/475632/1361351/ytConfigHacks.js
  14. // ==/UserScript==
  15.  
  16. (() => {
  17.  
  18. window._ytConfigHacks.add((config_) => {
  19.  
  20. const EXPERIMENT_FLAGS = config_.EXPERIMENT_FLAGS;
  21.  
  22. if (EXPERIMENT_FLAGS) {
  23.  
  24. EXPERIMENT_FLAGS.ab_pl_man = true;
  25. EXPERIMENT_FLAGS.ab_fk_sk_cl = true;
  26. EXPERIMENT_FLAGS.ab_det_apb_b = true;
  27.  
  28. EXPERIMENT_FLAGS.ab_net_tp_e = true;
  29. EXPERIMENT_FLAGS.ad_net_pb_ab = true;
  30. EXPERIMENT_FLAGS.ad_net_pb_pbp = true;
  31.  
  32. }
  33.  
  34. });
  35.  
  36. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址