File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ function getFuncsForInjection (usePerformanceFix) {
2828
2929 textStr = textStr . replace ( / # E X T - X - S C T E 3 5 - O U T ( .| \s ) * # E X T - X - S C T E 3 5 - I N / gmi, '' ) ;
3030 textStr = textStr . replace ( / # E X T - X - S C T E 3 5 - O U T ( .| \s ) * / gmi, '' ) ;
31+ textStr = textStr . replace ( / # E X T I N F : 2 .0 0 [ 1 2 ] ( .| \s ) * / gmi, '' ) ;
3132 textStr = textStr . replace ( / # E X T - X - S C T E 3 5 - I N / gi, '' ) ;
3233 textStr = textStr . replace ( / # E X T - X - D I S C O N T I N U I T Y / gi, '' ) ;
3334 textStr = textStr . replace ( / # E X T - X - D A T E R A N G E : I D = " s t i t c h e d - a d .* / gi, '' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " Twitch-HLS-Ad-Block" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.6.2 " ,
44 "author" : " InstanceLabs" ,
55 "description" : " Block Twitch ads that are inserted directly in the HLS stream" ,
66 "content_scripts" : [{
You can’t perform that action at this time.
0 commit comments