familyfriendlymikey / fuzzyhome

A Chrome extension that turns your new tab page into a fuzzy finding command palette.
https://chrome.google.com/webstore/detail/fuzzyhome/lbnndgaohjkpbaekakcdfeiacagfcinf
32 stars 3 forks source link

Any plans for firefox-addons? #11

Closed c4chula closed 2 weeks ago

c4chula commented 11 months ago

I just recently discovered this plugin and it is literally the only browser plugin I need :)

But I don't really want to switch from firefox to chrome and it would be cool to see this plugin for firefox as well. Thanks for attention

familyfriendlymikey commented 11 months ago

Hey, I'm happy to hear that!

I can't personally justify the time to implement that, but it shouldn't be very hard. You would probably just have to replace all instances of chrome with the relevant firefox functions, and maybe rewrite the way the bookmarks are traversed if Firefox implements it differently.

c4chula commented 11 months ago

I'll try to do it when I have some free time

c4chula commented 11 months ago

I tried running the plugin locally and it works pretty well, all the features work with a few exceptions:

It takes all bookmarks from the "Bookmarks Menu" section.

image

familyfriendlymikey commented 11 months ago

Nice!

Regarding focus, with chrome I had to use this hack in main.imba:29, which is also the reason the address bar is all ugly:

if config.data.focus and location.search =? "?x"
    throw new Error

May have to do something else to get it working with Firefox.

vasujain275 commented 4 months ago

@familyfriendlymikey @c4chula I am creating a cross browser support add-on/extension taking inspiration from this extension, I almost got the core functionality working except this focus on custom search bar instead of address bar on firefox. Focus is working as expected on chrome. Any suggestions or fix you know of? It will be really helpful. Here is the repo - https://github.com/vasujain275/fuzzytab

familyfriendlymikey commented 4 months ago

My previous comment was the only suggestion I have, sorry :/ Good luck though!

c4chula commented 4 months ago

I didn't get anywhere, unfortunately :( GL!

vasujain275 commented 4 months ago

Thank you @familyfriendlymikey @c4chula, trying to find a fix from a lot of days. Still no luck :( . I know an addon named "New Tab Override" that has this exact feature, will try to contact its creator for the same