In Anlehnung an diesen Thread [Blockierte Grafik: http://i39.tinypic.com/2hfuwkm.png] brauche ich mal Hilfe.
Bevor diese Änderung von Google kam, hatte ich diese obere "Leiste" mittels CODE für Stylish ausgeblendet.
Das hätte ich gerne wieder, funktioniert aber nicht. Wobei die gesamte Leiste ausgeblendet werden sollte.
Habe nun Cookies für https://maps.google.de gesperrt, die alte Leiste wird wieder angezeigt.
[Blockierte Grafik: http://www.bilderload.com/thumb/324627/a3QPN8W.jpg]
Aber der alte CODE greift nicht mehr
CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.google.de"),
url-prefix("http://maps.google.de") {
#gb_119 > SPAN:last-child,
#gb_36 > SPAN:last-child,
#gb_78 > SPAN:last-child,
#gb_5 > SPAN:last-child,
#gb_23 > SPAN:last-child,
#gb_25 > SPAN:last-child,
#gb_24 > SPAN:last-child,
#gbztms1,
.gbts.gbtsa{
display:none!important}
#gbx3{
border:none!important;
background:none!important}
.gbts{
color:gray!important}
}
Alles anzeigen
Für google.de funktioniert der CODE noch
CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.google.de") {
#gb_119 > SPAN:last-child,
#gb_36 > SPAN:last-child,
#gb_78 > SPAN:last-child,
#gb_5 > SPAN:last-child,
#gb_23 > SPAN:last-child,
#gb_25 > SPAN:last-child,
#gb_24 > SPAN:last-child,
#gbztms1,
.gbts.gbtsa{
display:none!important}
}
#gbx3{
border:none!important;
background:none!important}
.gbts{
color:gray!important}
Alles anzeigen
[Blockierte Grafik: http://www.bilderload.com/thumb/324628/a4TACUL.jpg]