1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. ReVox

Beiträge von ReVox

  • Übersetzungs-Wunschliste

    • ReVox
    • 7. Januar 2011 um 13:29

    User Agent Switcher 0.7.3 ohne [de] :(

    User Agent Switcher 0.7.2 war die letzte mit [de] von "erweiterungen.de" :D

  • Übersetzungs-Wunschliste

    • ReVox
    • 12. Dezember 2010 um 23:09

    Da schließe ich mich doch den Dankesgrüßen wieder an. <:) :klasse: <:)
    Super Service Super milupo <:)

  • Übersetzungs-Wunschliste

    • ReVox
    • 1. Dezember 2010 um 13:14

    Hi Endor, = Super Service :klasse:
    hab´s mir auch geändert <:o

  • Übersetzungs-Wunschliste

    • ReVox
    • 30. November 2010 um 10:53

    Kann mich den Dankesgrüßen nur anschließen. <:) :klasse: <:)
    Ja i`s do scho a Weihnacht <;)
    Super Service <:o

  • Was hört Ihr gerade?

    • ReVox
    • 28. November 2010 um 11:08

    Michelle Ich schicke dir jetzt einen Engel

  • Erweiterung IE Tab Plus

    • ReVox
    • 24. November 2010 um 20:52

    Hi, Ist das nicht so?

    Wenn ich ohne IE-Tab-Plus die Windows Update Seite im FF aufrufe Kommt diese Meldung vom Server.
    Mit installierten IE-Tab-Plus wird die richtige Seite angezeigt http://www.update.microsoft.com/microsoftupdat…ault.aspx?ln=de
    zumindest bei mir ist das so.

  • Erweiterung IE Tab Plus

    • ReVox
    • 17. November 2010 um 21:57

    Auf AMO seit dem 21.10.2010 IE Tab Plus (FF3.6+, No Adware, Absolutely Clean) 1.96.20101021

  • Javascript void(0) Seite läd nicht

    • ReVox
    • 15. November 2010 um 11:55

    Hi,
    unter Extras > Einstellungen > Inhalt: bei "Javascript aktivieren" Häkchen wirklich gesetzt?

    Evtl. Firefox auf 3.6.12 aktualisieren.

  • Was hört Ihr gerade?

    • ReVox
    • 14. November 2010 um 21:00

    Shocking Blue - Never Marry A Railroad Man

  • Was hört Ihr gerade?

    • ReVox
    • 11. November 2010 um 11:56

    The Hollies - I'm Alive

  • Was hört Ihr gerade?

    • ReVox
    • 8. November 2010 um 20:21

    THE HOLLIES - Sandy

  • Redirect/Umleitungsleiste gesucht

    • ReVox
    • 8. November 2010 um 12:04

    Hi,
    nehme an das Du "notification" hier meinst?
    Habe mal ein von mir seinerzeit verwendeten script beigefügt.
    In Stylish eintragen, dem entsprechend anpassen.
    Was nicht benötigt wird, einfach löschen oder mit /* ...... */ auskommentieren.

    CSS
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    /*
    ===================================================================
    Name : PASSWORT + POPUP  Notifications Leiste 1
    Autor: ReVox
    Datum: 05.12.2007
    ===================================================================
    */
    
    
    /* PASSWORT + POPUP  Notifications Leiste */
    
    
    /* Popup-Warnung Leistenfarbe + Buttons */
       notification {
       -moz-appearance: none !important;
       background-color: #FFFFcc /*lightblue*/ !important;
       color: green !important;
       font-size: 12px !important; /*11px=NormGröße der Standardschrift*/
       font-family: Arial !important;
       font-weight: bold !important;
       text-align: center; /*Neueintrag 25.02.2009*/
       border: 2px solid black !important;
       margin: 1px 0px 0px 0px !important;
       padding: 1px 0px 0px 0px !important;
    }
    [label="Merken"] {
       -moz-appearance:none !important;
       background-color: lightgreen !important;
       color: blue !important;
       font-size: 12px !important; /*11px=NormGröße der Standardschrift*/
       font-weight: bold !important;
       }
    [label="Erlauben"] {
       -moz-appearance:none !important;
       background-color: lime !important;
       color: darkorange !important;
       margin: 1px 3px 0px 0px !important;
       padding: 2px 0px 0px 0px !important;
       }
    [label="Niemals für diese Seite"] {
       -moz-appearance:none !important;
       font-family: helvetica !important;
       /*font-family: Comic Sans !important;*/
       /*font-style: italic !important;*/
       background: red !important; 
       color: #ffff00 !important; 
       font-size: 12px !important; /*11px=NormGröße der Standardschrift*/
       font-weight: bold !important;
       }
    [label="Nicht jetzt"],
    /* [label="Möchten Sie, dass Shiretoko sich das Passwort merkt für*"], */
    [label="Die automatische Weiterleitung von dieser Seite zu einer anderen Seite wurde verhindert."] {
       -moz-appearance:none !important;
       background-color: orange !important;
       color: blue !important;
       font-size: 14px !important; /*11px=NormGröße der Standardschrift*/
       font-weight: bold !important;
       text-align: center; /*Neueintrag 15.02.2008*/
       margin: -0px 3px 0px 0px !important;
       padding: 0px 0px 0px 0px !important;
    }
    
    
    /* Popup-Warnung Leisten-Hintergrund/Schriftfarbe im Erweiterungsmanager */
    notification
    [label="Es sind keine Updates verfügbar."],
    [label="Zum Übernehmen der Änderungen Shiretoko neu starten."] {
       -moz-appearance: none !important;
       background-color: steelblue !important;
       color: cyan !important;
       font-size: 12px !important; /*11px=NormGröße der Standardschrift*/
       /*font-family: Arial !important;*/
       font-weight: bold !important;
       text-align: center; /*Neueintrag 25.02.2009*/
       border: 2px solid black !important;
       margin: 1px 0px 0px 0px !important;
       padding: 1px 0px 0px 0px !important;
    }
    Alles anzeigen
  • Was hört Ihr gerade?

    • ReVox
    • 7. November 2010 um 10:20

    THE HOLLIES - I'm Down

  • Was hört Ihr gerade?

    • ReVox
    • 5. November 2010 um 10:33

    THE HOLLIES - I Can't Let Go

  • Was hört Ihr gerade?

    • ReVox
    • 3. November 2010 um 23:14

    David Garrick - Dear Mrs Applebee

  • Was hört Ihr gerade?

    • ReVox
    • 2. November 2010 um 22:16

    Whistling Jack Smith - I Was Kaiser Bill's Batman

  • Was hört Ihr gerade?

    • ReVox
    • 30. Oktober 2010 um 22:08

    Andre Brasseur - Early Bird

  • Was hört Ihr gerade?

    • ReVox
    • 30. Oktober 2010 um 17:09

    Nancy Sinatra - These Boots Are Made For Walking (1966)

  • Was hört Ihr gerade?

    • ReVox
    • 29. Oktober 2010 um 22:56

    Bee Gees - Stayin' Alive ( 1977 )

  • Was hört Ihr gerade?

    • ReVox
    • 29. Oktober 2010 um 16:45

    Somewhere over the Rainbow

Unterstütze uns!

Jährlich (2025)

94,2 %

94,2% (612,48 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon