M Simmons
關於我
名稱 | M Simmons |
---|---|
地點 | US west coast |
職業 | Attorney |
加入日期 | Sept. 16, 2010 |
參與開發的附加元件數量 | 4 個附加元件 |
此開發者的附加元件平均分數 | 評分: 4 / 5 顆星 |
由我建立的附加元件
我所發表的評論
Private Tab
評分: 4 / 5 顆星
Thank you so much for writing this add-on.
I gave it four stars only because it could use a configuration panel for changing or deleting hotkeys. I'm one of those who prefers no hotkeys, but there are other people who need to change the hotkey combinations for accessibility. For me, editing the about:config is no big deal, but for others, it is, especially for accessibility's sake.Like other reviewers, I too would like to see an appearance change for private tabs, so while you're thinking about it, I used the userChrome.css to address the issue.
The relevant CSS I used is:.
.tabbrowser-tab[privateTab-isPrivate],
.tabbrowser-tab[privateTab-isPrivate] .tab-content
{ background:#555 !important; color:#ddd !important; }
.tabbrowser-tab[privateTab-isPrivate] .tab-close-button
{ /* this needs to change the default image as it's a bit dark with my colors */ }
.tabbrowser-tab[privateTab-isPrivate][selected],
.tabbrowser-tab[privateTab-isPrivate][selected] .tab-content
{ background:#777 !important; color:#fff !important; }
.tabbrowser-tab[privateTab-isPrivate]:hover,
.tabbrowser-tab[privateTab-isPrivate]:hover .tab-content
{ background:#669 !important; color:#fff !important; }
I hope this helps, and others may find it useful. Thank you again for making this add-on.
[edited this post to fix the colors]
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。