lulzsun / blitz-app-adblock

Simple and quick patcher that blocks ads/trackers on the Blitz.gg desktop application.
185 stars 29 forks source link

Loading Screen Ads #78

Open JustArion opened 2 years ago

JustArion commented 2 years ago

Basic removal solution could be to just hosts block their video hosting.

The loading screen endpoint is currently https://blitz.gg/tunnel/lol/overlay/loading-screen

0.0.0.0 brid.tv
0.0.0.0 cdn.brid.tv
0.0.0.0 p.brid.tv
0.0.0.0 services.brid.tv
0.0.0.0 stats-dev.brid.tv
Friendlyx3 commented 2 years ago

What program did you use to find the addresses if you don't mind? This would be much easier than using a hosts file block list.

Vaxie commented 2 years ago

Nice, it works, a big thanks!

Nemesis31 commented 1 year ago

Hi there,

these settings are not working :(

JustArion commented 1 year ago

@Nemesis31

Try this one

0.0.0.0 live.primis.tech
0.0.0.0 primis.tech

When entering the loading screen Blitz initiates a connection to that.

By looking up the site name on Github you can see that its reasonable to assume the site is related to adverts.

Also, sorry for only replying now @Friendlyx3, Fiddler is your friend.

Small Edit: I don't currently actively play League, give me a notification if blocking the site worked and if they change it, I'll try to look up if I can find changes but I can't promise anything. For note, Blitz sends a metric crapton of data to their spy "analytics" server, enough data to annoy GDPR, might be best to block

0.0.0.0 analytics-batch.blitz.gg

while we're at it too /shrug

Nemesis31 commented 1 year ago
0.0.0.0 live.primis.tech
0.0.0.0 primis.tech

It worked, thank you ! ;)

Small Edit: I don't currently actively play League, give me a notification if blocking the site worked and if they change it, I'll try to > look up if I can find changes but I can't promise anything. For note, Blitz sends a metric crapton of data to their spy "analytics"
server, enough data to annoy GDPR, might be best to block
0.0.0.0 analytics-batch.blitz.gg

Yes, best to block that too. Added to my host file, thanks again !