Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ublock-llc/ublock
uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.
https://github.com/ublock-llc/ublock
adblock blocker chrome extension firefox javascript safari safari-extension ublock
Last synced: 4 months ago
JSON representation
uBlock: a fast, lightweight, and lean blocker for Chrome, Firefox, and Safari.
- Host: GitHub
- URL: https://github.com/ublock-llc/ublock
- Owner: uBlock-LLC
- License: gpl-3.0
- Archived: true
- Created: 2014-06-22T23:54:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T21:07:14.000Z (over 2 years ago)
- Last Synced: 2024-09-29T17:01:14.319Z (4 months ago)
- Topics: adblock, blocker, chrome, extension, firefox, javascript, safari, safari-extension, ublock
- Language: JavaScript
- Homepage: https://ublock.org/
- Size: 83.9 MB
- Stars: 8,188
- Watchers: 187
- Forks: 437
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
>
> Future releases of uBlock will be made available on our website at https://ublock.org
>
uBlock: an efficient blocker extension for your browser. Fast, potent, and lean.
* [Getting Started & Installation](#getting-started)
* [Performance & Benchmarks](#performance)
* [Tips](#tips)
* [FAQ](https://www.ublock.org/faq/)
* [About](#about-ublock)## Getting started
#### Installation:
* **Chrome**: available on the [Chrome Web Store](https://chrome.google.com/webstore/detail/ublock/epcnnfbjfcgphgdmggkamkmgojdagdnn) or for [manual](https://github.com/uBlock-LLC/uBlock/tree/master/dist#install) installation.
* **Safari**: available to install [from the homepage](https://www.ublock.org/safari/).
* **MacOS App**: available for install [from the homepage](https://www.ublock.org/macOS/) or from the [App Store](https://itunes.apple.com/us/app/ublock/id1385985095?ls=1&mt=8).
* **Firefox**: available on the [Firefox Add-ons site](https://addons.mozilla.org/en-US/firefox/addon/ublock/), or for [manual](https://github.com/uBlock-LLC/uBlock/releases) installation.
* **Opera**: Opera shares Chrome's underlying engine, so you can install uBlock simply by grabbing the [latest release for Chrome](https://github.com/uBlock-LLC/uBlock/releases/latest).
uBlock has tooltips throughout its UI to help you along. But just in case you need it, [here's a quick guide for basic usage](https://github.com/uBlock-LLC/uBlock/wiki/Quick-guide:-popup-user-interface).
## Performance
#### Memory
On average, uBlock really does make your browser run leaner. [1]Chrome
Safari
Firefox
[1] An overview of the benchmark is available at this wiki page.
#### CPU
uBlock is also CPU-efficient
Details of the benchmark available in this LibreOffice spreadsheet.#### Blocking
Being lean and efficient doesn't mean blocking less
For details of benchmark, see
uBlock and others: Blocking ads, trackers, malwares.**Some quick tests:**
These tests are by no means complete or comprehensive, but do remain helpful.
- [Index](http://raymondhill.net/ublock/tests.html)
- [Web page components](http://raymondhill.net/ublock/tiles1.html)
- [Popups](http://raymondhill.net/ublock/popup.html)## Tips
* **To benefit from uBlock's higher efficiency,** it's advised that you don't use other blockers at the same time (such as AdBlock or Adblock Plus). uBlock will do [as well or better](#blocking) than most popular ad blockers.
* It's important to note that blocking ads [is *not* theft](https://twitter.com/LeaVerou/status/518154828166725632). Don't fall for this creepy idea. The _ultimate_ logical consequence of `blocking = theft` is the criminalisation of the inalienable right to privacy.
* _EasyList_, _Acceptable Ads_, _ABP Anti-Circumvention Filter List_ and _Cryptocurrency (Bitcoin) Mining Protection List_ are enabled by default when you install uBlock. Many more lists are readily available to block trackers, analytics, and more. Hosts files are also supported.
* Once you install uBlock, you can easily un-select any of the pre-selected filter lists if you think uBlock blocks too much. For reference, Adblock Plus installs with only _EasyList_ enabled by default.
* Feel free to read [about the extension's required permissions](https://github.com/uBlock-LLC/uBlock/wiki/About-the-required-permissions).
## About uBlock
Some users might want to check out [uBlock Origin](https://github.com/gorhill/uBlock): a noteworthy personal fork of uBlock from @gorhill with a slightly different featureset.
uBlock is a general-purpose content blocker, which means it can be used to block ads as well as other forms of content on webpages. uBlock can also be used to help users neutralize privacy-invading trackers. uBlock blocks ads through its support of the [Adblock Plus filter syntax](https://adblockplus.org/en/filters). uBlock [extends](https://github.com/uBlock-LLC/uBlock/wiki/Filter-syntax-extensions) the syntax and is designed to work with custom rules and filters.
** Please note [recent news](https://www.ublock.org/announcement/) about the status of the uBlock project as of June 22, 2018.**
*Acknowledgment:* uBlock comes with several filter lists ready to use out-of-the-box (including but not limited to: EasyList, Peter Lowe's, several malware filter lists). We deeply appreciate the people working hard to maintain those lists which are available to use by all for free.
## License
[GPLv3](https://github.com/uBlock-LLC/uBlock/blob/master/LICENSE.txt).