easylist
AdGuardHome
easylist | AdGuardHome | |
---|---|---|
339 | 376 | |
2,219 | 24,975 | |
2.7% | 2.6% | |
10.0 | 9.2 | |
6 days ago | 4 days ago | |
Adblock Filter List | Go | |
- | GNU General Public License v3.0 only |
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
AdGuardHome
- RaspberryPiで導入したPi-holeからAdguardHomeに乗り換える方法
-
AdFlush
Try AdGuardHome. https://github.com/AdguardTeam/AdGuardHome
I basically have all my devices use it when I am on my network, and when I am off my network, my Wireguard connection (or Tailscale depending...) uses my home DNS server.
-
Blocky – a DNS proxy and ad-blocker for the local network
Also AdGuardhome will use optimistic caching, which is great.
https://github.com/AdguardTeam/AdGuardHome/discussions/4002#...
-
Runs on your OpenWrt box: AdGuard Home is network-wide blocking ads and tracking
The main repo is GPLv3: https://github.com/AdguardTeam/AdGuardHome
They already have many other commercials products and I guess also the default filter rules are very good because of their experience in the domain.
But I think you can use it completely without the AdGuard servers and use other filter list sources.
-
Technitium DNS Server: Self host a DNS server for privacy and security
How it compares to let's say AdGuard Home? Seems similar https://github.com/AdguardTeam/AdGuardHome
-
GitHub issues from top Open Source Golang Repositories that you should contribute to
Adguardhome - Clients identification issue
-
AdGuard Home with Nginx Proxy manager
You can check this documentation if you want to investigate further: https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists
-
AdguardHome can't resolve DoH upstream DNS? Why?
I'm using adguardhome v0.107.42 openwrt snapshot on linksys wrt1900ac v2, but when using DoH it won't resolve upstream DNS, but DoT is works perfectly OK, I've already set allow_unencrypted_doh to true in config .yaml file as per instruction here
-
Is there something like adguard on linux?
AdGuard Home?
-
Browser extensions spy on you, even if its developers don't
https://github.com/AdguardTeam/AdGuardHome
Regarding open source, AdGuard DNS actually is:
What are some alternatives?
AdguardFilters - AdGuard Content Blocking Filters
Pi-hole - A black hole for Internet advertisements
uBlock - uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.
nextdns - NextDNS CLI client (DoH Proxy)
hosts - 🔒 Consolidating and extending hosts files from several well-curated sources. Optionally pick extensions for porn, social media, and other categories.
docker-pihole-unbound - Run Pi-Hole + Unbound on Docker
Nginx Proxy Manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface
adblock-nocoin-list - Block lists to prevent JavaScript miners
blocky - Fast and lightweight DNS proxy as ad-blocker for local network with many features
brave-browser - Brave browser for Android, iOS, Linux, macOS, Windows.
uptime-kuma - A fancy self-hosted monitoring tool