6 ms·
Interesting project, I've often looked for something like this but haven't found anything that does the job. I'm on a mac and can't wait to try this out. Can I
by arshxyz 2y ago
Interesting project, I've often looked for something like this but haven't found anything that does the job. I'm on a mac and can't wait to try this out. Can I ask what you're using adblock-rs for?
- pvarghav 2y agoGlad you like the project! I'm working on getting the macOS version built and released as soon as possible. If you'd like to be notified when it's ready, you can sign up for the newsletter here: https://apiparrot.com/#newsletter https://apiparrot.com/#newsletter. As for adblock-rs, I'm using it to detect and automatically disable requests related to ads and other unnecessary stuff. This helps cut down on noise and saves some time for developers.
- arshxyz 2y agoI was able repackage it for macOS. I can help you test it too. Shot you an email at contact@apiparrot.com
- sumedh 2y agoHow were you able to do without the source code?
- arshxyz 2y agoI extracted the zip, found the electron build folder, replaced a string in the minified code to launch Chrome on macOS correctly and ran electron-packager with the target being macos. Patching electron apps is fairly common. You can take a look at Spicetify or BetterDiscord to see the process in more detail
- sumedh 2y agoOh wow, didn't know that was possible. Thanks for sharing.