![Unread Tabs Restorer 预览](https://addons.mozilla.org/static-server/img/addon-icons/default-64.d144b50f2bb8.png)
Unread Tabs Restorer 作者: satcp
Restores ability to style unread tabs via userChrome.css.
您需要 Firefox 来使用此扩展
扩展元数据
屏幕截图
![](https://addons.mozilla.org/user-media/previews/thumbs/264/264388.jpg?modified=1639237298)
关于此扩展
Unread Tabs Restorer
Some Firefox users prefer to apply different styles to tabs depending on their status for clarity: unloaded, unread,... In the past there were extensions like Tab Mix Plus that do this but support for legacy XUL extensions was removed with the release of Firefox 57 in November 2017. Many legacy extensions, including Tab Mix Plus, were never upgraded to WebExtensions due to limitations of the new API. Nevertheless, it was still possible to style tabs depending on their status through userChrome.css:
With the release of Firefox 61 in June 2018 support was removed for detecting unread tabs in userChrome.css [Bug 1453957].
At this moment the only way to restore this functionality is by injecting JavaScript in each tab page to change the tab title after loading the page. That is exactly what this extension does. The tab title change can be detected in userChrome.css with titlechanged. After installing this extension
Permissions
Unread Tabs Restorer requires following permissions:
Principle of operation
The extension is less than 40 lines of code spread over 3 files:
Usage
To use custom tab styles and Unread Tabs Restorer you must enable the loading of userChrome.css. This is disabled by default in newer Firefox versions:
This will make the text of unloaded tabs red, loading tabs grey and unread tabs blue. Feel free to customize the styles to your liking.
Finally restart Firefox to enjoy the new tab styles.
Future
There are no plans to add additional features to Unread Tabs Restorer. The extension was developed only to restore the lost functionality of unread tabs. The extension will become obsolete when Mozilla reimplements the unread tabs functionality or removes support for userChrome.css completely.
Credits
Unread Tabs Restorer is based on the Tab Flag extension by EffPeh.
License
Unread Tabs Restorer is published under the Mozilla Public License Version 2.0.
Some Firefox users prefer to apply different styles to tabs depending on their status for clarity: unloaded, unread,... In the past there were extensions like Tab Mix Plus that do this but support for legacy XUL extensions was removed with the release of Firefox 57 in November 2017. Many legacy extensions, including Tab Mix Plus, were never upgraded to WebExtensions due to limitations of the new API. Nevertheless, it was still possible to style tabs depending on their status through userChrome.css:
.tabbrowser-tab[pending] { /* Set styles for unloaded tab */ }
.tabbrowser-tab[busy] { /* Set styles for loading tab */ }
.tabbrowser-tab[unread] { /* Set styles for unread tab */ }
With the release of Firefox 61 in June 2018 support was removed for detecting unread tabs in userChrome.css [Bug 1453957].
At this moment the only way to restore this functionality is by injecting JavaScript in each tab page to change the tab title after loading the page. That is exactly what this extension does. The tab title change can be detected in userChrome.css with titlechanged. After installing this extension
.tabbrowser-tab[unread]
must be changed to .tabbrowser-tab[titlechanged]
in userChrome.css: .tabbrowser-tab[pending] { /* Set styles for unloaded tab */ }
.tabbrowser-tab[busy] { /* Set styles for loading tab */ }
.tabbrowser-tab[titlechanged] { /* Set styles for unread tab */ }
Permissions
Unread Tabs Restorer requires following permissions:
- Access your data for all web sites
- Access browser tabs
Principle of operation
The extension is less than 40 lines of code spread over 3 files:
- background.js
- tab_loaded.js
- tab_activated.js
Usage
To use custom tab styles and Unread Tabs Restorer you must enable the loading of userChrome.css. This is disabled by default in newer Firefox versions:
- Launch Firefox
- Navigate to
about:config
- Search for
toolkit.legacyUserProfileCustomizations.stylesheets
and set it totrue
- Navigate to
about:profiles
- Locate the Root Directory of the profile in use and click the Open Folder button
- Create a new folder named
chrome
- Create a new text file named
userChrome.css
in the chrome folder - Open userChrome.css in a plain text editor and paste following CSS styles:
.tabbrowser-tab[pending] { color: red !important; }
.tabbrowser-tab[busy] { color: dimgray !important; }
.tabbrowser-tab[titlechanged] { color: blue !important; }
This will make the text of unloaded tabs red, loading tabs grey and unread tabs blue. Feel free to customize the styles to your liking.
Finally restart Firefox to enjoy the new tab styles.
Future
There are no plans to add additional features to Unread Tabs Restorer. The extension was developed only to restore the lost functionality of unread tabs. The extension will become obsolete when Mozilla reimplements the unread tabs functionality or removes support for userChrome.css completely.
Credits
Unread Tabs Restorer is based on the Tab Flag extension by EffPeh.
License
Unread Tabs Restorer is published under the Mozilla Public License Version 2.0.
为您的体验打分
权限详细了解
此附加组件需要:
- 存取浏览器标签页
- 存取您在所有网站的数据
更多信息
- 版本
- 1.0
- 大小
- 17.71 KB
- 上次更新
- 3 年前 (2021年12月11日)
- 相关分类
- 许可证
- Mozilla 公共许可证 2.0
- 版本历史
添加到收藏集
satcp 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分