2022-04-30 00:37:56 +00:00
[![Badge Commits]][Commit Rate]
[![Badge Issues]][Issues]
[![Badge Localization]][Crowdin]
[![Badge License]][License]
[![Badge NPM]][NPM]
[![Badge Mozilla]][Mozilla]
[![Badge Chrome]][Chrome]
2023-04-29 18:02:59 +00:00
[![Badge Edge]][Edge]
2015-05-27 11:15:51 +00:00
2022-06-03 16:46:10 +00:00
***
2015-04-04 11:34:38 +00:00
2015-03-08 00:31:27 +00:00
< h1 align = "center" >
< sub >
2022-11-15 16:05:50 +00:00
< img src = "https://github.com/gorhill/uBlock/blob/master/src/img/ublock.svg" height = "38" width = "38" >
2015-03-08 00:31:27 +00:00
< / sub >
2022-11-15 16:05:50 +00:00
uBlock Origin (uBO)
2015-03-08 00:51:36 +00:00
< / h1 >
2021-02-08 21:13:59 +00:00
2025-05-17 12:10:49 +00:00
| Browser | Install from ... | Status |
| :-------: | ---------------- | ------ |
| < img src = "https://github.com/user-attachments/assets/b0136512-56a5-4856-8c50-4971c957a24f" alt = "Get uBlock Origin for Firefox" > | < a href = "https://addons.mozilla.org/addon/ublock-origin/" > Firefox Add-ons</ a > | [uBO works best on Firefox ](https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox ) |
2025-06-07 10:39:46 +00:00
| < img src = "https://github.com/user-attachments/assets/3a7569f8-688b-4eb1-a643-8d0fe173aefe" alt = "Get uBlock Origin for Microsoft Edge" > | < a href = "https://microsoftedge.microsoft.com/addons/detail/ublock-origin/odfafepnkmbhccpbejgmiehpchacaeak" > Edge Add-ons< / a > |
2025-05-17 12:10:49 +00:00
| < img src = "https://github.com/user-attachments/assets/938f080c-fe64-4e48-8b89-4bfceabb56e6" alt = "Get uBlock Origin for Opera" > | < a href = "https://addons.opera.com/extensions/details/ublock/" > Opera Add-ons< / a > |
2025-06-07 10:39:46 +00:00
| < img src = "https://github.com/user-attachments/assets/5463ef88-873b-4516-8514-5277664cfde7" alt = "Get uBlock Origin for Chromium" > | < a href = "https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh" > Chrome Web Store< / a > | < a href = "https://github.com/uBlockOrigin/uBlock-issues/wiki/About-Google-Chrome's-%22This-extension-may-soon-no-longer-be-supported%22" > About Google Chrome's "This extension may soon no longer be supported"< / a > < br > End of support on Chrome 139 |
2025-05-17 12:10:49 +00:00
| < img src = "https://github.com/user-attachments/assets/2e9037c4-836d-44c1-a716-ba96e89daaff" alt = "Get uBlock Origin for Thunderbird" > | < a href = "https://addons.thunderbird.net/en-Us/thunderbird/addon/ublock-origin/" > Thunderbird Add-ons</ a > | [No longer updated and stuck at 1.49.2 ](https://github.com/uBlockOrigin/uBlock-issues/issues/2928 ) |
2024-07-24 16:43:00 +00:00
***
2023-04-16 23:16:17 +00:00
uBlock Origin (uBO) is a CPU and memory-efficient [wide-spectrum content blocker][Blocking] for Chromium and Firefox. It blocks ads, trackers, coin miners, popups, annoying anti-blockers, malware sites, etc., by default using [EasyList][EasyList], [EasyPrivacy][EasyPrivacy], [Peter Lowe's Blocklist][Peter Lowe's Blocklist], [Online Malicious URL Blocklist][Malicious Blocklist], and uBO [filter lists][uBO Filters]. There are many other lists available to block even more. Hosts files are also supported. uBO uses the EasyList filter syntax and [extends][Extended Syntax] the syntax to work with custom rules and filters.
2023-04-14 18:28:14 +00:00
2023-04-16 23:16:17 +00:00
You may easily unselect any preselected filter lists if you think uBO blocks too much. For reference, Adblock Plus installs with only EasyList, ABP filters, and Acceptable Ads enabled by default.
2023-04-14 18:28:14 +00:00
It is important to note that using a blocker is **NOT** [theft]. Do not fall for this creepy idea. The _ultimate_ logical consequence of `blocking = theft` is the criminalization of the inalienable right to privacy.
2023-04-15 12:17:21 +00:00
Ads, "unintrusive" or not, are just the visible portion of the privacy-invading means entering your browser when you visit most sites. **uBO's primary goal is to help users neutralize these privacy-invading methods** in a way that welcomes those users who do not wish to use more technical means.
2017-10-21 12:55:19 +00:00
2021-02-08 21:13:59 +00:00
***
2015-03-27 20:21:31 +00:00
* [Documentation ](#documentation )
2015-01-13 21:25:08 +00:00
* [Installation ](#installation )
2023-04-16 23:16:17 +00:00
* [Firefox ](#firefox )
2023-04-28 02:40:14 +00:00
* [Thunderbird ](#thunderbird )
2023-04-29 17:36:37 +00:00
* [Chromium ](#chromium )
* [All Programs ](#all-programs )
* [Enterprise Deployment ](#enterprise-deployment )
2015-01-13 21:25:08 +00:00
* [Release History ](#release-history )
2023-04-16 23:16:17 +00:00
* [Translations ](#translations )
2022-11-15 16:05:50 +00:00
* [About ](#about )
2014-06-23 00:00:34 +00:00
2015-08-06 22:48:47 +00:00
## Documentation
2023-04-17 15:36:50 +00:00
< table >
< thead >
< tr >
2023-04-17 23:04:40 +00:00
< th > Basic Mode< / th >
< th > Advanced Mode< / th >
2023-04-17 15:36:50 +00:00
< / tr >
< / thead >
< tbody >
< tr >
2023-04-17 23:06:43 +00:00
< td > The < a href = "https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface" > simple popup user interface< / a > for an install-it-and-forget-it type of installation that is configured optimally by default.< / td >
< td > The < a href = "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide" > advanced popup user interface< / a > includes a point-and-click firewall that is configurable on a per-site basis.< / td >
2023-04-17 15:36:50 +00:00
< / tr >
< tr >
2023-04-17 23:06:43 +00:00
< td align = "center" valign = "top" > < a href = "https://github.com/gorhill/uBlock/wiki/Quick-guide:-popup-user-interface" > < img src = "https://user-images.githubusercontent.com/585534/232531044-c4ac4dd5-0b60-4c1e-aabb-914be04b846c.png" / > < / a > < / td >
< td align = "center" valign = "top" > < a href = "https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-quick-guide" > < img src = "https://user-images.githubusercontent.com/585534/232531439-a8f81cc3-6622-45c4-8b32-7348cecf6e98.png" / > < / a > < / td >
2023-04-17 15:36:50 +00:00
< / tr >
< / tbody >
< / table >
2015-08-06 22:48:47 +00:00
2023-04-14 18:28:14 +00:00
Visit the [Wiki][Wiki] for documentation.
2015-08-06 22:48:47 +00:00
2022-11-15 16:05:50 +00:00
For support, questions, or help, visit [/r/uBlockOrigin][Reddit].
2017-07-08 23:48:05 +00:00
2014-06-23 00:00:34 +00:00
## Installation
2022-11-15 16:05:50 +00:00
[Required Permissions][Permissions]
2015-01-12 19:55:44 +00:00
2023-04-16 23:16:17 +00:00
#### Firefox
2022-11-15 15:01:05 +00:00
2022-11-15 16:05:50 +00:00
[Firefox Add-ons][Mozilla]
2019-10-08 18:43:09 +00:00
2023-04-16 23:16:17 +00:00
[Development Builds][Beta]
2018-01-04 19:51:33 +00:00
2023-04-17 15:05:00 +00:00
uBO [works best][Works Best] on Firefox and is available for desktop and Android versions.
2023-04-17 12:52:54 +00:00
2023-04-28 02:40:14 +00:00
#### Thunderbird
[Thunderbird Add-ons][Thunderbird]
2023-10-16 00:16:44 +00:00
In Thunderbird, uBlock Origin does not affect emails, just feeds.
2023-04-29 17:36:37 +00:00
#### Chromium
[Chrome Web Store][Chrome]
2025-06-07 10:39:46 +00:00
[Microsoft Edge Add-ons][Edge] (Published by [Nicole Rolls][Nicole Rolls] until version 1.62. Ownership transfer at version 1.64.)
2023-04-29 17:36:37 +00:00
[Opera Add-ons][Opera]
[Development Builds][Chrome Dev]
uBO should be compatible with any Chromium-based browser.
#### All Programs
2014-06-23 00:00:34 +00:00
2023-04-29 17:36:37 +00:00
Do **NOT** use uBO with any other content blocker. uBO [performs][Performance] as well as or better than most popular blockers. Other blockers can prevent uBO's privacy or anti-blocker-defusing features from working correctly.
2017-10-02 11:49:23 +00:00
2022-11-15 16:07:15 +00:00
[Manual Installation][Manual Installation]
2022-11-15 16:05:50 +00:00
#### Enterprise Deployment
2017-10-02 11:49:23 +00:00
2022-11-15 16:05:50 +00:00
[Deploying uBO][Deployment]
2017-10-02 11:49:23 +00:00
2015-01-12 19:55:44 +00:00
## Release History
2022-11-15 16:05:50 +00:00
[Releases Page][Releases]
2014-07-29 22:07:36 +00:00
2023-04-16 23:16:17 +00:00
## Translations
Help translate uBO via [Crowdin][Crowdin].
2014-06-23 00:00:34 +00:00
## About
2022-11-15 16:05:50 +00:00
[Manifesto][Manifesto]
2015-02-23 19:50:49 +00:00
2023-04-29 17:36:37 +00:00
[Privacy Policy][Privacy Policy]
2014-08-25 22:51:39 +00:00
2023-04-29 17:36:37 +00:00
[GPLv3 License][License]
2014-07-05 20:03:59 +00:00
2023-04-29 17:36:37 +00:00
Free. Open-source. For users by users. No donations sought.
2014-06-23 00:00:34 +00:00
2023-04-29 17:36:37 +00:00
If you ever want to contribute something, think about the people working hard to maintain the filter lists you are using, which are available to use by all for free.
2022-04-30 00:37:56 +00:00
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
2022-11-15 16:05:50 +00:00
[Peter Lowe's Blocklist]: https://pgl.yoyo.org/adservers/
[Malicious Blocklist]: https://gitlab.com/malware-filter/urlhaus-filter#malicious-url-blocklist
2025-04-25 11:30:17 +00:00
[Performance]: https://www.debugbear.com/blog/chrome-extensions-website-performance#the-impact-of-ad-blocking-on-website-performance
2022-11-15 16:05:50 +00:00
[EasyPrivacy]: https://easylist.to/#easyprivacy
2023-04-29 17:36:37 +00:00
[Thunderbird]: https://addons.thunderbird.net/thunderbird/addon/ublock-origin/
2024-11-01 14:46:37 +00:00
[Chrome Dev]: https://chromewebstore.google.com/detail/ublock-origin-development/cgbcahbpdhpcegmbfconppldiemgcoii
2022-11-15 16:05:50 +00:00
[EasyList]: https://easylist.to/#easylist
[Mozilla]: https://addons.mozilla.org/addon/ublock-origin/
2022-04-30 00:37:56 +00:00
[Crowdin]: https://crowdin.com/project/ublock
2024-11-01 14:46:37 +00:00
[Chrome]: https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm
2022-04-30 00:37:56 +00:00
[Reddit]: https://www.reddit.com/r/uBlockOrigin/
2024-11-01 14:46:37 +00:00
[Theft]: https://x.com/LeaVerou/status/518154828166725632
2022-04-30 00:37:56 +00:00
[Opera]: https://addons.opera.com/extensions/details/ublock/
[Edge]: https://microsoftedge.microsoft.com/addons/detail/ublock-origin/odfafepnkmbhccpbejgmiehpchacaeak
[NPM]: https://www.npmjs.com/package/@gorhill/ubo-core
[Manifesto]: MANIFESTO.md
[License]: LICENSE.txt
2022-11-15 16:05:50 +00:00
[Nicole Rolls]: https://github.com/nicole-ashley
2022-04-30 00:37:56 +00:00
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ Internal ] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
[Manual Installation]: https://github.com/gorhill/uBlock/tree/master/dist#install
[Extended Syntax]: https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#extended-syntax
[Privacy Policy]: https://github.com/gorhill/uBlock/wiki/Privacy-policy
2022-11-15 16:05:50 +00:00
[uBO Filters]: https://github.com/uBlockOrigin/uAssets/tree/master/filters
2022-04-30 00:37:56 +00:00
[Permissions]: https://github.com/gorhill/uBlock/wiki/Permissions
[Commit Rate]: https://github.com/gorhill/uBlock/commits/master
2023-04-17 15:05:00 +00:00
[Works Best]: https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox
2022-11-15 16:05:50 +00:00
[Deployment]: https://github.com/gorhill/uBlock/wiki/Deploying-uBlock-Origin
2022-04-30 00:37:56 +00:00
[Blocking]: https://github.com/gorhill/uBlock/wiki/Blocking-mode
[Releases]: https://github.com/gorhill/uBlock/releases
[Issues]: https://github.com/uBlockOrigin/uBlock-issues/issues
[Beta]: https://github.com/gorhill/uBlock/blob/master/dist/README.md#for-beta-version
[Wiki]: https://github.com/gorhill/uBlock/wiki
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ Badges ] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
[Badge Localization]: https://d322cqt584bo4o.cloudfront.net/ublock/localized.svg
[Badge Commits]: https://img.shields.io/github/commit-activity/m/gorhill/ublock?label=Commits
[Badge Mozilla]: https://img.shields.io/amo/rating/ublock-origin?label=Firefox
[Badge License]: https://img.shields.io/badge/License-GPLv3-blue.svg
[Badge Chrome]: https://img.shields.io/chrome-web-store/rating/cjpalhdlnbpafiamejdnhcphjbkeiagm?label=Chrome
2023-04-29 18:02:59 +00:00
[Badge Edge]: https://img.shields.io/badge/dynamic/json?label=Edge& color=brightgreen& query=%24.averageRating& suffix=%2F%35& url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fodfafepnkmbhccpbejgmiehpchacaeak
2022-04-30 00:37:56 +00:00
[Badge Issues]: https://img.shields.io/github/issues/uBlockOrigin/uBlock-issues
[Badge NPM]: https://img.shields.io/npm/v/@gorhill/ubo-core