adblock-list

Open-source projects categorized as adblock-list

Top 23 adblock-list Open-Source Projects

  • The Blocklist Project

    These lists were created because the founder of the project wanted something with a little more control over what is being blocked. Many lists out there are all or nothing. We set out to create lists with more control over what is being blocked and believe that we have accomplished that. (by blocklistproject)

  • Project mention: Less aggressive porn blocklist? | /r/pihole | 2023-12-07

    This one is good, very few false positives: https://github.com/blocklistproject/Lists/blob/master/porn.txt

  • 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
  • blacklist

    Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒

  • filterlists

    Collection of filters to fill in the gaps (by yokoffing)

  • Project mention: Some notes on Firefox's media autoplay settings in practice as of Firefox 124 | news.ycombinator.com | 2024-03-30

    Check out yokoffing's uBO filter lists. Specifically #2 "click2load" which does exactly what you're seeking. Making auto play content click to load.

    https://github.com/yokoffing/filterlists?tab=readme-ov-file

  • Magisk-Ad-Blocking-Module

    Magisk module to block ads on android

  • Project mention: Any way to block in app ads on annoying apps we're now forced to use? | /r/androidapps | 2023-07-03

    If you have rooted device you can flash this adblock module Magisk-Ad-Blocking-Module

  • iOSAdblockList

    Ultimate Host List for Mobile Adblockers (Focused on iOS)

  • YousList

    Block filter for advertisements, mainly on Korean sites

  • Project mention: I have a question regarding the default Korean filter. | /r/uBlockOrigin | 2023-08-14

    From my search, it seems that the original default Korean filter for uBlock Origin was Youslist (https://github.com/yous/YousList/raw/master/youslist.txt) for a long time. However, I found that there was a change to List-KR as the default Korean filter for uBlock Origin in April of last year (https://github.com/gorhill/uBlock/commit/ed0f7ae3ce1fbc9445e5c9bca0890fb86ab3d0b9). I'm also curious about the reason behind this change.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • black-mirror

    Blacklists and whitelists built by open code, so you know what goes into them.

  • indonesianadblockrules

    Filter tambahan untuk EasyList memblokir iklan berbahasa Indonesia dan Malaysia.

  • adblock2

    Personal filters and rules for AdGuard/uBlock Origin

  • BlockAds

    Magisk module to block ads on android

  • List-KR

    Korean-language website filters list for AdGuard and uBlock Origin

  • easylists-for-pihole

    Easylists for your Pi-Hole

  • antinonio

    Lista de bloqueios para a plataforma Nónio

  • ftprivacy

    A collection of ad block lists for Pi Hole, AdGuard Home, pfBlockerNG, uBlock Origin, and more... - https://ftprivacy.cloud

  • scamblocklist

    A blocklist to protect users against untrustworthy sites.

  • 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.

  • greek-adblockplus-filter

    Greek Ad Blocking Filters

  • Project mention: Important features of the website meteo.gr are broken when uBlock Origin is enabled | /r/uBlockOrigin | 2023-07-01

    For the rest of the links, it's caused by the filter meteo.gr##.img-responsive in Greek AdBlock Filter list. You should report here: https://github.com/kargig/greek-adblockplus-filter/issues

  • 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)

  • LostAd

    Strong consolidated AdBlock Filter and DNS Hostlist

  • 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-list related posts

Index

What are some of the best open-source adblock-list projects? This list will help you:

Project Stars
1 The Blocklist Project 3,277
2 easylist 1,981
3 blacklist 1,078
4 filterlists 855
5 Magisk-Ad-Blocking-Module 386
6 iOSAdblockList 379
7 YousList 293
8 black-mirror 174
9 indonesianadblockrules 152
10 adblock2 138
11 BlockAds 133
12 List-KR 130
13 easylists-for-pihole 123
14 antinonio 114
15 ftprivacy 80
16 scamblocklist 73
17 ukrainian-security-filter 47
18 greek-adblockplus-filter 44
19 finnish-easylist-addition 44
20 hufilter 44
21 easylistgermany 37
22 smed79_blacklist 34
23 LostAd 29

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