baopaau / bromite-userscripts

User scripts for Bromite (mostly enhanced Ad/Annoyance Blocking)

Home Page:https://userscripts.010.one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bromite User Scripts

This is a repository that hosts User Scripts for Bromite and Cromite, which are browsers for Android. They might also work on other mobile or desktop browsers.

Scripts

Here scripts are sorted by category. See below on how to install them into your browser.

Blockers

Bromite has a built-in ad blocker (also see my Bromite ad blocking project), but some sites are very good at bypassing it. We can improve blocking on these sites using scripts.

  • I don't care about cookies: block all kinds of cookie prompts.
    • This script is based on the "I don't care about cookies" browser extension (GPL).
    • This script is automatically regenerated from time to time, keeping up to date with the latest rules from the browser extension
    • Security consideration: if the author of the browser extension inserts malicious code, this script would likely also contain that code
    • In my tests, this script added around 30-100ms to the load time of websites, so its impact is really small despite the rather large size of around 1MB
  • Cosmetic AdBlock: block annoying elements
    • You can also use the lite version with about half the size, it only includes rules for the top 250k domains from this top 1M domains dataset
    • The Bromite AdBlock engine does not support cosmetic filtering, so this script implements that capability (to a very basic extent)
    • This script doesn't know about exception rules, so it will block too many elements on some pages
    • Rules are regenerated once a week from the filter lists defined in this file
    • Do not use the normal script on less powerful devices
      • In my performance tests, sites take an average of 300-400ms longer to load ("first contentful paint" metric) when the script is active (tests were done on a Mi Mix 2, a phone released 2017)
      • However, it takes way more than 400ms to manually click "Decline" on an annoying popup, so I think it is a good tradeoff

Deprecated

  • Twitter: block ads on Twitter (sponsored tweets, trends etc.)
    • This script is no longer maintained as I no longer use Twitter - please feel free to contribute the necessary changes if it no longer works

Installing a script

Make sure you have a recent version of Bromite installed. Then you can follow these steps:

  1. At first you need to download the script file. You can do this for the scripts in this repository by holding on the link until the menu appears, then selecting "Download link"
  2. Now you can go to Bromite settings (three dots at the top right, then Settings)
  3. Scroll down to open the "User Scripts" section under the "Advanced" menu
  4. Make sure "Activate User Scripts" is enabled/on
  5. Select the "Add script" button
  6. Now select the file you just downloaded (likely in your downloads directory)
  7. Confirm the installation
  8. (Optionally) Click the "View source" button to verify the content of the script
  9. Enable the newly installed script using the switch at the left side

Auto-generated scripts

Some scripts are auto-generated (because they need to be regenerated from time to time to include up to date sources). The source code for the generators is in subdirectories of the generate directory.

You can see statistics (e.g. number of included rules) in the latest release.

Creating your own scripts

You can also create your own scripts, see the official documentation on how to do that. You should read the Chromium User Script Design Document to learn about existing pitfalls.

I recommend trying out remote debugging via a desktop browser if your script doesn't behave as expected.

If you want to remove certain elements on dynamic pages (like Twitter), I recommend this snippet of code, it's very helpful.

Issues & Contributing

If you have any issues with these scripts (e.g. some ads aren't blocked for an ad blocking script), please feel free to open an issue. Also if you want to add something, feel free to do that :)

All scripts unless otherwise noted are published under the MIT License (see the LICENSE file). Some scripts might be licensed differently (e.g. because they are derived from GPL-licensed works), which is indicated by the license header at the top of the file

About

User scripts for Bromite (mostly enhanced Ad/Annoyance Blocking)

https://userscripts.010.one

License:MIT License


Languages

Language:Go 58.7%Language:JavaScript 38.5%Language:Shell 2.8%