Witamy na witrynie Dodatki dla programu Firefox dla Androida.
Dodaj dodatkowe funkcje i motywy, by dostosować program Firefox dla Androida do swoich potrzeb.
ZamknijOdpowiedź autora: Infocatcher
Oceniono na 5 z 5 możliwych gwiazdek
Great! Especially for those like me who are migrating from Opera 12 (it has this feature built-in).Customization request: can remove dashed underline from the private tab title.
Ta opinia jest o wcześniejszej wersji dodatku (0.1.3.1-signed).Here is some styles for userChrome.css/Stylish:
https://github.com/Infocatcher/Private_Tab#styles
To only remove underline:
https://github.com/Infocatcher/UserStyles/blob/master/Private_Tab_background/privateTabBackground-gradient.css#L88
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url("chrome://browser/content/browser.xul"),
url("chrome://navigator/content/navigator.xul") {
/* Remove dashed underline from private tabs, https://addons.mozilla.org/addon/private-tab/ */
.tabbrowser-tab[privateTab-isPrivate] {
text-decoration: none !important;
}
.tabbrowser-tab[privateTab-isPrivate][pinned] .tab-icon-image,
.tabbrowser-tab[privateTab-isPrivate][pinned] .tab-throbber {
border-bottom: none !important;
}
}
Aby tworzyć własne kolekcje, musisz mieć konto na witrynie Mozilla Add-ons.