11 ms·
A good Friday morning laugh! I think the tiles are not just honest, they are brutally honest. Some of my fav ones: - Amazon finally adds a feature that has bee
by laser9 9mo ago
A good Friday morning laugh! I think the tiles are not just honest, they are brutally honest. Some of my fav ones:
- Amazon finally adds a feature that has been standard since 2005
- Texas accidentally does something good for privacy
Would it possible to add a feature where hovering over a title displays the original title?
- linux2647 9mo agoIf you click into the comments, it takes you to the real HN comments page with the real title
- laser9 9mo agoYeah but I'd need to click each of them, thus the request for that feature.
- metadat 9mo agoI like how the current form is close to the real HN experience without onHover cruft.
- fragmede 9mo agoI vibe coded the shit out of a Chrome extension that does that while waiting on CI/CD. Go read the content.js to make sure I'm not hacking your shit, download the repo to your computer, enable developer mode in chrome, "load unpacked", point it at the directory with those files, and enjoy your tool tips. https://github.com/fragmede/honest-hn-tooltips https://github.com/fragmede/honest-hn-tooltips Edit: Took 18 minutes.
- gala8y 9mo agoTwo days ago I created HN new comments highlighter with hiding of old comments - took me 2 prompts and ~ 10 mins + some clean up. https://github.com/gala8y/hn-comments-highlighting-and-hiding https://github.com/gala8y/hn-comments-highlighting-and-hidin...
- wormpilled 9mo agoI wanted that feature as well. Adds much to the lols.
- samray 9mo agoI created a greasemonkey script to show the origin title as tooltips when you put your mouse over the title: https://gist.github.com/ramsayleung/ce854138e7663f5fdeb81345b2905bbf https://gist.github.com/ramsayleung/ce854138e7663f5fdeb81345... by leveraging this work: https://github.com/fragmede/honest-hn-tooltips https://github.com/fragmede/honest-hn-tooltips