Skip to content

Commit ed150f4

Browse files
committed
Push version to 0.1.1
1 parent 00040f1 commit ed150f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Twitch staff has been fairly quick to fix low hanging fruits that disable advert
66

77
This chromium extension monkey patches the web worker (among others) Twitch uses and edits the m3u8 playlist that gets requested every few seconds to simply remove segments that are marked as advertisments (using SCTE-35 flags).
88

9-
Right now Twitch also makes the actual stream available in those playlist files after a few seconds, which means that just after around 5 seconds the real stream begins, instead of 30 seconds of advertisements.
9+
Right now Twitch also makes the actual stream available in those playlist files after a few seconds, which means that after just around 5 seconds the real stream begins, instead of 30 seconds of advertisements.
1010

1111
# Installation
1212

@@ -22,7 +22,7 @@ To install manually:
2222

2323
# Limitations
2424

25-
Generally it seems to work fine. Whenever one loads up a new channel, if there's an advertisment injected by Twitch, after a few seconds of loading the real stream begins without any indication of an advertisment. Additionally there is a few seconds of buffering after 30 seconds (or maybe that's my shitty connection).
25+
Generally it seems to work fine. Whenever one loads up a new channel, if there's an advertisment injected by Twitch, after a few seconds of loading the real stream begins without any indication of an advertisment.
2626

2727
However I've seen rare instances where the stream breaks, which requires a browser reload. This happened once when the advertisment loaded 2-3 seconds after the stream has started normally.
2828

chromium_extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Twitch-HLS-Ad-Block",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "InstanceLabs",
55
"description": "Block Twitch ads that are inserted directly in the HLS stream",
66
"content_scripts": [{

0 commit comments

Comments
 (0)