Adblocker

Top 23 Adblocker Open-Source Projects

  • Bilibili-Evolved

    强大的哔哩哔哩增强脚本

  • SponsorBlock

    Skip YouTube video sponsors (browser extension)

  • Project mention: Show HN: CTRL-F for YouTube Videos | news.ycombinator.com | 2024-04-13

    just use sponsorblock today, works fine on all my devices. https://github.com/ajayyy/SponsorBlock

    from mobile phone to tv to pc.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • youtube-music

    YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)

  • Project mention: Grandfathered YouTube Premium will see January price increase | /r/Android | 2023-12-07

    Install Firefox, ublock origin for desktop YouTube, install https://github.com/th-ch/youtube-music for YTM outside of your browser, use revanced manager for the Android YTM app, stop paying a suckers tax lol

  • blocky

    Fast and lightweight DNS proxy as ad-blocker for local network with many features

  • Project mention: Show HN: Blocky – Fast and lightweight DNS proxy as ad-blocker for local network | news.ycombinator.com | 2023-12-01
  • whitelist

    A simple tool to add commonly white listed domains to your Pi-Hole setup.

  • Project mention: Pihole database corrupted, -2 domains on adlist | /r/pihole | 2023-07-08

    I don't know if it's related, but a few weeks ago I installed this https://github.com/anudeepND/whitelist For a while I didn't notice anything strange. Then a few days ago I noticed the same as you: -2 Domains on Adlists.

  • blokada

    The official repo for Blokada apps.

  • Project mention: Official Minecraft wiki editors so furious at Fandom's 'degraded' functionality and popups they're overwhelmingly voting to leave the site | /r/Games | 2023-07-11
  • privaxy

    Privaxy is the next generation tracker and advertisement blocker. It blocks ads and trackers by MITMing HTTP(s) traffic.

  • Project mention: Google resumes transition to Manifest V3 for Chrome extensions | news.ycombinator.com | 2023-11-16
  • 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
  • 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}` }; }

  • FuckAdBlock

    Detects ad blockers (AdBlock, ...)

  • hblock

    Improve your security and privacy by blocking ads, tracking and malware domains.

  • Project mention: This is a new kind of scammer | /r/india | 2023-06-03

    I'm talking something like hblock (https://hblock.molinero.dev/) which is for host blocking malceous+ other websites. Imagine blocking every single address manually. To get a picture how impossible it be here is the sample hosts file (https://hblock.molinero.dev/hosts) just do line count and you will understand.

  • ttv-lol-pro

    TTV LOL PRO removes most livestream ads from Twitch. This is free, don't expect it to be perfect.

  • Project mention: all twitch adblockers are broken | /r/Adblock | 2023-07-04
  • SpotX-Bash

    SpotX Mac and Linux adblocker for the Spotify desktop client, in Bash

  • Project mention: As plataformas de streaming em Portugal são um lixo | /r/portugal | 2023-12-06

    Para Linux/Mac: SpotX-Bash - https://github.com/SpotX-Official/SpotX-Bash

  • blacklist

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

  • filterlists

    Collection of blocklists 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

  • cloudblock

    Cloudblock deploys secure ad-blocking and VPN for all devices. Text and video guides included! 6 supported cloud providers, plus Ubuntu and Raspberry Pi. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.

  • Project mention: Install Pi Hole and configure to work with WireGuard on Free OCI Instance | /r/pihole | 2023-06-16

    https://github.com/chadgeary/cloudblock Another one which you can use but with less work

  • adblocker

    Efficient embeddable adblocker library

  • AdGuard-WireGuard-Unbound-DNScrypt

    Linux ultimate self-hosted network security guide ║ Linux 终极自托管网络安全指南 ║ Guía definitiva de seguridad de red autohospedada de Linux ║ लिनक्स परम स्व-होस्टेड नेटवर्क सुरक्षा गाइड ║ Окончательное руководство по безопасности собственной сети Linux

  • personalDNSfilter

    personalDNSfilter is a DNS filter proxy written in Java.

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

  • Pi-hole-for-Android

    Pi-hole/Unbound Raspbian APK Installer for Android 5.0+ devices (requires root)

  • Project mention: Pihole on android safe? | /r/pihole | 2023-12-05

    Is https://github.com/DesktopECHO/Pi-hole-for-Android/releases Safe to deploy ? Or how would you go about a pihole install on android phone that is rooted

  • little-snitch-blocklist

    🛡 A malicious URL blocklist that protects you from advertisements, malwares, spams, statistics & trackers on both web browsing and applications.

  • filtrite

    Custom AdBlock filterlist generator for Bromite and Cromite

  • Project mention: Firefox for Android 113.0, See All New Features, Updates and Fixes | /r/Android | 2023-05-14
  • 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).

Adblocker related posts

Index

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

Project Stars
1 Bilibili-Evolved 21,580
2 SponsorBlock 8,831
3 youtube-music 6,394
4 blocky 4,226
5 whitelist 4,121
6 blokada 3,018
7 privaxy 2,162
8 easylist 2,011
9 FuckAdBlock 1,881
10 hblock 1,466
11 ttv-lol-pro 1,350
12 SpotX-Bash 1,320
13 blacklist 1,081
14 filterlists 923
15 cloudblock 797
16 adblocker 730
17 AdGuard-WireGuard-Unbound-DNScrypt 686
18 personalDNSfilter 597
19 Magisk-Ad-Blocking-Module 396
20 iOSAdblockList 382
21 Pi-hole-for-Android 340
22 little-snitch-blocklist 251
23 filtrite 238

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