Kyle Paulsen
Kyle Paulsen
I would like to do this, but unfortunately firefox does not support a favicon api (to render bookmark icons): https://bugzilla.mozilla.org/show_bug.cgi?id=1547426
If we have images, we can render whatever. Although we'd have to have an image for all the popular sites (and probably more) which isn't something I want to do.
Thanks for the link. It's certainly possible to have icons in FF, but it either requires arbitrary website data access or the extension author must provide their own icons. It...
I thought about this. It might be able to be done just via chrome but the thing that worried me was icons not fitting on different screen sizes. In other...
Maybe I can add an option for that. Thanks.
I know it's insanely late for this, but this is now an option in v1.5.0. Should be on the Chrome Web Store soon.
middle click the icon or try right clicking.
Do you mean something like this? https://jsfiddle.net/psfz2gxg/
This is the easy fix as seen in the readme: ``` .nanoModal.nanoModalOverride { position: fixed; } ``` If you want it to be extra custom, you'll have to use js...
You probably don't need to do anything more special than something like (when using jquery): ``` // if you want it near the mouse click $(".nanoModal").css({ top: mouseY + someOffset,...