Earlier quoted context omitted.
> As someone who just launched a chrome extension, I find it cool that with tweeks you are essentially create one but without having to go through the chrome web store. I do view this as somewhat of a meta-chrome extension. We've had people who were planning to make a simple, standalone chrome extension just build it using tweeks instead which is super cool to me. And congrats on your launch! Anything you're willing…
I’m curious about using a solution like the one you were offering or helping to figure out how. Would you be willing to chat about it? What’s left to do to get value out of it for me as a tech user wanting to get jobs and noticed?
Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
151–160 of 218 posts
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#152Please add a way on your site for us to keep tabs on you (email list, Twitter, etc.).
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#153Hell yea! I've wanted this for a while. Please add a way on your site for us to keep tabs on you (email list, Twitter, etc.).
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#154 observe(document.body, {childList: true, subtree: true})
as a ServiceI didn't realise how rough the UX around the userScripts API was, but your onboarding page does a good job of walking the user through it.
If you edit the userscript metadata in a tweek then share it, the original metadata is still displayed on the site and when you install.
You can cheekily add existing user scripts (used to test the above):
Hacker News: https://www.tweeks.io/share/script/97ba1102db5a46f88f34454a
Twitter: https://www.tweeks.io/share/script/1eed748ffbe74fce93c677ed
Are there plans to add the ability to preview the source before installing? Absent any other indicators that a tweek is legit, I'm never clicking that Install button without being able to check it first.
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#155Also it turns out llm's are already very good at just generating Violentmonkey scripts for me with minimal prompting. They also are great for quickly generating full blown minimal extensions with something like WXT when you run into userscript limitations. These are kind of the perfect projects for coding with llm's given the relatively small context of even a modest extension and certainly a userscript.
I am a bit surprised YC would fund this as I think building a large business on the idea will be extremely difficult.
One angle I was/am considering that I think could be interesting would be truly private and personal recommendation systems using LLM's that build up personal context on your likes/dislikes and that you fully control and could own and steer. Ideally local inference and basically an algo that has zero outside business interests.
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#156https://web.archive.org/web/20041207071752/http://www.cnn.co...
Make every new page I load look like this, or a slightly cleaned up or mobile-specific version.
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#157Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#158Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#159Looks great, and a brilliant idea to bring back the Greasemonkey way of doing things. Also, perhaps the first practical use case for LLM-In-The-Browser I've seen in the wild (sidebars or AI startpages are very half-posterier'd ideas for what AI in the browser should mean imo). Like some others here, Firefox is my daily driver and would look forward to anything you could bring our way.
Greasemonkey still works great, no?
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#160Is this basically Greasemonkey 2.0?