Revisiones de Unread Tabs Restorer
Unread Tabs Restorer por satcp
8 revisiones
- Se valoró con 5 de 5por piecevcake, el hace 17 díasI am so gutted.
I have been looking for years for a way to highlight unread and manually mark tabs I want to return to.
This does it perfectly in a clean profile - but conflicts with Tree Tabs, which I cannot do without!
My userchrome.css:
=========
/* comment, new lines only, can span multiple lines
This code used by Unread Tabs Restorer addon - which changes the title when loading, causing it to be red font, until the tab is selected.
♥ MANUAL CHANGE TAB COLOUR BY RELOADING TAB WHEN UNSELECTED ♥
! CHANGE about:config toolkit.legacyUserProfileCustomizations.stylesheets = TRUE (enables this css file to work)
*/
/* unloaded tab blue (not used):
.tabbrowser-tab[pending] { color: blue !important; }
*/
/* loading tab grey (not used):
.tabbrowser-tab[busy] { color: dimgray !important; }
*/
/* loaded unread tab is red -after Unread Tabs Restorer changes the title
- persists when tab is unloaded
- doesnt persist through sessions
- colour disappears when tab is activated
*/
.tabbrowser-tab[titlechanged] { color: red !important; } - Se valoró con 5 de 5por Usuario de Firefox 14956360, el hace un añoWorks for me and doesn't conflict with other extensions that change the tab title. Thank you.
- Se valoró con 5 de 5por Usuario de Firefox 12410409, el hace 3 añosGreat add-on for good ol' Fx lovers
- Se valoró con 5 de 5por c00lbr0, el hace 3 añosworks great. added css code to my userchrome.css file and unread tabs are styled accordingly. Very happy. This extension adds alll three styles....was using my own user script inject via fx-autoconfig but just stopped working and this is easier and works just as good. Score! Thankss
- Se valoró con 5 de 5por Claudiu, el hace 3 años
- Se valoró con 5 de 5por Usuario de Firefox 6819742, el hace 3 añosExactly what i was missing, works perfectly with PAXMOD (Tabs in multiple rows).
Thanks a lot, well done :-)
ps
how to make the tab title bold or italic? - Se valoró con 5 de 5por amloessb, el hace 3 añosDoes exactly what it says it does. Absolutely no complaints.
- Se valoró con 5 de 5por Frasty, el hace 4 añosWould be nice to have an option to let manually reloaded tabs (previously in a discarded state) retain their title without triggering titlechanged. This could be very useful after session restoring, where non active tabs are always in a discarded state and mass reloading some of them is often needed for some extensions (like Searh All Tabs) to work.