Found chrome tabs, how to implement it?
Hello guys, I found this repo which is EXACTLY was I was looking for :) but how do I implement it in Firefox? I know how to link a single .js on chrome alias, but this repo has many files. How do I implement it?
https://github.com/adamschwartz/chrome-tabs
If it's not possible, is there something like this to implement?
Thanks for the help!
Comments
In Firefox 57 or later, you would need to use a userChrome.css file to modify the tab bar. I don't know which style rules and SVG/image files are the critical ones. If you don't find a volunteer to experiment, you could try this forum:
https://www.reddit.com/r/FirefoxCSS/
Probably the most similar rule set I saw mentioned there was this one:
https://github.com/pratyushtewari/firefox-like-chrome
You might try that first. I have more information on how to set up a userChrome.css file here: https://www.userchrome.org/how-create-userchrome-css.html
Edit: It doesn't good with the "Light" theme and there are some glitches with the active tab edges, so it may need some tweaks for Windows (I checked on Windows 7).
what I wonder is why is that space in the image there? Is that because of the file?