Closed c4chula closed 2 weeks 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.
I'll try to do it when I have some free time
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.
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.
@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
My previous comment was the only suggestion I have, sorry :/ Good luck though!
I didn't get anywhere, unfortunately :( GL!
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
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