easylist
brave-browser
easylist | brave-browser | |
---|---|---|
339 | 1,374 | |
2,219 | 17,669 | |
2.7% | 1.1% | |
10.0 | 9.9 | |
6 days ago | 6 days ago | |
Adblock Filter List | JavaScript | |
- | Mozilla Public License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
easylist
-
Apple's new Safari feature removes distracting items from websites
uBlock Origin has a few 'Annoyances' lists that you can enable in the settings, e.g. Fanboy's list on https://easylist.to/
-
Let's build a screenshot API
import { ScreenshotOptions } from "./schema"; import puppeteer, { Page } from "puppeteer"; import { PuppeteerBlocker } from "@cliqz/adblocker-puppeteer"; import fetch from "cross-fetch"; let blocker: PuppeteerBlocker | null = null; async function blockCookieBanners(page: Page) { if (!blocker) { blocker = await PuppeteerBlocker.fromLists(fetch, [ // the list of the cookie banners to block from the https://easylist.to/ website "https://secure.fanboy.co.nz/fanboy-cookiemonster.txt", ]); } await blocker.enableBlockingInPage(page); } export async function render( options: ScreenshotOptions ): Promise<{ url: string }> { const browser = await puppeteer.launch(); const page = await browser.newPage(); if (options.block_cookie_canners) { await blockCookieBanners(page); } await page.setViewport({ width: options.viewport_width, height: options.viewport_height, deviceScaleFactor: options.device_scale_factor, }); await page.goto(options.url); const encodedScreenshot = await page.screenshot({ type: "jpeg", encoding: "base64", fullPage: options.full_page, }); await browser.close(); return { url: `data:image/jpeg;base64,${encodedScreenshot}` }; }
- EasyList: Filter list that removes most ads
-
Firefox private mode now automatically blocks cookie banners for German users
uBlock Origin has a few lists for cookie banners that I always keep on [0][1]
[0] https://github.com/easylist/easylist/tree/master/easylist_co...
[1] https://github.com/AdguardTeam/AdguardFilters/tree/master/An...
- Help removing ads on https://getgreenshot.org/
-
CNN is blocking the Brave Browser
I think this is now fixed (or worked around) by https://github.com/easylist/easylist/issues/17937 ?
-
Issue with Filters in Germany
You mean the VG Wort METIS tracking in order to participate in the German royalty scheme? From a publisher perspective that tracking is necessary, but from a user perspective it's just another example of third party tracking. Thus, it is part of some filterlists that uBlock Origin users can subscribe to, for example the EasyPrivacy list. Talking to the filterlist authors is very unlikely to resolve this: after all, it is tracking, regardless of intention.
- Easylist adblocking reaches 200k commits
- Why does ublockorigin break this website's login functionality?
-
Filter to block Marketwatch.com ads?
Fixed in EasyList: https://github.com/easylist/easylist/commit/859abc79711aa69441e809a394677f6392b8c59a
brave-browser
-
Manifest v2 is now removed from Chrome canary
[2] https://github.com/brave/brave-browser/issues/15187
-
Mozilla's lapse in judgement causes clash with uBlock Origin developer
The replacement is Brave browser https://brave.com/. Skip the crypto. Enjoy the integrated ad blocking.
- Brave Deprecates IPFS Support
-
Beginner’s Guide to Open-Source. Start your Open-Source Journey 🚀
You can find them in issue tab and then look for we've collected some good first issues for you link.
-
Private Browsing 2.0
That's good progress. How do these features compare to Brave, which has Brave Shields and [copy clean link](https://github.com/brave/brave-browser/wiki/Copy-clean-link)?
-
Ask HN: Is Firefox better than Chrome when it comes to user security?
> Firefox is eons more private than Chrome - or any of it's based browsers - can ever be
Some progress is made though...
Brave: https://brave.com
Thorium: https://github.com/Alex313031/thorium
-
Show HN: An open source extension to block large media brands from Google search
The Brave browser and/or SmartTube seem to work for me. Now we just need a smooth way to transition from when clicking on a youtube link - to have an option to open one of those two (for desktop and mobile). Does anyone have any better options?
https://brave.com/
https://github.com/yuliskov/SmartTube
- FLaNK AI Weekly 18 March 2024
-
Brave's AI assistant now integrates with PDFs and Google Drive
https://github.com/brave/brave-browser/wiki/Patching-Chromiu...
You'll notice the actual patching itself is introduced with the caveat:
-
How Web3 Decentralization Can Dismantle Big Tech Monopolies in 2024
Brave browser, which blocks ads and trackers, grew to over 50 million monthly active users in 2023 while enabling privacy-first models to counter Google's search and Chrome browser ecosystem.
What are some alternatives?
AdguardFilters - AdGuard Content Blocking Filters
Vanadium - Privacy and security enhanced releases of Chromium for GrapheneOS. Vanadium provides the WebView and standard user-facing browser on GrapheneOS. It depends on hardening in other GrapheneOS repositories and doesn't include patches not relevant to the build targets used on GrapheneOS.
AdGuardHome - Network-wide ads & trackers blocking DNS server
bromite - Bromite is a Chromium fork with ad blocking and privacy enhancements; take back your browser!
uBlock - uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.
thorium - Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.
hosts - 🔒 Consolidating and extending hosts files from several well-curated sources. Optionally pick extensions for porn, social media, and other categories.
Brave-AppImage
Pi-hole - A black hole for Internet advertisements
iridium-browser - Iridium Browser source code
adblock-nocoin-list - Block lists to prevent JavaScript miners
bypass-paywalls-chrome - Bypass Paywalls web browser extension for Chrome and Firefox. [UnavailableForLegalReasons - Repository access blocked]