File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
// @name YouTube EXPERIMENT_FLAGS Tamer
3
3
// @namespace UserScripts
4
4
// @match https://www.youtube.com/*
5
- // @version 1.3.23
5
+ // @version 1.3.24
6
6
// @license MIT
7
7
// @author CY Fung
8
8
// @icon https://github.com/cyfung1031/userscript-supports/raw/main/icons/yt-engine.png
144
144
145
145
const kl = key . length ;
146
146
147
+ if ( FLAG_STRATEGY_03 && key . includes ( 'ab' ) && / \b a b \b / . test ( key . replace ( / _ / g, '.' ) ) ) {
148
+ // do it with your separate script please
149
+ if ( key === 'ab_det_apb_b' ) return fOperAccept ;
150
+ if ( key === 'ab_det_el_h' ) return fOperAccept ;
151
+ if ( key === 'ab_det_fet_wr' ) return fOperAccept ;
152
+ if ( key === 'ab_det_fet_wr_en' ) return fOperAccept ;
153
+ if ( key === 'ab_det_gen_re' ) return fOperAccept ;
154
+ if ( key === 'enable_ab_report_on_errorscreen' ) return fOperAccept ;
155
+ if ( key === 'enable_ab_rp_int' ) return fOperAccept ;
156
+ if ( key === 'web_enable_ab_em_rsp' ) return fOperAccept ;
157
+ if ( key === 'web_enable_ab_rsp_cl' ) return fOperAccept ;
158
+ if ( key === 'webfe_disable_ab_em_plb' ) return fOperAccept ;
159
+ }
160
+
147
161
if ( FLAG_STRATEGY_01 ) {
148
162
149
163
if ( key === 'web_player_defer_modules' ) return fOperAccept ;
You can’t perform that action at this time.
0 commit comments