Pógódnośenja za Group Speed Dial
Group Speed Dial wót Juraj Mäsiar
940 pógódnośenjow
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14300390, 7 år siden
- Z 5 z 5 pógódnośonywót Maestro, 7 år sidenHello! I installed your add-on a few months ago and recently after updating the browser to version 60.2.2esr(x64) in the LMDE-3 Cindy Linux-4.9.0.8-amdx64 operating system. After closing and shutting down the browser constantly gives an error. In the browser closing error logs there is your GroupSpeedDial extension. How to fix the problem of incorrect shutdown of the browser due to the expansion of GroupSpeedDial? Thank you in advance, with respect, Maestro!
Wótegrono wuwijarja
jo se napisał 7 år sidenHello,
Could you please contact me to my support e-mail?
Also send me please the error message. There is a link to send me e-mail in that error message.
Best regards,
Juraj Mäsiar - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14318742, 7 år siden
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14319088, 7 år siden
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 12958424, 7 år siden
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14314099, 7 år siden
- Z 5 z 5 pógódnośonywót vperv, 7 år siden
- Z 5 z 5 pógódnośonywót robert-zr, 7 år siden
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14190224, 7 år sidenHello,
Long time i was searching for Speed dial like your's. Thank you for your work. The only option is missing for me is dial scrolling option, like group scrolling but for dials, couse i love big thumbnails and 12 dial on group is to small for me. Is there possibility to add dial scrolling?Wótegrono wuwijarja
jo se napisał 7 år sidenHello,
I tried this recently, but It I was not satisfied with the result - I was not able to hide scrollbar properly.
However thanks to recent updates, you can now try it yourself.
Go to Options page, and to the field "Custom CSS styles:" enter this:
.dials > a > div {
overflow-y: scroll;
margin-right: -29px;
}
That will enable scrolling of the dials, plus hides the scrollbar.
Alternatively, if you want to see scrollbar and only when it's really needed (when the image is long enough), you can use this:
.dials > a > div {
overflow-y: auto;
}
I hope this helps :)
Best regards,
Juraj Mäsiar - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 5905435, 7 år siden
- Z 5 z 5 pógódnośonywót Gerardo, 7 år sidenI wanted to comment that for a long time I had this error when I enable the extension
What I have is an error reported by the IdexedDB error handler:
`e.target.error.name`: 'UnknownError'
`e.target.error.message`: 'The operation failed for reasons unrelated to the database itself and not covered by any other error code'
https://bugzilla.mozilla.org/show_bug.cgi?id=944918
The solution for this was to go to `about:support` to find my Profile Folder and to delete the contents of the `storage` folder from my profile.
Now I came back to my preferred extension! - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14280072, 7 år siden
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13251633, 7 år siden
Wótegrono wuwijarja
jo se napisał 7 år sidenHello,
Sure, but I will need somebody who can translate it. If you know anybody who knows English, please let me know. The translation is done through a web-page so it's easy to do and it takes only few hours.
Best regards,
Juraj Mäsiar- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14270274, 7 år sidenI've been waiting for an add-on similar to Fast Dial ever since the new update stopped supporting it. This is the first and the best so far. The chance of adding old dials is a huge plus! Thanks for creating this add-on!!
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13567416, 7 år siden
- Z 5 z 5 pógódnośonywót aASHrie, 7 år siden
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14241246, 7 år siden
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13657056, 7 år sidenGreat Addon....
But how can I use Group Speed Dial together wit FVD Speed Dial ( FDV as New-Tab-Startpage ) ?
I overwrote New-Tab-Site-URL in settings with FVD Speed Dial - URL ( like this: moz-extension://924ead25-d37a-486d-84a9-ce408017164a/newtab.html ) ....but it did not work. Group Speed Dial is always New-Tab-Startpage....
@ Juraj Mäsiar: Your advice works well --> Now I'll give 5 Stars :-)Wótegrono wuwijarja
jo se napisał 7 år sidenHello,
The overriding is only for normal URL, it cannot work with another add-on pages (forbidden by Firefox security).
However the latest installed (enabled) add-on will be overriding the New tab page. So if you want the FVD to be in a new tab page, you should just disable both add-ons and then enable them in the correct order - first mine, then the FVD.
Best regards,
Juraj Mäsiar - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14220282, 7 år siden
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13958511, 7 år siden
- Z 5 z 5 pógódnośonywót Simon, 7 år sidenThis is a very good and useful speed dial add on. The only small issues I have are: 1) I set it as homepage but sometimes it is appears empty when Firefox starts. A simple reload fixes it. 2) It doesn't work with local URLs (file:///D:/Folder/File.html). It cannot generate the thumbnail and the dial is not clickable.
Wótegrono wuwijarja
jo se napisał 7 år sidenHello,
The start-up issue is a Firefox bug - due to asynchronous nature of loading add-ons sometimes the first tab is loaded before the add-on is loaded which can result in blank page, wrongly loaded page or default new tab page.
Regarding the local .html files - this is now completely blocked by Firefox internal security for all add-ons. You can create such links in my speed dial, but Firefox won't allow you to click on them.
There was a discussion about this here:
https://discourse.mozilla.org/t/opening-links-to-local-files-file/16449
and some official text here:
https://wiki.mozilla.org/WebExtensions/Filesystem
Situation in Chrome browser is very similar but Chrome added option (checkbox) to enable access to local files for specific add-on on their add-on page.
I hope something similar will come to Firefox one day, but until then, there is nothing I can do about it.
Best regards,
Juraj Mäsiar