Show HN: Browser Extension to Refine the HN Experience
101–110 of 126 posts
Re: Show HN: Browser Extension to Refine the HN Experience
#102Hello everyone, OP/developer here! If you are already using the extension, you can see the "[op]" beside my username too! ;) There are many extensions out there that add quite a few features to Hacker News, but they also always do one thing, which I have realised, is a slippery slope: changing the minimalistic design and style of Hacker News. I created this extension with one thing in mind: I am NOT going to mess aro…
Slightly off-topic, but why not Safari? Is it harder to program plug-ins than the others? Not enough market share? Just don't have the hardware?
Re: Show HN: Browser Extension to Refine the HN Experience
#103I like it so far, but J to navigate down and K to navigate up is not intuitive at all. It should be flipped to match our Left-to-Right-Top-to-Bottom understanding of layouts
J and K are vim's keybindings for up and down, which I figured would fit well with the community and users. What are possible alternative mappings to make it more intuitive to non-developers?
Re: Show HN: Browser Extension to Refine the HN Experience
#104Hello everyone, OP/developer here! If you are already using the extension, you can see the "[op]" beside my username too! ;) There are many extensions out there that add quite a few features to Hacker News, but they also always do one thing, which I have realised, is a slippery slope: changing the minimalistic design and style of Hacker News. I created this extension with one thing in mind: I am NOT going to mess aro…
The extension is available on both Chrome and Firefox Slightly off-topic, but why not Safari? Is it harder to program plug-ins than the others? Not enough market share? Just don't have the hardware?
Safari uses its own Safari Extensions JS, so while it may be possible to share some resources (e.g. images, HTML content), the js work needs to be undertaken as a separate development project, unless you use/build a polyfill.
[1] https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...
Re: Show HN: Browser Extension to Refine the HN Experience
#105We 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.
Re: Show HN: Browser Extension to Refine the HN Experience
#106Earlier quoted context omitted.
It's probably set up like that to mirror vim bindings, after all, "J" does look __sort of__ like a down arrow.
I always remember it as “jump” and “climb”. Climb doesn’t start with k, but fair enough.
Re: Show HN: Browser Extension to Refine the HN Experience
#107why would need access to browsing history ? I am tryin to install the add-on for firefox
Re: Show HN: Browser Extension to Refine the HN Experience
#108Hello everyone, OP/developer here! If you are already using the extension, you can see the "[op]" beside my username too! ;) There are many extensions out there that add quite a few features to Hacker News, but they also always do one thing, which I have realised, is a slippery slope: changing the minimalistic design and style of Hacker News. I created this extension with one thing in mind: I am NOT going to mess aro…
> I created this extension with one thing in mind: I am NOT going to mess around with the overall design or style of Hacker News. It's sacrosanct. I wish you would do something about the voting buttons and the expand/collapse buttons. They're way too tiny and way too close to other elements in the default scheme used by HN. This is a big deficiency I see with the default HN interface, which makes it less usable as we…
Re: Show HN: Browser Extension to Refine the HN Experience
#109Earlier quoted context omitted.
The extension is available on both Chrome and Firefox Slightly off-topic, but why not Safari? Is it harder to program plug-ins than the others? Not enough market share? Just don't have the hardware?
This is fairly common for extensions to be on Chrome/Firefox but not Safari, unfortunately. Firefox's WebExtension APIs are mostly code-compatible with the extension API supported by Google Chrome and Opera, with a few exceptions [1]. Safari uses its own Safari Extensions JS, so while it may be possible to share some resources (e.g. images, HTML content), the js work needs to be undertaken as a separate development p…
Re: Show HN: Browser Extension to Refine the HN Experience
#110Hello everyone, OP/developer here! If you are already using the extension, you can see the "[op]" beside my username too! ;) There are many extensions out there that add quite a few features to Hacker News, but they also always do one thing, which I have realised, is a slippery slope: changing the minimalistic design and style of Hacker News. I created this extension with one thing in mind: I am NOT going to mess aro…
The extension is available on both Chrome and Firefox Slightly off-topic, but why not Safari? Is it harder to program plug-ins than the others? Not enough market share? Just don't have the hardware?