Show HN: Browser Extension to Refine the HN Experience
91–100 of 126 posts
Re: Show HN: Browser Extension to Refine the HN Experience
#92Re: Show HN: Browser Extension to Refine the HN Experience
#93Re: Show HN: Browser Extension to Refine the HN Experience
#94We have a browser extension that we use for moderation. A few of the features here overlap surprisingly with what that one does. One of these years I want to open-source it, but I need to factor out the moderation-only features, which is one of those tasks that never makes it to the top of the stack.
I wonder... at one point I wrote an extension (for the moderators) which had the ability to essentially follow users. Think of it as a news feed for HN. Really wish I could make that open source if no one is using it lol I use it personally to follow people on HN which post interesting comments (still works after 4 years with no edits)
Re: Show HN: Browser Extension to Refine the HN Experience
#95Re: Show HN: Browser Extension to Refine the HN Experience
#96Related: I use http://hckrnews.com/ and since discovering it, I've never gone back to the HN main page. Might be useful as well to someone.
Side note if author/host is reading: can you redirect HTTP to HTTPS? :)
Re: Show HN: Browser Extension to Refine the HN Experience
#97Earlier quoted context omitted.
I wonder... at one point I wrote an extension (for the moderators) which had the ability to essentially follow users. Think of it as a news feed for HN. Really wish I could make that open source if no one is using it lol I use it personally to follow people on HN which post interesting comments (still works after 4 years with no edits)
Is that a question for us? I'm not aware of what you're referring to.
Re: Show HN: Browser Extension to Refine the HN Experience
#98Related: I use http://hckrnews.com/ and since discovering it, I've never gone back to the HN main page. Might be useful as well to someone.
Re: Show HN: Browser Extension to Refine the HN Experience
#99Earlier quoted context omitted.
Would you consider adding "remove all integer counts" (karma, vote, comment, all of it)?
Interesting, since this is one of the feature that I had abandoned. I thought that such a feature would needlessly be a bit too aggressive if you get what I am saying. Nevertheless, in the "custom styles" input in the popup, you enter the following to blur out all points, comments etc: span.score, td.subtext a:last-child { filter: blur(3px) }
Re: Show HN: Browser Extension to Refine the HN Experience
#100Earlier quoted context omitted.
Interesting, since this is one of the feature that I had abandoned. I thought that such a feature would needlessly be a bit too aggressive if you get what I am saying. Nevertheless, in the "custom styles" input in the popup, you enter the following to blur out all points, comments etc: span.score, td.subtext a:last-child { filter: blur(3px) }
I don't get what you're saying, unfortunately.
Just copy the style he provides above, paste it in the custom style field, and it will blur the "integer counts" just like you asked!