Software:UBlock Origin
uBlock Origin pop-up interface | |
| Original author(s) | Raymond Hill (gorhill) |
|---|---|
| Developer(s) | Current: Raymond Hill Past: Deathamns, Chris Aljoudi, Alex Vallat[1] |
| Initial release | June 23, 2014[2] |
| Written in | JavaScript |
| Operating system | Cross-platform |
| Predecessor | HTTP Switchboard and uMatrix |
| Available in | 72[3] languages |
| Type | Browser extension |
| License | GPLv3 |
uBlock Origin (/ˈjuːblɒk/ YOO-blok[4]) is a free and open-source browser extension for content filtering, including ad blocking. The extension is available for Firefox and Chromium-based browsers (such as Chrome, Edge, Brave, and Opera).[5]
uBlock Origin is actively developed and maintained by its creator and lead developer Raymond Hill and the open source community.[1] As of April 2025[update], the Chrome version of uBlock Origin had over 29 million active users and the Firefox version had over 9 million active users, making it the most popular extension on Firefox.[6][7]
History
The development of uBlock Origin (uBO) came about by forking the codebase of HTTP Switchboard, an extension designed to give users control over browser requests. uBlock, which was the predecessor of uBlock Origin, was further influenced by uMatrix, another browser extension created by forking HTTP Switchboard.[8]
HTTP Switchboard
HTTP Switchboard was initially released on September 20, 2013.[9][10][11][12][13][14] It enabled users to control the types of requests made by their browser, providing a way to block specific types of web content. However, development of HTTP Switchboard ceased on May 18, 2015.[15][16]
uMatrix
Following the end of HTTP Switchboard's development, uMatrix was introduced on October 24, 2014.[17][8][18]
This extension, designed for advanced users, acted as a request firewall, allowing users to control browser requests across two main dimensions: the domains and subdomains to which requests were sent, and the types of requests (such as cookies, images, XMLHttpRequest, frames, and scripts). uMatrix retained much of the user interface from HTTP Switchboard, but significantly expanded its functionality, offering a more granular level of control over web requests.
The evolution of these extensions laid the foundation for uBlock, combining elements from both HTTP Switchboard and uMatrix while streamlining the user experience for broader accessibility.
Development of uMatrix continued for several years alongside development of uBlock Origin, with uMatrix being posed as a blocking option that was "definitely for advanced users".
In a public discussion on 2 August 2020, lead developer Raymond Hill stated that he lacked time to work on uMatrix because it was "a project large enough that [he] would be able to work on it only if [he] wasn't working on uBO." In response to a further comment, Hill stated he would never pass development to anyone after past experience, giving concerns such as monetisation and feature bloat, and he would instead "at most" archive it, offering others the chance to fork the project.[19]
Development of uMatrix ended on July 21, 2021 without announcement, with the project's GitHub repository being converted to a public archive.
uBlock
uBlock[note 1] was developed by Raymond Hill to use community-maintained block lists,[20] while adding features and raising the code quality to release standards.[21] First released in June 2014 as a Chrome and Opera extension, in 2015 the extension became available in other browsers. A joint Sourcepoint and comScore survey reported an 833% growth from November 2014 to August 2015, the strongest growth among adblockers listed.[22] The report attributed the growth to the desire of users for pure blockers, outside the "acceptable ads" program operated by Adblock Plus.[23]
The development of uBlock stopped in August 2015 after its April break with uBlock Origin but there were updates again starting in January 2017.[24]
In July 2018, ublock.org was acquired by AdBlock and they resumed development.[25] From February 2019, uBlock began allowing users to participate in "acceptable ads",[26][27] a program run by Adblock Plus that allows some ads deemed "acceptable" and nonintrusive, and for which larger publishers pay a fee.[28]
uBlock Origin
On April 3, 2015, Raymond Hill transferred the uBlock project to Chris Aljoudi due to frustrations with managing increasing user requests.[29] Hill explained that it was no longer a hobby: "These projects are to me, not a full-time job. It stopped being a hobby when it felt more and more like a tedious job. I will keep maintaining my version (and share with whoever cares to use it) because it guarantees the tool will match what I want out of it."[30] On April 6, Hill created his own fork of the project, naming it uBlock Origin.[31]
Since October 2017, uBlock Origin has been completely separated from Aljoudi's uBlock.[32] Aljoudi created ublock.org to host and promote uBlock and to request donations. In response, Hill stated that "the donations sought by ublock.org are not benefiting any of those who contributed most to create uBlock Origin."[5]
uBlock Origin Lite
In 2023, Google made changes known as "Manifest V3" to the WebRequest API used by ad blocking and privacy extensions to block and modify network connections.[33][34] Following Google's implementation of Manifest V3 and the end of support for V2 (which was ultimately implemented in March 2025),[35] uBlock Origin's effectiveness is drastically reduced in Google Chrome and other Chromium-based browsers.[36][37][38]
As a result, uBlock Origin Lite was created and designed to comply with the new extension framework. uBO Lite differs from uBO in several key aspects, primarily due to the constraints and design goals associated with Manifest V3. Specifically, it lacks filter list updates outside of extension updates, and has no custom filters, strict-blocked pages, per-site switches, or dynamic filtering. Google has been criticized for implementing some of these features due to its domination (Google Ads) in the online advertising market.[39][40][41][42]
As of August 2025, the Chrome version of uBlock Origin Lite has over 9 million active users.[43] Following a dispute with Mozilla add-on administrators over perceived security flaws, Raymond Hill pulled uBlock Origin Lite from the Firefox Marketplace in August 2025.[44] The classic (MV2) version is unaffected and is still developed for Firefox, which is its preferred platform. Subsequently, community developers created a sideloaded version for Firefox via Github.[45]
Features
Blocking and filtering
uBlock Origin supports the majority of Adblock Plus's filter syntax. The popular filter lists EasyList and EasyPrivacy are enabled by default. The extensions are capable of importing hosts files and a number of community-maintained lists are available at installation. Among the host files available, Peter Lowe's ad servers & tracking list and lists of malware domains such as uBlock Origin's own anti-malicious filter called Badware risks are also enabled as default, preventing users from visiting malicious websites such as those used for phishing, scams, malware, and more.[46] Some additional features include dynamic filtering of scripts and iframes and a tool for webpage element hiding. uBlock Origin offers several features not found in the original uBlock. These include:
- Color Vision Deficiency Mode: A feature designed to assist users with color blindness.
- Dynamic URL Filtering: An option for more flexible and adaptive URL filtering.
- Logging Functionality: Allows users to view logs for better insight into the extension's activities.
- DOM Inspector: A tool for inspecting the Document Object Model of web pages.
- Block link prefetching: Prevents the browser from preloading or prefetching links.
- Block hyperlink auditing: Disables the ability of websites to track when links are clicked through a technique called hyperlink auditing.
There used to be a feature that protected against IP address leaks via WebRTC. However, this feature was removed in version 1.38 for all platforms except Android, as most browsers no longer have vulnerabilities related to WebRTC leaks.[47]
Site-specific switches to toggle the blocking of pop-ups, strict domain blocking, cosmetic filtering, blocking remote fonts, and JavaScript disabling were also added to uBlock Origin.[48] The Firefox version of uBlock Origin has an extra feature which helps to foil attempts by web sites to circumvent blockers.[49]
uBlock Origin also supports modifying the response body of a request using the =replace directive. This allows it to effectively alter and deliver the modified response directly to the browser. However, this functionality is currently supported only on Firefox and Firefox-based browsers.[50]
Performance and efficiency
Technology websites and user reviews for uBlock Origin have regarded the extension as less resource-intensive than extensions that provide similar feature sets such as Adblock Plus.[51][52][53] A benchmark test, conducted in August 2015 with ten blocking extensions, showed uBlock Origin as the most resource-efficient among the extensions tested.[54]
uBlock Origin surveys what style resources are required for an individual web page rather than relying on a universal style sheet. The extension takes a snapshot of the filters the user has enabled, which contributes to accelerated browser start-up speed when compared to retrieving filters from cache every time.[55]
Differential updates
Starting with version 1.54, uBlock Origin introduced the implementation of differential updates (delta updates), which allows the extension to fetch only changes to filter lists rather than downloading the entire list. This results in lower bandwidth consumption and more frequent updates. This change was part of uBlock Origin's efforts to reduce both requests and bandwidth usage, with the goal of not being ranked among the most bandwidth-intensive projects on jsDelivr, as reflected in public statistics.[56][57]
Environmental impact
According to a research paper, uBlock Origin was able to reduce web page load times by 28.5%, the highest efficiency compared to other ad blockers like AdBlock Plus and Privacy Badger. Its use could significantly reduce energy consumption, saving an estimated 100 hours of browsing time annually for the average global user.[58]
If widely adopted in the United States, it could save over $117 million per year in electricity costs, and globally, it could result in savings exceeding $1.8 billion. The research report also suggests that widespread use of uBlock Origin could have environmental benefits, potentially preventing pollution-related deaths caused by coal-fired power generation used to support the extra energy consumption from ads.[58]
Limitations in Chromium-based browsers
According to the creator and lead developer Raymond Hill of the extension, uBlock Origin works best on Firefox.[59] The main reason is that uBlock Origin (uBO) faces several technical limitations when used on Chromium-based browsers compared to its performance on Firefox, and as a result, users may experience less effective ad blocking, potential exposure to unwanted content, and slower performance when using uBO on Chromium-based browsers:[60]
CNAME Uncloaking
In November 2019, a uBlock Origin user reported a novel technique used by some sites to bypass third-party tracker blocking. These sites link to URLs that are sub-domains of the page's domain, but those sub-domains resolve to third-party hosts via a CNAME record. Since the initial URL contained a sub-domain of the current page, it was interpreted by browsers as a first-party request and so was allowed by the filtering rules in uBlock Origin (and in similar extensions). The uBlock Origin developer came up with a solution using a DNS API which is exclusive to Firefox 60+.[61] The new feature was implemented in uBlock Origin 1.25, released on February 19, 2020.[62]
Chromium-based browsers lack the ability to uncloak third-party servers disguised as first-party through CNAME records. This limitation reduces the efficiency of blocking third-party trackers, a capability that uBO fully utilizes on Firefox.
Furthermore:
- IP address filtering: In version 1.60, uBO introduced the ability to block network requests based on their IP addresses. This is achieved by fetching the DNS records for a specific URL and filtering according to the IPs found. Full support is available for Firefox-based browsers, while Chromium-based browsers can only filter when an IP address is directly used in the URL instead of a hostname.
- HTML Filtering: uBO's ability to filter the response body of HTML documents before they are parsed by the browser is hindered in Chromium-based browsers. This feature, enabled by the
webRequest.filterResponseData()API, is currently only available in Firefox, limiting the effectiveness of uBO's HTML filtering on Chromium-based platforms. - Response Body Filtering: The
replace=option in network filtering, which allows for response body modification, is less effective in Chromium-based browsers. Firefox's support for this feature enables more robust content manipulation. - Browser Launch Filtering: On Chromium-based browsers, uBO may not be fully ready to block network requests from already opened tabs immediately upon browser launch. This can allow some tracker or advertisement payloads to load before uBO becomes active, which is especially problematic for users who utilize default-deny modes for third-party resources or JavaScript. While there is a mitigation setting available, it is not enabled by default and does not cover all use cases.
- Pre-fetching: In Chromium-based browsers, websites may override user settings regarding pre-fetching, potentially leading to unwanted network requests. Firefox, in contrast, reliably prevents pre-fetching when it is disabled in uBO.
- WebAssembly Usage: uBO does not use WebAssembly for core filtering code paths on Chromium-based browsers due to the additional permissions required in the extension manifest, which could complicate the extension's publication in the Chrome Web Store. This limitation can affect performance and functionality.
- Storage Compression: uBO on Chromium-based browsers cannot effectively use LZ4 compression for storing filter lists and other data due to issues with IndexedDB in incognito mode. IndexedDB instances are reset in incognito mode, causing uBO to start with out-of-date filter lists and reduced efficiency. Firefox does not face this issue, allowing for more efficient storage and retrieval of data.
Reception
uBlock Origin is a widely praised content-filtering extension, known for being less memory-intensive than similar tools.[63][64][65][66] Its primary purpose is to give users control over their content-filtering choices, particularly in blocking advertisements and enhancing privacy.[67][68]
The extension has received positive feedback from both users and academic researchers. It is frequently recognized for its effectiveness in blocking ads, improving privacy, and boosting browsing efficiency.[51][52][53] Numerous studies and scientific papers have examined uBlock Origin's impact on web performance, privacy, and user experience. These studies have contributed to a better understanding of the benefits of ad-blocking tools, with uBlock Origin often cited as one of the most comprehensive and efficient solutions. Its widespread use and inclusion in academic research highlight its importance in the broader context of digital privacy and online security.[69]
uBlock Origin is also appreciated for its commitment to remaining a non-profit project.[70] It does not accept paid advertisements and refuses donations, encouraging users to support the maintainers of block lists directly.[71] This commitment to independence helps reinforce its reputation as a privacy-focused tool without commercial interests.
Additionally, it has been praised for its positive environmental impact. By reducing web page load times, it can lead to significant energy savings. Widespread adoption of the tool could help lower energy consumption and mitigate environmental harm.[58]
Supported platforms
uBlock Origin is actively developed for applications based on two major layout engines.[20][51][72]
With Google's phaseout of Manifest V2 in favor of Manifest V3, non-Chromium browsers like Firefox are unaffected.[73] As of April 2025, Microsoft Edge supports uBlock Origin.[74] Brave, another Chromium-based browser, has announced its intent to continue supporting MV2-based extensions such as uBlock Origin.[75]
Currently supported
Chromium-based browsers
etc.
Gecko-based browsers
- Firefox
- Firefox for Android
- Zen Browser
etc.
Limited support
- Google Chrome: Due to the phase-out of Manifest V2-based extensions since October 2024, uBlock Origin is marked as deprecated on the Chrome Web Store and is being remotely removed from Chrome installations.[35][76] uBlock Origin Lite has been designed as a Manifest V3-based version with reduced functionality.[77]
- Safari: Support for uBlock Origin in Safari had previously ended with macOS 10.15 Catalina because Apple deprecated the legacy Safari Extension API in favor of a restricted content blocker framework, which limited ad-blocking capabilities and was incompatible with uBO's functionality.[78][79][80][note 2] However, in 2025, development resumed after Apple introduced the necessary components to Safari, and uBlock Origin Lite is again available via the App Store,[81] allowing users to install it on both macOS and iOS.[82][83]
- Mozilla Thunderbird: In Thunderbird, uBlock Origin only affects RSS feeds, meaning that the content blocking and privacy protections provided by uBO are not possible for emails.
Previously supported
- Goanna
- Pale Moon: Previously users had to use the Firefox-legacy release, which was last updated on July 20, 2021.[84] As a result, it is no longer supported and not recommended for daily use due to potential incompatibilities, security vulnerabilities, and inefficiencies in content blocking. There is a fork that fixes numerous bugs and tries to be closer to the main uBlock branch.[85] The fork is the recommended ad-blocking extension for Pale Moon and its derivatives since early 2024 or so.[86]
- EdgeHTML
See also
Note: This topic belongs to "Free and open-source software" portal
Notes
- ↑ uBlock was initially named "μBlock", but it was later renamed to "uBlock" so as to avoid confusion with how the Greek letter μ (Mu/Micro) should be pronounced.
- ↑ Unofficial release. Fork by Ellis Tsung (el1t) for Safari from the official project.
- ↑ Unofficial release. Fork by Nik Rolls (nikrolls) for Microsoft Edge.
References
- ↑ 1.0 1.1 "Contributors to gorhill/uBlock". GitHub. https://github.com/gorhill/uBlock/graphs/contributors.
- ↑ "Changelog for the first versions". https://github.com/gorhill/uBlock/wiki/Change-log#0100.
- ↑ "Completed translations". https://crowdin.com/project/ublock.
- ↑ "uBlock Origin: README.md". December 25, 2022. https://github.com/gorhill/uBlock/blob/master/README.md. "pronounced you-block origin (/ˈjuːˌblɒk/)"
- ↑ 5.0 5.1 "uBlock / README.md". https://github.com/gorhill/uBlock/blob/master/README.md.
- ↑ "uBlock Origin Chrome". https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm.
- ↑ "Search results for Firefox Browser add-ons". Mozilla Foundation. https://addons.mozilla.org/en-US/firefox/search/?sort=users&type=extension.
- ↑ 8.0 8.1 "uMatrix". https://github.com/gorhill/uMatrix.
- ↑ "History for icon_128.png - gorhill/httpswitchboard" (in en). https://github.com/gorhill/httpswitchboard/commits/master/icon_128.png.
- ↑ "FAQ" (in en). GitHub. https://github.com/gorhill/httpswitchboard/wiki/FAQ.
- ↑ "HTTP Switchboard 1.0.0.2 ·" (in en). GitHub. https://github.com/gorhill/httpswitchboard/releases/tag/1.0.0.2.
- ↑ * sn-523: uBlock Origin - Gibson Research
- Security Now! #523 notes - 09-01-15 uBlock Origin - Gibson Research
- ↑ Hill, Raymond (9 December 2024). "Browser session benchmarker". gorhill/github. https://github.com/gorhill/sessbench.
- ↑ Brinkmann, Martin (24 June 2014). "uBlock for Chrome is a resource-friendly adblocker by the HTTP Switchboard author - gHacks Tech News". gHacks. https://www.ghacks.net/2014/06/24/ublock-chrome-resource-friendly-adblocker-http-switchboard-author/.
- ↑ "Home" (in en). GitHub. https://github.com/gorhill/uMatrix/wiki.
- ↑ "Adblock Plus is probably the reason Firefox and Chrome are such memory hogs" (in en). https://news.ycombinator.com/item?id=8802424.
- ↑ "uMatrix". https://chromewebstore.google.com/detail/umatrix/ogfcmafjalglgifnmanfmnieipoejdcf.
- ↑ "uMatrix – Extension for Firefox". https://addons.mozilla.org/firefox/addon/umatrix/.
- ↑ Raymond Hill (gorhill) (August 2, 2020). "Request for a stable uMatrix release (for CNAME uncloaking)". https://reddit.com/r/uBlockOrigin/comments/i240ds/request_for_a_stable_umatrix_release_for_cname/g048wyk/.
- ↑ 20.0 20.1 Brinkmann, Martin (2014-06-24). "uBlock for Chrome is a resource-friendly adblocker by the HTTP Switchboard author". Ghacks. https://www.ghacks.net/2014/06/24/ublock-chrome-resource-friendly-adblocker-http-switchboard-author/.
- ↑ Hill, Raymond (2018-06-04). "Changes from HTTP Switchboard". https://github.com/gorhill/uMatrix/wiki/Changes-from-HTTP-Switchboard.
- ↑ Levine, Barry (October 14, 2015). "The Ad Blocker Landscape: What You Need To Know Today". http://marketingland.com/heres-a-briefer-about-the-top-ad-blockers-146686.
- ↑ "The state of ad blocking - September 2015". Sourcepoint and comScore. September 16, 2015. http://www.slideshare.net/sourcepoint/the-state-of-ad-blocking-september-2015?.
- ↑ "uBlockAdmin/uBlock". https://github.com/uBlockAdmin/uBlock/commits/.
- ↑ "An update on uBlock". ublock.org. July 13, 2018. https://www.ublock.org/announcement/.
- ↑ "uBlock Incorporates Acceptable Ads". February 23, 2019. https://ublock.org/blog/ublock-incorporates-acceptable-ads/.
- ↑ "uBlock 0.9.5.13". February 13, 2019. https://github.com/uBlock-LLC/uBlock/releases/tag/0.9.5.13.
- ↑ "About Adblock Plus". https://adblockplus.org/en/about.
- ↑ Hill, Raymond (2015-04-03), "Release 0.9.3.0" (in en), gorhill/uBlock, https://github.com/gorhill/uBlock/releases/tag/0.9.3.0, retrieved 2023-12-08
- ↑ Hill, Raymond. "Please clarify uBlock0 vs. uBlock". https://github.com/gorhill/uBlock/issues/38.
- ↑ Hill, Raymond (in en), Update README.md, https://github.com/gorhill/uBlock/commit/353ce96c26b520e3f69c49b72e60786813fd528e, retrieved 2023-12-08
- ↑ Hill, Raymond (October 21, 2017). "uBlock Origin is completely unrelated to the web site ublock.org". https://github.com/gorhill/uBlock/wiki/uBlock-Origin-is-completely-unrelated-to-the-web-site-ublock.org.
- ↑ Amadeo, Ron (2023-11-21). "Google Chrome will limit ad blockers starting June 2024" (in en-us). https://arstechnica.com/gadgets/2023/11/google-chrome-will-limit-ad-blockers-starting-june-2024/.
- ↑ Tung, Liam. "Google Chrome could soon kill off most ad-blocker extensions" (in en). https://www.zdnet.com/article/google-chrome-could-soon-kill-off-most-ad-blocker-extensions/.
- ↑ 35.0 35.1 Weatherbed, Jess (2025-03-03). "Google's Chrome extension cull hits more uBlock Origin users" (in en-US). https://www.theverge.com/news/622953/google-chrome-extensions-ublock-origin-disabled-manifest-v3.
- ↑ "Chrome Users Beware: Manifest V3 is Deceitful and Threatening". December 9, 2021. https://www.eff.org/deeplinks/2021/12/chrome-users-beware-manifest-v3-deceitful-and-threatening.
- ↑ "uBO Lite". https://github.com/uBlockOrigin/uBOL-home.
- ↑ "More details on the transition to Manifest V3". https://developer.chrome.com/blog/more-mv2-transition/.
- ↑ Cyphers, Bennett (2019-08-30). "Don't Play in Google's Privacy Sandbox" (in en). https://www.eff.org/deeplinks/2019/08/dont-play-googles-privacy-sandbox-1.
- ↑ O'Reilly, Lara. "Google is once again dictating the future of the online ad industry and all its rivals can do is brace for impact" (in en-US). https://www.businessinsider.com/googles-cookie-delay-underscores-its-ad-industry-dominance-2024-4.
- ↑ Cyphers, Alexei Miagkov and Bennett (2021-12-14). "Google's Manifest V3 Still Hurts Privacy, Security, and Innovation" (in en). https://www.eff.org/deeplinks/2021/12/googles-manifest-v3-still-hurts-privacy-security-innovation.
- ↑ Claburn, Thomas (2022-09-08). "Ad blockers struggle under Chrome's new rules" (in en). https://www.theregister.com/2022/09/08/ad_blockers_chrome_manifest_v3/.
- ↑ "uBlock Origin Lite - Chrome Web Store" (in en-US). https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh.
- ↑ "Popular ad blocker uBlock Origin Lite pulled from Firefox store" (in en). https://www.pcworld.com/article/2474353/popular-ad-blocker-removed-from-firefox-extension-store.html.
- ↑ uBlockOrigin/uBOL-home, uBlockOrigin, 2025-09-29, https://github.com/uBlockOrigin/uBOL-home, retrieved 2025-09-29
- ↑ "uAssets/filters/badware.txt at master · uBlockOrigin/uAssets" (in en). https://github.com/uBlockOrigin/uAssets/blob/master/filters/badware.txt.
- ↑ "Prevent WebRTC from leaking local IP address". https://github.com/gorhill/uBlock/wiki/Prevent-WebRTC-from-leaking-local-IP-address.
- ↑ "uBlock wiki". https://github.com/gorhill/uBlock/wiki.
- ↑ "Inline script tag filtering – Overwiew". https://github.com/gorhill/uBlock/wiki/Inline-script-tag-filtering#overview.
- ↑ "Implement network filter option `replace=` · gorhill/uBlock@7c3e060" (in en). https://github.com/gorhill/uBlock/commit/7c3e060c01.
- ↑ 51.0 51.1 51.2 "uBlock ad blocker added to Mozilla's extensions site". http://jimlynch.com/internet/ublock-ad-blocker-added-to-mozillas-extensions-site/.
- ↑ 52.0 52.1 Kesari, Varun (October 28, 2017). "Adblock Plus vs uBlock Origin | Which one to Choose In 2017? | RMG" (in en-US). http://rootmygalaxy.net/ublock-origin-vs-adblock-plus-adblocker-choose-2017/.
- ↑ 53.0 53.1 Harper, Christopher (May 2, 2015). "uBlock Origin - Better Than AdBlock Plus?" (in en-US). Make Tech Easier. https://www.maketecheasier.com/ublock-origin-better-than-adblock-plus/.
- ↑ "10 Ad Blocking Extensions Tested for Best Performance". August 26, 2015. https://www.raymond.cc/blog/10-ad-blocking-extensions-tested-for-best-performance/view-all/.
- ↑ "Notes on memory benchmarks, selfies". https://github.com/gorhill/uBlock/wiki/Notes-on-memory-benchmarks,-selfies.
- ↑ "Release 1.54.0 · gorhill/uBlock" (in en). https://github.com/gorhill/uBlock/releases/tag/1.54.0.
- ↑ "Usage Statistics" (in en). https://www.jsdelivr.com/statistics.
- ↑ 58.0 58.1 58.2 Pearce, Joshua M. (June 2020). "Energy Conservation with Open Source Ad Blockers" (in en). Technologies 8 (2): 18. doi:10.3390/technologies8020018. ISSN 2227-7080.
- ↑ "uBlock Origin works best on Firefox" (in en). https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox.
- ↑ "uBlock Origin works best on Firefox" (in en). https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox.
- ↑ "uBlock Origin Now Blocks Sneaky First-Party Trackers in Firefox" (in en-us). https://www.bleepingcomputer.com/news/security/ublock-origin-now-blocks-sneaky-first-party-trackers-in-firefox/.
- ↑ "uBlock Origin 1.25 Now Blocks Cloaked First-Party Scripts, Firefox Only" (in en-us). https://www.bleepingcomputer.com/news/security/ublock-origin-125-now-blocks-cloaked-first-party-scripts-firefox-only/.
- ↑ Henry, Alan (January 27, 2015). "uBlock, the Memory-Friendly Ad-Blocker, Is Now Available for Firefox". https://lifehacker.com/ublock-the-memory-friendly-ad-blocker-is-now-availabl-1681818949.
- ↑ Brinkmann, Martin (October 10, 2014). "How to add custom filters to Chrome ad-blocking extension μBlock". gHacks Technology News. https://www.ghacks.net/2014/10/10/how-to-add-custom-filters-to-chrome-ad-blocking-extension-%C2%B5block/.
- ↑ Schofield, Jack (January 29, 2015). "Are there any trustworthy sources for downloading software?". https://www.theguardian.com/technology/askjack/2015/jan/29/are-there-any-trustworthy-sources-for-downloading-software.
- ↑ Whitwam, Ryan (February 12, 2015). "μBlock aims to block ads without draining system resources". https://www.extremetech.com/computing/199188-%C2%B5block-aims-to-block-ads-without-draining-system-resources.
- ↑ "uBlock". GitHub. https://github.com/gorhill/uBlock.
- ↑ Gardiner, Michael (November 5, 2015). "Adblock Plus vs. Ghostery vs. Ublock Origin: Not All Adblockers Were Created Equal". International Business Times. http://www.idigitaltimes.com/adblock-plus-vs-ghostery-vs-ublock-origin-not-all-adblockers-were-created-equal-488257.
- ↑ "Scientific papers" (in en). https://github.com/gorhill/uBlock/wiki/Scientific-papers.
- ↑ "MANIFESTO.md". https://github.com/gorhill/uBlock/blob/master/MANIFESTO.md.
- ↑ "Why don't you accept donations?". https://github.com/gorhill/uBlock/wiki/Why-don%27t-you-accept-donations%3F.
- ↑ "Apple - Safari - Safari Extensions Gallery". Apple. https://extensions.apple.com/details/?id=net.gorhill.uBlock-96G4BAKDQ9.
- ↑ Brinkmann, Martin (September 24, 2022). "Mozilla reaffirms that Firefox will continue to support current content blockers". https://www.ghacks.net/2022/09/24/mozilla-reaffirms-that-firefox-will-continue-to-support-current-content-blockers/.
- ↑ "Edge Add-ons uBlock Origin". https://microsoftedge.microsoft.com/addons/detail/ublock-origin/odfafepnkmbhccpbejgmiehpchacaeak.
- ↑ "About Google Chrome's "This extension may soon no longer be supported"" (in en). https://github.com/gorhill/uBlock/wiki/About-Google-Chrome's-%22This-extension-may-soon-no-longer-be-supported%22.
- ↑ Roth, Emma (2024-10-15). "Google Chrome's uBlock Origin phaseout has begun" (in en-US). https://www.theverge.com/2024/10/15/24270981/google-chrome-ublock-origin-phaseout-manifest-v3-ad-blocker.
- ↑ Roth, Emma (2024-10-15). "Google Chrome's uBlock Origin phaseout has begun" (in en). https://www.theverge.com/2024/10/15/24270981/google-chrome-ublock-origin-phaseout-manifest-v3-ad-blocker.
- ↑ "Catalina compatibility · Issue #156 · el1t/uBlock-Safari" (in en). https://github.com/el1t/uBlock-Safari/issues/156.
- ↑ "Explanation of the state of uBlock Origin (and other blockers) for Safari". https://github.com/el1t/uBlock-Safari/issues/158.
- ↑ "el1t/uBlock-Safari" (in en). https://github.com/el1t/uBlock-Safari.
- ↑ "uBlock Origin Lite" (in en-US). 2025-08-07. https://apps.apple.com/us/app/ublock-origin-lite/id6745342698.
- ↑ "Safari issues to resolve for a minimally working uBOL · Issue #327 · uBlockOrigin/uBOL-home" (in en). https://github.com/uBlockOrigin/uBOL-home/issues/327.
- ↑ "Join the uBlock Origin Lite beta" (in en). https://testflight.apple.com/join/JjTcThrV.
- ↑ Hill, Raymond (2024-12-09), gorhill/uBlock-for-firefox-legacy, https://github.com/gorhill/uBlock-for-firefox-legacy, retrieved 2024-12-26
- ↑ UCyborg (2025-01-11), UCyborg/uBlock-for-firefox-legacy, https://github.com/UCyborg/uBlock-for-firefox-legacy, retrieved 2025-01-15
- ↑ "Pale Moon Add-ons - Search results for "ublock"". https://addons.palemoon.org/search/?terms=ublock.
- ↑ Rolls, Nik (2021-06-12), nikrolls/uBlock-Edge, https://github.com/nikrolls/uBlock-Edge, retrieved 2021-07-09
- ↑ Rubino, Daniel (December 11, 2016). "uBlock Origin adblocker now available for Microsoft Edge via the Store". https://www.windowscentral.com/ublock-origin-available-microsoft-edge.
External links
