TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is there a hackable web browser?

6 pointsby bootcatalmost 8 years ago
Is there a browser, that allows us to change DOM on the fly, without all the restrictions of chrome extensions ( even mozilla is doing web extensions ) like saving to hard disk, script injection, and being more developer friendly ?

3 comments

smt88almost 8 years ago
Vivaldi might be your best bet: <a href="https:&#x2F;&#x2F;vivaldi.com" rel="nofollow">https:&#x2F;&#x2F;vivaldi.com</a><p>Interacting with disk isn&#x27;t easy with Chrome, but using something like Styler or GreaseMonkey (or whatever it&#x27;s called now) lets you mess with a page however you want.<p>The overhead of an extension is pretty small, once you actually build it and set your browser to developer mode.
评论 #14800039 未加载
Someonealmost 8 years ago
It doesn&#x27;t seem to be actively developed, and may not work well out of the box, but <a href="https:&#x2F;&#x2F;www.uzbl.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.uzbl.org&#x2F;</a> may be an option, or at least give some inspiration.
评论 #14806002 未加载
TheRoccoBalmost 8 years ago
Electron?
评论 #14814670 未加载