{"id":34904747,"url":"https://github.com/goastian/midori-privacy","last_synced_at":"2026-04-26T18:01:30.215Z","repository":{"id":230338411,"uuid":"765617226","full_name":"goastian/midori-privacy","owner":"goastian","description":"It is an extension with the purpose of protecting the privacy of users. By blocking more than 2000 trackers, advertising and more.","archived":false,"fork":false,"pushed_at":"2026-04-24T04:20:44.000Z","size":42012,"stargazers_count":4,"open_issues_count":29,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-24T06:15:16.852Z","etag":null,"topics":["adblock","blocker","browser-extension","chromium","edge-extension","firefox","firefox-extension","opera-extension","privacy","yandex-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goastian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"goastian","custom":"https://www.buymeacoffee.com/midoribrowser","open_collective":"midori-browser"}},"created_at":"2024-03-01T09:26:05.000Z","updated_at":"2026-04-24T04:20:48.000Z","dependencies_parsed_at":"2025-03-30T11:25:53.484Z","dependency_job_id":"9bce3be6-3acd-4949-9799-a2fb10ba765e","html_url":"https://github.com/goastian/midori-privacy","commit_stats":null,"previous_names":["goastian/midori-pm-privacy","goastian/astian-privacy-protect","goastian/midori-privacy"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/goastian/midori-privacy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goastian%2Fmidori-privacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goastian%2Fmidori-privacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goastian%2Fmidori-privacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goastian%2Fmidori-privacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goastian","download_url":"https://codeload.github.com/goastian/midori-privacy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goastian%2Fmidori-privacy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32307015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T17:23:19.671Z","status":"ssl_error","status_checked_at":"2026-04-26T17:23:19.195Z","response_time":129,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adblock","blocker","browser-extension","chromium","edge-extension","firefox","firefox-extension","opera-extension","privacy","yandex-extension"],"created_at":"2025-12-26T09:57:11.147Z","updated_at":"2026-04-26T18:01:30.210Z","avatar_url":"https://github.com/goastian.png","language":"JavaScript","funding_links":["https://github.com/sponsors/goastian","https://www.buymeacoffee.com/midoribrowser","https://opencollective.com/midori-browser"],"categories":[],"sub_categories":[],"readme":"# Midori Privacy - Ad \u0026 Tracker Blocker\n\nA lightweight, fast, and privacy-focused ad \u0026 tracker blocker for Chromium and Firefox browsers. Built from scratch by [Astian Inc](https://astian.org).\n\n## Features\n\n- **Ad blocking** using EasyList, uBlock Filters, and Peter Lowe's list\n- **Tracker blocking** using EasyPrivacy and uBlock Privacy\n- **Per-site toggle** — enable/disable protection on any website\n- **Blocked requests list** — see what's being blocked on each tab, grouped by category\n- **Privacy reports** — top tracked sites, blocking stats over 7/30/90 days, JSON export\n- **Custom filter lists** — add any ABP-compatible filter list URL\n- **Cosmetic filtering** — hides ad elements from pages\n- **Auto-updating lists** — configurable interval (1h, 4h, 12h, 24h)\n- **Dark mode** — automatic based on system preference\n- **Local-only telemetry** — optional KPI metrics stay on-device and are never sent externally\n- **Ultra lightweight** — \u003c 25KB JS bundle (without filter lists)\n\n## Supported Browsers\n\n| Browser | Manifest | Blocking Method |\n|---------|----------|-----------------|\n| Chrome, Edge, Brave, Opera | MV3 | `declarativeNetRequest` (native) |\n| Firefox | MV2 | `webRequest` (JS engine) |\n\nSee compatibility limits and feature viability notes in `docs/browser-compat-mv3-mv2.md`.\n\n## Installation (Development)\n\n```bash\ngit clone https://github.com/goastian/midori-privacy.git\ncd midori-privacy\nnpm install\n```\n\n### Convert filter lists (required for Chromium)\n\n```bash\nnpm run convert-lists\n```\n\n### Build\n\n```bash\nnpm run build:chromium    # Build for Chrome/Edge/Brave\nnpm run build:firefox     # Build for Firefox\nnpm run dev               # Watch mode (Chromium)\nnpm run dev:firefox       # Watch mode (Firefox)\n```\n\nThe built extension will be in the `dist/` directory.\n\n### Load in Chrome\n\n1. Go to `chrome://extensions/`\n2. Enable \"Developer mode\"\n3. Click \"Load unpacked\" and select the `dist/` folder\n\n### Load in Firefox\n\n1. Go to `about:debugging#/runtime/this-firefox`\n2. Click \"Load Temporary Add-on\"\n3. Select `dist/manifest.json`\n\n## Project Structure\n\n```\nsrc/\n├── manifest.chromium.json       # Manifest V3 (Chromium)\n├── manifest.firefox.json        # Manifest V2 (Firefox)\n├── background/\n│   ├── index.js                 # Service worker (main entry)\n│   ├── filter-engine.js         # ABP syntax parser \u0026 matcher\n│   ├── lists-manager.js         # Filter list download \u0026 cache\n│   ├── stats-collector.js       # Per-tab blocking statistics\n│   ├── report-generator.js      # Privacy report generation\n│   └── storage.js               # Storage abstraction\n├── popup/\n│   ├── popup.html / .css / .js  # Popup panel UI\n├── options/\n│   ├── options.html / .css / .js # Settings page UI\n├── content/\n│   └── cosmetic.js              # Element hiding (cosmetic rules)\n├── shared/\n│   └── styles.css               # Shared CSS variables \u0026 components\n├── _locales/en/messages.json    # Localization\n├── icons/                       # Extension icons\n└── rules/                       # Generated DNR rules (Chromium only)\nscripts/\n├── build.js                     # esbuild-based build script\n├── convert-lists.js             # ABP → DNR JSON converter\n└── generate-icons.js            # PNG icon generator\n```\n\n## Filter Lists\n\n| List | Source | Default |\n|------|--------|---------|\n| EasyList | easylist.to | Enabled |\n| EasyPrivacy | easylist.to | Enabled |\n| uBlock Filters | ublockorigin.github.io | Enabled |\n| uBlock Privacy | ublockorigin.github.io | Enabled |\n| Peter Lowe's | pgl.yoyo.org | Enabled |\n| uBlock Annoyances (Cookies) | ublockorigin.github.io | Disabled |\n| uBlock Annoyances (Other) | ublockorigin.github.io | Disabled |\n| Fanboy's Social | easylist.to | Disabled |\n\n## License\n\nMPL-2.0 — Copyright 2024-present Astian Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoastian%2Fmidori-privacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoastian%2Fmidori-privacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoastian%2Fmidori-privacy/lists"}