Κριτικές για το Unread Tabs Restorer
Unread Tabs Restorer από satcp
8 κριτικές
- Βαθμολογία 5 από 5από piecevcake, ένας μήνας πρινI 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; } - Βαθμολογία 5 από 5από Χρήστης Firefox 14956360, ένας χρόνος πρινWorks for me and doesn't conflict with other extensions that change the tab title. Thank you.
- Βαθμολογία 5 από 5από c00lbr0, 3 χρόνια πρινworks 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
- Βαθμολογία 5 από 5από Claudiu, 3 χρόνια πριν
- Βαθμολογία 5 από 5από Χρήστης Firefox 6819742, 3 χρόνια πρινExactly 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? - Βαθμολογία 5 από 5από amloessb, 3 χρόνια πρινDoes exactly what it says it does. Absolutely no complaints.
- Βαθμολογία 5 από 5από Frasty, 4 χρόνια πρινWould 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.