Ublock

Top 23 Ublock Open-Source Projects

  • uBlock

    uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.

  • Project mention: Apr 24th is JavaScript Naked Day – Browse the web without JavaScript | news.ycombinator.com | 2024-04-21
  • 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

  • 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
  • uBlock-Origin-dev-filter

    Filters to block and remove copycat-websites from DuckDuckGo, Google and other search engines. Specific to dev websites like StackOverflow or GitHub.

  • Project mention: Google Search's Death by a Thousand Cuts | news.ycombinator.com | 2023-07-03

    I'm not OP, but here is my own uBlock filter with hundreds of GitHub/StackOverflow copycats: https://github.com/quenhus/uBlock-Origin-dev-filter

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

  • adblock-nocoin-list

    Block lists to prevent JavaScript miners

  • ublock-hide-yt-shorts

    uBlock Origin filter list to hide YouTube Shorts

  • Project mention: Hide YouTube Shorts List | news.ycombinator.com | 2024-05-01
  • letsblockit

    Remove low-quality content and useless nags, focus on what matters. A community-maintained uBlock Origin filter set.

  • Project mention: Shutting down the letsblock.it project and its official instance | news.ycombinator.com | 2024-03-31
  • SaaSHub

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

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

  • adblock-iran

    Ad blocking rules for websites

  • Viper-Browser

    A lightweight Qt5 web browser using QtWebEngine

  • Anifiltrs

    A collection of filter lists for anime streaming, manga reading, and downloading of such things.

  • indonesianadblockrules

    Filter tambahan untuk EasyList memblokir iklan berbahasa Indonesia dan Malaysia.

  • ttv_adEraser

    TTV AdEraser aims to remove livestream ads as well as add some useful features to our favourite streaming site.

  • easylistczechandslovak

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

  • NoADS_RU

    Мой список для блокировки элементов на сайтах для AdBlock-подобных расширений для браузеров

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

  • ublock-umatrix-rulesets

    Hosts and uBlock Rulesets

  • uBOPa

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

  • Anti-AutoTranslation-List

    List for uBlock Origin (and possibly other adblockers), containing auto-translated site clones of StackOverflow and other services.

  • xfiles

    Le liste NoAds filtrano la pubblicità sul web e migliorano la tua navigazione. Scopri di più navigando sul sito web ufficiale. (by gioxx)

  • Project mention: twitter fails to load content if using https://xfiles.noads.it | /r/uBlockOrigin | 2023-06-26
  • imdb-clean-as-fuck

    A Ublock Orgin filter to get clean IMDB UI with better styling

  • Project mention: Any tool to convert css to ublock's element:style() format? | /r/uBlockOrigin | 2023-12-07

    Thx, i wrote everything in scss and convert it to filter list (adguard syntax) with my converter

  • adblock-filter-analyzer

    AdBlock Filter Syntax code highlighter and partial validator. Colorizes and explains the syntax. Good for learning.

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

Ublock related posts

  • Hide YouTube Shorts List

    1 project | news.ycombinator.com | 1 May 2024
  • Apr 24th is JavaScript Naked Day – Browse the web without JavaScript

    1 project | news.ycombinator.com | 21 Apr 2024
  • Inside Amazon's Operation to Gather Intel on Rivals

    1 project | news.ycombinator.com | 18 Apr 2024
  • Shutting down the letsblock.it project and its official instance

    5 projects | news.ycombinator.com | 31 Mar 2024
  • Ask HN: Looking for a project to volunteer on? (February 2024)

    15 projects | news.ycombinator.com | 1 Feb 2024
  • Let's Block It

    1 project | news.ycombinator.com | 11 Jan 2024
  • Irish State announce plan to build a porn preference register for most of the EU

    3 projects | news.ycombinator.com | 7 Jan 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 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 Ublock projects? This list will help you:

Project Stars
1 uBlock 43,401
2 AdguardFilters 2,827
3 uBlock-Origin-dev-filter 2,201
4 easylist 2,011
5 adblock-nocoin-list 1,422
6 ublock-hide-yt-shorts 1,037
7 letsblockit 798
8 polish-ads-filter 652
9 adblock-iran 267
10 Viper-Browser 203
11 Anifiltrs 194
12 indonesianadblockrules 155
13 ttv_adEraser 128
14 easylistczechandslovak 94
15 NoADS_RU 65
16 hufilter 44
17 easylistgermany 37
18 ublock-umatrix-rulesets 29
19 uBOPa 27
20 Anti-AutoTranslation-List 24
21 xfiles 21
22 imdb-clean-as-fuck 20
23 adblock-filter-analyzer 14

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