Skip to content

Commit e05d269

Browse files
authored
Block some more ads
1 parent 5c08621 commit e05d269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function getFuncsForInjection (usePerformanceFix) {
1717
}
1818

1919
function stripAds (textStr) {
20-
var haveAdTags = textStr.includes('#EXT-X-SCTE35-OUT');
20+
var haveAdTags = textStr.includes('#EXT-X-SCTE35-OUT') || textStr.includes('stitched-ad');
2121

2222
if (haveAdTags) {
2323
self._wasAd = true;

0 commit comments

Comments
 (0)