Anzeige

Am Puls von Microsoft

Anzeige

[gelöst] Adressleiste in Firefox ESR

Towanda2

gehört zum Inventar
Hab mal eine Frage.
Warum ist in meinem FF ESR der erste Buchstabe der Adressleiste immer durchgestrichen?
Hier ein Schnappschuss:
Adressleiste.jpg
 
Anzeige
Ist mir bei keiner Seite aufgefallen. ESR.jpg
Mal den FF ohne AddOns starten und prüfen. Oder mal ein anderes Thema verwenden.
 
Hab den "Übeltäter" ausgemustert.
Die Erweiterung Locationsbar² war schuld.
Schade ..aber die hatte eh nicht mehr gemacht, was sie soll.
Die Domaine war bei mir rot eingestellt.
Leider klappt das nicht mehr.
Nur noch fett aber ich glaube das ist sowieso Standart bei Firefox.
Vielleicht weiß einer hier, wie man die Hauptdomaine irgentwie anders färben kann ?
Status Avart oder Classik Themenrestorer führen da nicht zum gewünschten Ergebnis.
Mir geht es darum dass die Hauptdomaine in der Adressleiste eine Signalfarbe hat, um Phishingseiten zu vermeiden.
Oder gibt es da was anderes?
 
Locationbar2 funktioniert schon ewig nicht mehr richtig, ist dir wohl nciht früher aufgefallen, wechsel auf "Advanced Locationbar". MfG

PS v42 klappte noch, v43 ist es hier rausgeflogen. So steht es in meinen Archiven geschrieben.
 
Dankeschön..ne das habe ich nicht auf dem Schirm gehabt, dass die Erweiterung nicht mehr funktionierte.
Sag aber doch mal was die Advanced Locationbar bewirkt?
Hab es installiert aber ich seh keinen Unterschied zu vorher?
Und was meinst du mit v42 oder v43?
 
Du hast nach einer Alternative gefragt, da hast du sie:
https://addons.mozilla.org/de/firefox/ (oben recht die Suche bedienen mit jenem Namen)

v42/43 = Firefox, so schwer? ;)
Zeigt also seit Firefox v43 (diverse) Fehler´- und die erschien im Dez'2015.

PS muss ich noch für v51 teten, einer der Kommentare meinte, dass partiell nicht funktioniert. v51 ist im Kommen.
 
Also hab das installiert.
Nur...ausser dass die Hauptdomaine in der Adressleiste Fett dargestellt ist, ist nichts anders geworden.
Anders farbig kann man die z.B. nicht darstellen, oder?
 
Farbig konnte Locationbar2 IMO selbst auch nicht, AB kann es nicht, ist aber kein Hindernis hier, dafür nutze ich Stylish und diesen Style:
Code:
/* AGENT_SHEET */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*
 * Locationbar^2 Style
 * 
 * Version: 0.4.20091009
 * Author: TiSiE (message [at] tisie [dot] de)
 * ---------------------------------------------
 * Feel free to modify. I don't mind... as long
 * as I keep the credits ;)
 */


/* http:// */
.textbox-presentation-protocol[value^="http"] {
   font-weight: normal !important;
   color: #0000C0 !important;
}

.textbox-presentation-protocol[value^="https"] {
   font-weight: normal !important;
   color: #0000C0 !important;
}


/* ftp:// */
.textbox-presentation-protocol[value="ftp://"] {
   font-weight: normal !important;
   color: #00C000 !important;
}

/* file:// */
.textbox-presentation-protocol[value="file://"] {
   font-weight: normal !important;
   color: #00C0C0 !important;
}

/* Any other protocol */
.textbox-presentation-protocol {
   font-weight: normal !important;
   color: #000000 !important;
}

/* Subdomain */
.textbox-presentation-subdomain {
   font-weight: normal !important;
   color: #bb6600 !important;
   background-color: inherit !important;
}

/* Domain inclusive Top-Level-Domain */
.textbox-presentation-domain {
   /*font-weight: bold !important;*/
   color: #D00000 !important;
   background-color: inherit !important;
}

/* Port (e.g. ":88" after the domain) */
.textbox-presentation-port {
   font-weight: normal !important;
   color: #550000 !important;
}

/* Any part of the url between slashes */
.textbox-presentation-segment-label {
   color: black !important;
}

/* The slashs in the URL */
.textbox-presentation-slash {
   color: #ff0000 !important;
}

/* The last part of the URL which is not a query or anchor */
.textbox-presentation-file {
   color: black !important;
}

/* Static file extensions */
.textbox-presentation-file[value*=".htm"],
.textbox-presentation-file[value*=".html"],
.textbox-presentation-file[value*=".txt"] {
   color: #663366 !important;
}

/* Dynamic file extensions */
.textbox-presentation-file[value*=".php"],
.textbox-presentation-file[value*=".php3"],
.textbox-presentation-file[value*=".php4"],
.textbox-presentation-file[value*=".asp"],
.textbox-presentation-file[value*=".jsp"],
.textbox-presentation-file[value*=".cgi"],
.textbox-presentation-file[value*=".cfm"],
.textbox-presentation-file[value*=".pl"] {
   color: #660000 !important;
}

/* Images */
.textbox-presentation-file[value*=".jpg"],
.textbox-presentation-file[value*=".jpeg"],
.textbox-presentation-file[value*=".gif"],
.textbox-presentation-file[value*=".png"],
.textbox-presentation-file[value*=".bmp"],
.textbox-presentation-file[value*=".tiff"] {
   color: #666600 !important;
}

/* The Query String including the "?" */
.textbox-presentation-query {
   color: #004400 !important;
}

/* The anchor (a "#somename" at the end of the URL) */
.textbox-presentation-fragment {
   color: #A63703 !important;
}
Evtl gibt es von diesem Autor oder Style was neueres, musst du aber selbst mal schauen.
Oder du fragst hier: https://www.camp-firefox.de/forum/viewforum.php?f=16
 
Boa prima VIELEN Dank .Bernd
Klappt super..Domain wieder rot...
 
Anzeige
Oben