My personal Brave Browser Adblock Custom Filters and Scriptlets to sync between installed instances. Some filters to remove annoying elements/popups/ads/chats from websites.
|
ℹ️
|
Filter: just like regex for blocking elements on websites. Found on Ublock Origin, AdGuard or AdBlock Plus documentation, and are many community personalized filters list on the internet to add on this extensions (and native embedded on Brave). Scriptlets: custom javascript to run on websites. It’s like a Tampermonkey/Greasemonkey script, but embedded on Brave browser. It’s a powerful tool to customize websites, remove elements, change styles, and more. |
Copy the filter file URL: https://raw.githubusercontent.com/Esl1h/Brave-Filters-and-Scriptlets/refs/heads/main/filters and paste on Custom Filter List brave://settings/shields/filters
OR copy all content in filters file, and paste on "Create custom filters" box.
And create a Custom scriptlets with the same name and content on .js file in this repository.
Follow these steps to integrate the custom filters and scriptlets into your Brave Browser:
-
Copy the Filter File URL:
-
Add to Brave’s Custom Filter List:
-
Navigate to
brave://settings/shields/filters. -
Under "Custom Filters," click "Add Custom Filter List."
-
Paste the copied URL and click "Add."
-
Alternatively, you can:
-
Copy Filter Content:
-
Open the filters file and copy its content.
-
-
Paste into Custom Filters:
-
Go to
brave://settings/shields/filters. -
Scroll to "Create custom filters" and paste the copied content.
-
-
Access Brave’s Custom Filters:
-
Navigate to
brave://settings/shields/filters.
-
-
Enable Developer Mode:
-
Toggle on "Developer Mode" to unlock advanced settings.
-
-
Add Scriptlet Content:
-
Scroll to "Custom Filters" and paste your scriptlet code.
-
-
Save Changes:
-
Click "Save" to apply the scriptlets.
-
|
💡
|
Ensure that your scriptlets are compatible with Brave’s ad-blocking engine to avoid potential issues. |