twitch.tv

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
asdfag3eta
Senior Member
Senior Member
Posts: 57
Joined: Tue Nov 01, 2016 4:06 pm

Post by asdfag3eta »

@smed79 thanks a lot ! but how come they dont show up when i use streamlink and stream directly to my media player ?
:O shouldnt they show up there too if its directly a part of the stream ?
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

No idea :-/ The best place to ask your question is https://github.com/streamlink/streamlink/issues
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Tobiwan
New Member
New Member
Posts: 2
Joined: Thu Jun 01, 2017 3:25 pm

Post by Tobiwan »

I have Amazon Video trailer ads since a few days and can't find any reason for it in the logs, maybe you did or can help me :(

Code: Select all

csp	https://client-event-reporter.twitch.tv/
xhr	https://api.twitch.tv/kraken/users/43570449/status
xhr	https://client-event-reporter.twitch.tv/v1/stats
xhr	https://pubster.twitch.tv/publish
Only Amazon Video trailer ads, in breaks from streamers and random in streams without any reason.

What can I do? I was hoping the problems go away with updates, but it seams no one have this problems...
 ! Message from: Lanik
Merged rules#forumsearch
Tobiwan
New Member
New Member
Posts: 2
Joined: Thu Jun 01, 2017 3:25 pm

Post by Tobiwan »

I fund this in the log and it is in the ad link:

Code: Select all

http://fidget.twitch.tv/track?data= + random....
jeroenvip
Site Member
Site Member
Posts: 33
Joined: Tue Jun 07, 2016 12:59 am

Post by jeroenvip »

Another domain serving the ads ?

example:

http://imgur.com/a/HSAw4

https://pastebin.com/raw/63Nqe8Ks
jeroenvip
Site Member
Site Member
Posts: 33
Joined: Tue Jun 07, 2016 12:59 am

Post by jeroenvip »

Some new findings.

