GithubHelp home page GithubHelp logo

blitz-app-adblock's People

Contributors

alamellama avatar bytedrummer avatar drewpdweber avatar eduardrudko avatar fagnerng avatar lulzsun avatar ryanhx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blitz-app-adblock's Issues

Block embeded video popup

Sometimes this video player pops up while viewing your match history/ match stats. It would be nice if this was blocked

Blitz_u3ntlaH1KT

doesnt patch 2021-03-05

Error: Current Blitz version caused patch comparison check to fail. Look for a new patcher release or create a new issue on Github!

at Object.modifyFileAtLine (F:\snapshot\blitz-app-adblock\io.js)
at start (F:\snapshot\blitz-app-adblock\blitz-app-adblock.js)
at processTicksAndRejections (internal/process/task_queues.js:97:5)

Blitz crashing

Hey there fella, first thank you for your work!!
Fortunately it does not work in my end, after applying the patch blitz is refusing to start up, I see the initial loading logo then it crashes, any ideas?

MacOS version

Would be great to have a MacOS version available. The application itself looks like it has the same file setup. For most people the app is located at /Applications/Blitz.app/Contents

Anyways, thanks for the great app, I have it on my windows computer 💯

The -noupdate Option is Not Working

I installed the program with the -noupdate option, but Blitz app still continues to update and triggering an infinite loop of updating the app.

Maybe I didn't do the option correctly (cmd into the directory and ran blitz-app-adblock-win.exe -noupdate)?

i got this error

C:\Users\Edenl>C:\Users\Edenl\Desktop\blitz-app-adblock\blitz-app-adblock-win.exe -noupdate
Extracting app.asar...
Downloading ad & tracking filters...
Patching...
Error: ENOENT: no such file or directory, copyfile './build/adblocker.umd.min.js' -> 'C:\Users\Edenl\AppData\Local\Programs\Blitz\resources/app/src/adblocker.umd.min.js'
at Object.copyFileSync (fs.js:1912:3)
at Object.copyFile (F:\snapshot\blitz-app-adblock\io.js)
at start (F:\snapshot\blitz-app-adblock\blitz-app-adblock.js)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
errno: -4058,
syscall: 'copyfile',
code: 'ENOENT',
path: './build/adblocker.umd.min.js',
dest: 'C:\Users\Edenl\AppData\Local\Programs\Blitz\resources/app/src/adblocker.umd.min.js'
}

Press ENTER to quit...

Blitz update : 1.13.77

Not working on latest Blitz version

Even when running as admin, it is no longer blocking on the latest version. when it is on the ad tracker and filter step it has a connection time out and does not continue.

Auto adblock patcher/updater

I've been considering to add the option of having the patcher install in a way that would allow it to automatically apply the patch anytime there is a Blitz update.

I won't be making this option as default or required, because I wouldn't want the patcher to feel intrusive.

Before I implement such a feature, if you have any concerns, questions and/or suggestions on this topic, feel free to comment below. It would be very nice to receive other users' insight on this topic.

A big big thanks

Hello,

I just wanted to thank you so much I've been looking for something similar I even tried to edit my host in my pc just to get ride of those useless ads xD

Anyway I just wanted to thank you soo much for your hard work

Running on MacOS

Thanks for the great tool!

Building and running on MacOS results in an error.
Can be run and make it work like this though:

  • cd build-folder
  • chmod +x blitz-app-adblock-mac
  • ./blitz-app-adblock-mac

Maybe put this into the readme.md?

Mac build not passing patch comparison check on latest release

Error: Current Blitz version caused patch comparison check to fail. Look for a new patcher release or create a new issue on Github!

    at Object.modifyFileAtLine (/snapshot/blitz-app-adblock-3.0.3/io.js)
    at start (/snapshot/blitz-app-adblock-3.0.3/blitz-app-adblock.js)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

Manually building v3.0.3.

Blitz Crashes after Install

I used the Adblock tool however when I open up Blitz again the splash appears and then crashes and closes.

It says "Starting Blitz" .... "Connecting".... then crashes.

How to use it?

Hi!
I'm new using this repository, and I don't understand how i get it to work

blitz ad blocker crashes blitz

so i came across ur project and decided to give it a try. Followed all the steps, but when I launch blitz it crashes instantly. Any ideas on how to fix it other than reinsalling blitz. I want blitz without ads plss

No EXE

When I download the latest release there's no exe to be found
image
image

Crashing

it will go to 'Downloading ad & tracking filters...' and then not respond. I cannot close it, I have to restart my pc to close it.

