TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why is uBlock Origin not available on iOS devices?

6 点作者 markrankin大约 2 年前
Why is it available via browsers on Mac OS?

3 条评论

cookiengineer大约 2 年前
Because Safari and its WebView process are still the only processes allowed to run JIT compilers.<p>Other Browsers on iOS are just unaccelerated Safari Webviews.<p>In order to have a real Browser on iOS, with a real Web Extension API (manifest v2&#x2F;v3) users would need to jailbreak their devices.<p>This has been going on for decades, and Apple pretty much gives zero effs about it.
orbz大约 2 年前
I would guess it using a blocking mechanism that isn’t compatible with the plugin system that iOS safari supports. There are at least other ad blockers in the AppStore.
Raed667大约 2 年前
Look at how Adguard built their safari extension. It is basically an electron app that talks to the browser. Not really in the spirit of uBlock.