Using ublock origin with these 2 filters prevent any ads from being played. Even when the streamer initiates and ad. Perhaps someone can confirm that this is actually working with adblocj plus? ( haven't had time to test it out )

Code: Select all

||fidget.twitch.tv/^
##.player-ad-overlay
regards jerome
kasper93
Site Member
Site Member
Posts: 18
Joined: Sun Mar 05, 2017 3:04 pm

Post by kasper93 »

[mention]jeroenvip[/mention]: It is not possible to block this ad. They inject it directly in video HLS playlsit:

Suddenly we can see #EXT-X-DISCONTINUITY and after that tracking link and segments for the ad video. Playlist URL is the same, segment ursl are also not distinguishable form live ones.

Code: Select all

#EXTINF:2.000,live
https://video-edge-c67ac4.fra02.hls.ttvnw.net/v1/segment/[..].ts
#EXTINF:2.000,live
https://video-edge-c67ac4.fra02.hls.ttvnw.net/v1/segment/[..].ts
#EXT-X-DISCONTINUITY
#EXT-X-SCTE35-OUT:URL="https://fidget.twitch.tv/track?data=[..]"
#EXTINF:2.000,048b9e59-1d56-430f-9898-e6f489f96d84
https://video-edge-c67ac4.fra02.hls.ttvnw.net/v1/segment/[..].ts
#EXTINF:2.000,048b9e59-1d56-430f-9898-e6f489f96d84
https://video-edge-c67ac4.fra02.hls.ttvnw.net/v1/segment/[..].ts
#EXTINF:2.000,048b9e59-1d56-430f-9898-e6f489f96d84
https://video-edge-c67ac4.fra02.hls.ttvnw.net/v1/segment/[..].ts
Few playlist reload later we go back to live segments.

Code: Select all

...
#EXT-X-DISCONTINUITY
#EXT-X-SCTE35-IN
#EXTINF:2.000,live
...
Only way to block this is to use custom player which detects and ignores this. Tho with current tools we can't block it.


Few filters that you might want to use. Mostly user tracking stuff.

Code: Select all

twitch.tv###sizzle_strip
twitch.tv##.player-ad-overlay
||fidget.twitch.tv
||trowel.twitch.tv
||twitch.tv/tmilibs/JSSocket
||api.twitch.tv/steam/watching?channel=
||api.twitch.tv/kraken/users/*/status
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
owego
New Member
New Member
Posts: 6
Joined: Fri Jul 29, 2016 3:19 pm

Post by owego »

I can confirm that I don't see any ads while watching streams through Streamlink and VLC.
However, with ublock-origin I now get ads if I watch a stream via firefox or chrome.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Rijhdael9
New Member
New Member
Posts: 8
Joined: Thu Aug 24, 2017 2:10 pm

Post by Rijhdael9 »

Hi. Please block <div data-test-selector="channel_panel_test_selector" ....
https://i.imgur.com/pZTQy4Gr.jpg
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

add

Code: Select all

||static-cdn.jtvnw.net^-320-320.
twitch.tv##a[href^="http://hyperx.gg/"]
https://www.twitch.tv/pgl_dota
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
dunero
New Member
New Member
Posts: 2
Joined: Tue Oct 24, 2017 11:27 pm

Post by dunero »

Block this subnet to remove all twitch video ads:

34.210.0.0-34.210.255.255

If they ever change the ad server ip, use streamlink and compare the ip requests with html player to find the new ip.
dunero
New Member
New Member
Posts: 2
Joined: Tue Oct 24, 2017 11:27 pm

Post by dunero »

Also add this to the block list, hidden adblock detection:

Code: Select all

https://custos.twitchcdn.net/v1.js
Giurassico
New Member
New Member
Posts: 1
Joined: Wed Nov 08, 2017 6:43 pm

Post by Giurassico »

Perché non vengono più bloccate le pubblicità sul sito in questione?
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

Giurassico wrote: Wed Nov 08, 2017 6:45 pm Perché non vengono più bloccate le pubblicità sul sito in questione?
Loosely translated to:
Why do not they stop blocking ads on the site in question?
This is an English only forum please post your questions in English, thanks.
"If it ain't broke don't fix it."
intense
Contributor
Contributor
Posts: 10494
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

(my fault - I moved the post from the italian forum in the existing thread)
nt75656
New Member
New Member
Posts: 4
Joined: Wed Nov 22, 2017 1:55 pm

Post by nt75656 »

https://custos.twitchcdn.net/v1.js

This line doesn't work anymore. Video Ads have resurfaced again.
jeroenvip
Site Member
Site Member
Posts: 33
Joined: Tue Jun 07, 2016 12:59 am

Post by jeroenvip »

Experiencing the same thing. Up until a few days ago prerolls while loading a video channel where perfectly blocked with Ublock Origin installed with the default settings from the google app store.

Now the preroll is playing on any channel where you can subscribe. The funny part is with add block on its constantly the same ad over and over again. Served from the amazone netwerk. Atleast what it looks like.

Test cases:
Chrome 63.0.3239.84 + uBlock Origin v1.14.20 installed with standard settings. Preroll ads are played on twitch.
Safari 11.0.2 (13604.4.7.1.3) + uBlock Origin v1.11.3.1 installed with standard settings. No preroll ads are played on twitch.

Another thing. When streams are played on the homepage spotlight its served without playing any ads. Watching the same stream on the individual page of the streamer it does show ads.
F4X
Postaholic
Postaholic
Posts: 289
Joined: Wed Jun 01, 2016 7:31 pm

Post by F4X »

When you open a twitch channel and switch to another tab - the video stops and resumes only when you switch back.
Is it some script in the page code that does that? How to block it?
moarell
Senior Member
Senior Member
Posts: 50
Joined: Wed Dec 13, 2017 9:24 am

Post by moarell »

afaik this happens when you mute a stream and switch tabs. a workaround is to instead mute the tab, not the stream, and the ad video should continue in the background. we really need a solution for twitch ads in general though.
xegara
New Member
New Member
Posts: 5
Joined: Mon Mar 19, 2018 5:04 am

Post by xegara »

Opening any stream page gives a pre-roll video ad. These used to get blocked but recently started popping up again.

Using the latest uBO on the latest FF.
 ! Message from: Lanik
Merged rules#forumsearch
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12220
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Can you test with Enhanced Tracking List enabled?
xegara
New Member
New Member
Posts: 5
Joined: Mon Mar 19, 2018 5:04 am

Post by xegara »

This seemed to work until today. Ads are getting through even Enhanced Tracking List now.
LuckyLuke
Site Member
Site Member
Posts: 43
Joined: Thu Dec 21, 2017 4:28 pm

Post by LuckyLuke »

So how can they be blocked?
hishighness420
Site Member
Site Member
Posts: 12
Joined: Sun May 14, 2017 1:39 pm

Post by hishighness420 »

Good day, lately over the past few days twitch ads have started to appear when I load up channels. I've tried updating my list to no avail. I was just wondering if there was a filter I could add to block them again.

Thank you for your time.
baloun
Senior Member
Senior Member
Posts: 82
Joined: Sun Oct 01, 2017 4:00 pm

Post by baloun »

Hello,

since a few days, i have pre roll ads on twitch.tv
User avatar
LanikSJ
Site Owner
Site Owner
Posts: 1806
Joined: Thu Feb 15, 2007 7:44 am
Location: /dev/null

Post by LanikSJ »

"If it ain't broke don't fix it."
baloun
Senior Member
Senior Member
Posts: 82
Joined: Sun Oct 01, 2017 4:00 pm

Post by baloun »

easylist + easylist fr
windows 10 64 bits
firefox
ublock origin
intense
Contributor
Contributor
Posts: 10494
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Locked