3rd of Feb 2021 blitz update stopped the adblock from working.

Extracting app.asar...
Downloading ad & tracking filters...
Patching...
C:\Users\User folder\AppData\Local\Programs\Blitz\resources/app/src/createWindow.js => Writing to line 119: try {const fs = require('fs');const { FiltersEngine, Request } = require('./adblocker.umd.min.js');const filters =fs.readFileSync(require.resolve('./easylist.txt'), 'utf-8') + '\n' +fs.readFileSync(require.resolve('./easyprivacy.txt'), 'utf-8') + '\n' +fs.readFileSync(require.resolve('./ublock-ads.txt'), 'utf-8') + '\n' +fs.readFileSync(require.resolve('./ublock-privacy.txt'), 'utf-8') + '\n' +fs.readFileSync(require.resolve('./peter-lowe-list.txt'), 'utf-8') + '\ngoogleoptimize.com\n';const engine = FiltersEngine.parse(filters);windowInstance.webContents.session.webRequest.onBeforeRequest({ urls: ['*://*/*'] }, (details, callback) => {const {match} = engine.match(Request.fromRawDetails({ url: details.url }));if (match == true) {log.info('BLOCKED:', details.url);callback({cancel: true});} else {callback({cancel: false});}});} catch (error) {log.error(error);}
C:\Users\User folder\AppData\Local\Programs\Blitz\resources/app/src/createWindow.js => Writing to line 106: session: true,
Repacking app.asar...
[Error: UNKNOWN: unknown error, open 'C:\Users\User folder\\AppData\Local\Programs\Blitz\resources\app.asar'] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'open',
  path: 'C:\\Users\\User folder\\\AppData\\Local\\Programs\\Blitz\\resources\\app.asar'

Hasn't been working since the blitz update on the 3rd of February, replaced my user folder name with "User folder". Redownloaded adblock again to be sure as well.

Not working

This doesnt seem to work anymore. There is no file to attach since the program just closes out when I try to launch it after using the adblock, Tried using the -noupdate aswell. Didnt help.

Problem after patching blitz

Blitz version 1.15.14
After using last release of blitz-app-adblock, blitz just starts first window then terminates. If I reinstalled blitz again, it works fine. I guess they made something to detect modified codes or something, so can you fix this in your next release.
Thanks for your efforts at all

Error while launching Blitz APP

Hi, I have this error when I launch the game, i don't know why do i have this nor what did i do wrong.

Possible issues that might have, lmk if it's that or not (don't want to fuck up everything)

-> Might be because I launch blitz automatically on startup
-> Might be because I have an account authentificated on the blitz servers
-> Might be because something's off since the new updates

Hope i'll have an answer on what's the problem and how to solve it.

Thank you by advance ! :D

Screenshot of the error :
blitz error

P.S : I can use the app as long as i don't press the "OK" button on the error which cause to close the app entirely.

-noupdate argument not working

Capture
Blitz was working normally, noticed the new release, installed the patch and now Blitz doesn't want to open.
Is pretty likely something broke, considering they are doing quite a few changes to builds.
Edit: Oh yeah used -noupdate option, thats probably the problem?

an error occured

First, Thank you for your efforts!

After this patch, an error has occurred.

I ran the adblock program as usual when I had seen the blitz app showing new version patch and not running.

Then I ran the blitz app and this message popped up...

image

No instructions on how to install for iOS

First of all thanks for the efforts, this ad is really annoying. Back to the problem, could you please add instructions on how to install the solution for iOS, would be much appreciated, thanks.

How to Remove

there is no way to remove the app in the readme , i'd like to remove it as as it breaks Porofessor aswell

Unpatch Functionality

Is it possible to update this in order to add unpatch functionality? That way we can simply unpatch, update Blitz, then patch again, instead of having to clean install Blitz every time an update comes out. Thanks for your work on this btw!

New Mac Blitz version 1.13.138.1482

Patch fails: Error: Current Blitz version caused patch comparison check to fail. Look for a new patcher release or create a new issue on Github!

Latest Blitz breaks patching

Checking for Blitz...
Extracting app.asar...
Downloading ad & tracking filters...
Patching...

Error: Current Blitz version caused patch comparison check to fail. Look for a new patcher release or create a new issue on Github!

at Object.modifyFileAtLine (F:\snapshot\blitz-app-adblock\io.js)
at start (F:\snapshot\blitz-app-adblock\blitz-app-adblock.js)
at processTicksAndRejections (internal/process/task_queues.js:97:5)

Press ENTER to quit...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.