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: Chrome extension safe mode?

1 pointsby ParameterOneabout 8 years ago
Is there a way for me to use my own extensions without the disabling feature kicking in every time I start chrome because I didn't get it from the play store?

1 comment

brudgersabout 8 years ago
There might be a way.<p>One workaround might be user side scripting. Many things that can be written as browser extensions can be written as a user script. User scripts are locally hosted Javascript scripts that execute on pages selected by the user.<p>The original(?) user side scripting facility was GreaseMonkey for Firefox. TamperMonkey implements the GreaseMonkey API as a Chrome extension and is available in the store.<p>As an example, I use this script on HN: <a href="https:&#x2F;&#x2F;github.com&#x2F;brudgers&#x2F;hn_utilities" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brudgers&#x2F;hn_utilities</a>