Adblock Filter List Adblocking

Open-source Adblock Filter List projects categorized as Adblocking

Top 5 Adblock Filter List Adblocking Projects

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

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

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

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

  • EasyList: Filter list that removes most ads

    1 project | news.ycombinator.com | 19 Feb 2024
  • Help removing ads on https://getgreenshot.org/

    2 projects | /r/uBlockOrigin | 10 Dec 2023
  • CNN is blocking the Brave Browser

    1 project | news.ycombinator.com | 5 Dec 2023
  • Issue with Filters in Germany

    1 project | /r/uBlockOrigin | 28 Sep 2023
  • Easylist adblocking reaches 200k commits

    1 project | news.ycombinator.com | 15 Sep 2023
  • Why does ublockorigin break this website's login functionality?

    1 project | /r/uBlockOrigin | 10 Sep 2023
  • Filter to block Marketwatch.com ads?

    1 project | /r/uBlockOrigin | 10 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 Jun 2024
    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. Learn more →

Index

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

Project Stars
1 easylist 2,028
2 ukrainian-security-filter 52
3 hufilter 44
4 easylistgermany 37
5 BG-Adblock-list 1

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