khoatran1304 / blitz-app-adblock

Simple and quick patcher that blocks ads/trackers on the Blitz.gg desktop application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning This project has stopped working since issue #56, please stop creating duplicate issues. Repository is being left open for the possibility of a future maintainer or contributor.

Blitz App Adblock

A simple and quick patcher that blocks ads/trackers on the Blitz.gg desktop application (supports Mac and Windows).

If Blitz.gg updates, you will need to rerun the program to reapply the patch.

If there are issues after an update, submit a Github issue and attach useful information such as error messages.

You can uninstall the adblocker by uninstalling Blitz.

Install

Download latest release. Make sure to have the Blitz app completely closed before beginning.

Windows

  1. Extract .zip
  2. Run blitz-app-adblock.exe

If issues occur, try to run executable as administrator.

Mac

  1. Extract .zip
  2. Open terminal and enter the following commands
$ cd "insert directory of blitz-app-adblock-macos"
$ chmod +x blitz-app-adblock-macos
$ ./blitz-app-adblock-macos

Install & Build (Developer)

Built for Node 14.15.4 (recommended).

$ npm install
$ npm run build

Windows

$ cd build
$ ./blitz-app-adblock-win.exe

Mac

$ cd build
$ chmod +x blitz-app-adblock-macos
$ ./blitz-app-adblock-macos

Builds standalone to ./build/ using pkg.

Optional Features

You can run the program with the following arguments to use some optional features:

  • -noupdate - Disables check to auto updater on launch
  • -autoguest - Enables auto login as guest if no account is saved

Disclaimer

Using this is against Blitz.gg's terms of services. I am not responsible for what happens to your Blitz.gg account, you have been warned.

Special thanks to

asar - electron archive

pkg - single-command Node.js binary compiler

Easylist - filters for ads/trackers

uAssets - filters for ads/trackers

Cliqz' adblocker - js library for blocking ads/trackers

About

Simple and quick patcher that blocks ads/trackers on the Blitz.gg desktop application.


Languages

Language:JavaScript 100.0%