Willkommen bei den Firefox für Android-Add-ons.
Fügen Sie Zusatzfunktionen und Stile hinzu, um sich Firefox für Android zu Eigen zu machen.
SchließenBewertung für Extra Folder Columns von 6_6_6_6_6_6
Bewertet mit 5 von 5 Sternen
I can't seem to get linebreaks. I will repeat again.
I can't believe you need an add-on for something as simple as this in this bloody thunderbug.
Here is what you should do to get rid of annoying zeros.
Find "extra-cols@jminta_gmail.com\chrome\content" folder. It is inside "extensions" folder.
Open "main.js" with wordpad (make a copy first).
Change:
case "folderTotalCol":
return fixNum(this._folder.getTotalMessages(false));
TO:
case "folderTotalCol":
if (fixNum(this._folder.getTotalMessages(false)) > 0)
return fixNum(this._folder.getTotalMessages(false));
return;
I don't know javascript but this worked for me. I am not responsible if it drinks your beer, blows up your pc, shags your wife or kills your dog.
Cheers.
Um Ihre eigenen Sammlungen zu erstellen, müssen Sie einen Benutzeraccount bei Mozilla Add-ons haben.