Adblock Filter List Adblock

Open-source Adblock Filter List projects categorized as Adblock

Top 21 Adblock Filter List Adblock Projects

  • AdguardFilters

    AdGuard Content Blocking Filters

  • Project mention: Inside Amazon's Operation to Gather Intel on Rivals | news.ycombinator.com | 2024-04-18

    As far as Safari-compatible ad blocking extensions, I've been reasonably satisfied with AdGuard, and it's free with some paid nice-to-haves which I don't use, but hear good things about. It's available on nearly every browser and operating system, including Android and iOS. It's also open source.

    https://en.wikipedia.org/wiki/AdGuard

    https://adguard.com

    https://github.com/AdguardTeam

  • easylist

    EasyList filter subscription (EasyList, EasyPrivacy, EasyList Cookie, Fanboy's Social/Annoyances/Notifications Blocking List)

  • Project mention: Let's build a screenshot API | dev.to | 2024-03-24

    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}` }; }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • adblock-nocoin-list

    Block lists to prevent JavaScript miners

  • adfilt

    The place where I, DandelionSprout, store my web filter lists for countless topics, including my Nordic adblock list. As simple as that, really.

  • Project mention: UBO's url cleaner filter lists are terrible | /r/uBlockOrigin | 2023-07-05

    Keep in mind that neither of those lists are default lists and neither are maintained by the uBlock Origin team. Issues with those lists should be reported to their maintainers: - AdGuard URL Tracking Protection: https://github.com/AdguardTeam/AdguardFilters/issues - Actually Legitimate URL Shortener Tool: https://github.com/DandelionSprout/adfilt/discussions/163

  • polish-ads-filter

    CertyficateIT - Oficjalne polskie filtry do Adblock, uBlock Origin, Adguard

  • Project mention: last week poczta.o2.pl started displaying ads | /r/uBlockOrigin | 2023-06-19

    For Polish specific issues you can ask here: https://github.com/MajkiIT/polish-ads-filter/issues You'll have better luck there to find someone with an account on this webmail.

  • indonesianadblockrules

    Filter tambahan untuk EasyList memblokir iklan berbahasa Indonesia dan Malaysia.

  • adblock2

    Personal filters and rules for AdGuard/uBlock Origin

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • yt-neuter

    uBlock filter(s) list for blocking unwanted YouTube elements

  • Project mention: how to hide the download and thanks and join buttoms from all youtube channels? | /r/uBlockOrigin | 2023-06-27

    Credit goes to yt-neuter repo filter

  • List-KR

    Korean-language website filters list for AdGuard and uBlock Origin

  • abpvn

    ABPVN - Bộ lọc quảng cáo cho người việt

  • easylistczechandslovak

    EasyList Czech and Slovak is an official filter list for uBlock Origin, AdBlock, Adblock Plus and other ad blockers out there.

  • ukrainian-security-filter

    Ukrainian Security Filter: filter of malicious web resources (phishing, online fraud, malware, etc.) targeting Ukrainian citizens

  • Project mention: Does enabling a ton of filter lists put more strain on RAM or CPU, and is it meaningful or negligible? | /r/uBlockOrigin | 2023-06-21

    I asked because our team (NGO "Social Innovators", Kyiv, Ukraine) is maintaining Ukrainian Malicious URL Blocklist — blocklist of phishing web resources that are targeted at citizens of Ukraine (these phishing web resources are not available in other filters): https://github.com/braveinnovators/url-blocklist Currently, the number of fraudulent campaigns targeting citizens of Ukraine is increasing exponentially, so every day we have to add new phishing resources to the filter.

  • finnish-easylist-addition

    Finnish Easylist addition.

  • hufilter

    Hufilter - The Hungarian Adblock Filter List. These filter lists are releases only! If you'd like to contribute, please create a new pull request in our hufilter-dev repository!

  • easylistgermany

    EasyList Germany filter subscription

  • Project mention: Blocked ads flash for a short time when opening the webpage | /r/uBlockOrigin | 2023-05-22

    If you want to report these ads as not being blocked to the maintainers of EasyList Germany, report to them: https://forums.lanik.us/viewforum.php?f=90-easylist-germany or https://github.com/easylist/easylistgermany/issues.

  • smed79_blacklist

    A blacklist of bad domains in DNS hosts format and Adblock Plus syntax with the purpose of blocking bad domains used for serving advertisements, tracking, mining, and other nasty content. (by smed79)

  • ublock-umatrix-rulesets

    Hosts and uBlock Rulesets

  • uBOPa

    Filterlist to block ads. Compatible with most ad blockers, but specifically written for uBlock Origin

  • EasyDutch

    Adblock filters for Dutch websites made for uBlock Origin

  • Filtros-anuncios-de-Espana-y-mas

    Filtros de publicidad y elementos molestos para las extensiones uBlock Origin y AdGuard para paginas Españolas y mas (ejemplo: genbeta, xataka, motorpasion, reddit etc...) por DeciBelioS

  • BG-Adblock-list

    Up-to-date filterlist for Bulgarian websites, optimized for uBlock Origin. Deals mainly with ads and trackers.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Adblock Filter List Adblock related posts

Index

What are some of the best open-source Adblock projects in Adblock Filter List? This list will help you:

Project Stars
1 AdguardFilters 2,827
2 easylist 2,011
3 adblock-nocoin-list 1,422
4 adfilt 1,288
5 polish-ads-filter 652
6 indonesianadblockrules 155
7 adblock2 141
8 yt-neuter 137
9 List-KR 132
10 abpvn 122
11 easylistczechandslovak 94
12 ukrainian-security-filter 52
13 finnish-easylist-addition 46
14 hufilter 44
15 easylistgermany 37
16 smed79_blacklist 33
17 ublock-umatrix-rulesets 29
18 uBOPa 27
19 EasyDutch 23
20 Filtros-anuncios-de-Espana-y-mas 5
21 BG-Adblock-list 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com