-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TabPreview.uc.js #29
Comments
Sure, does this work for you? |
So what do you think it should do instead? To avoid any empty space, I either need to 1) limit the max width of the label, making it wrap onto multiple lines or just overflow and terminate in a |
Alright I ended up letting the label wrap onto multiple lines, so try updating to v1.0.1. I also changed the aspect ratio to 16:9 fwiw |
very cool idea. is there any way TST compatibility could be added like with the old extension? |
I don't know which extension you're talking about. I never used old Firefox extensions. But anyway, that would probably be a bit involved. Might even require rebuilding TST in a different format. Strictly speaking it is possible to use JSActors in the webext-browsers message manager group to send information from the content to the chrome window. But idk how much information will even be exposed to the child actor running in the sidebar. That is one of the reasons I made the vertical tabs pane script, so that everything would be in the chrome window, in the parent process. |
oh, i meant the old Tab Scope extension from which the idea for this script was derived. i should ask about it on the TST side and see what they think. your vertical tabs pane is great, but sadly it lacks the litany of helper addons that make TST so robust in functionality |
yeah there are trade-offs to everything |
Hi @aminomancer I recently found your repository and saw that it is possible to add some features to Firefox through javascripts (userchromejs). I am currently using the private tab script as there is no extension that provides such a feature.
Searching the web for a replacement for the tab scope extension that allows thumbnails on tabs I did not find anything similar.
Is there a possibility that a script could be written to show thumbnails on tabs? If so, could this script I found on the web be ported to work with the latest version of Firefox?
TabPreview.zip
The text was updated successfully, but these errors were encountered: