Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
211–218 of 218 posts
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#212Sadly (?) the only reliable way to website unfuckery is and will remain crowdsourcing by a bunch of nerds (see: Easylist) for the foreseeable future. This product is the opposite of that, with everyone having their private collection of prompts/tweaks, which they will have to individually fix every two weeks.
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#213Tried to make one that would highlight the OP's username on HN, but I ran it twice and neither appears to do anything: https://www.tweeks.io/share/script/8d84bece6f7740c0b53486c1 https://www.tweeks.io/share/script/9c1736ea15694e9883ad969f
Ah I see what happened. From those links, I can see the pattern for the script is *://news.ycombinator.com/item?id=* . Some browsers don't support the wildcard (*) in the query param, so it would be better if that match pattern was *://news.ycombinator.com/item* . In other words, it isn't that the script does nothing, rather the script isn't actually being applied/running on the page. You can verify this by opening t…
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#214Tried to make one that would highlight the OP's username on HN, but I ran it twice and neither appears to do anything: https://www.tweeks.io/share/script/8d84bece6f7740c0b53486c1 https://www.tweeks.io/share/script/9c1736ea15694e9883ad969f
Ah I see what happened. From those links, I can see the pattern for the script is *://news.ycombinator.com/item?id=* . Some browsers don't support the wildcard (*) in the query param, so it would be better if that match pattern was *://news.ycombinator.com/item* . In other words, it isn't that the script does nothing, rather the script isn't actually being applied/running on the page. You can verify this by opening t…
Re: Launch HN: Tweeks (YC W25) – Browser extension to deshittify the web
#215Earlier quoted context omitted.
Ah I see what happened. From those links, I can see the pattern for the script is *://news.ycombinator.com/item?id=* . Some browsers don't support the wildcard (*) in the query param, so it would be better if that match pattern was *://news.ycombinator.com/item* . In other words, it isn't that the script does nothing, rather the script isn't actually being applied/running on the page. You can verify this by opening t…
Fix works perfect. Have nice highlighted usernames now :)