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. Mira_Belle

Beiträge von Mira_Belle

  • About Seiten mit CSS Codes anpassen

    • Mira_Belle
    • 11. Dezember 2022 um 11:23

    Ganz, ganz <3 lichen Dank Euch beiden.

    Habe auch den Code noch einmal überarbeitet, weil wenn man auf SSL_ERROR_BAD_CERT_DOMAIN klickt

    fährt die Seite ja noch einmal aus, wie eine Ziehharmonika.

    Auch dieser Bereich wollte noch angepasst werden.

    CSS
    @-moz-document url-prefix(about:certerror){
    
        body {
            background-color: #2b2b2b !important;
        }
    
        body.certerror .title {
            color: #ff0000 !important;
        }
    
        .title-text {
            color:#e1e1e1 !important;   
            font-weight: bold !important;
        }
        
        #errorShortDesc,
        #errorWhatToDoTitle,
        #errorWhatToDoText {
            color:#e1e1e1 !important;
        }
        .advanced-panel-container,
        #advancedPanelContainer {
            background-color: #2b2b2b !important;
        }
        
        #badCertAdvancedPanel{
            background-color: #404040 !important;
            border-color: #ff9600 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            border-radius: 8px!important;        
        }
        
        #badCertTechnicalInfo {
            color: #e1e1e1 !important;        
        }
    
        #exceptionDialogButton,
        #advancedButton, 
        #advancedPanelReturnButton,
        #returnButton {
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            border-radius: 8px!important;
        }
        
        #exceptionDialogButton:hover,
        #advancedButton:hover,
        #advancedPanelReturnButton:hover,
        #returnButton:hover {
            background: #404040 !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
        
        #learnMoreLink,
        #errorCode,
        #viewCertificate  {
            color: #ff9600 !important;
        }
        #learnMoreLink:hover,
        #errorCode:hover,
        #viewCertificate:hover  {
            color: #f3ae4e !important;
        }
    
        #certificateErrorDebugInformation {
            background-color: #404040 !important;
            border-color: #ff9600 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            border-radius: 8px!important;    
        }
        
        #certificateErrorText {
            color:#e1e1e1 !important;
        }
        
        button:enabled {
            background-color: #2b2b2b !important;
            color: #e1e1e1 !important; 
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            border-radius: 8px!important;
        }
        
        button:enabled:hover {
            background-color:  #404040 !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important; 
        }
    }
    Alles anzeigen
  • About Seiten mit CSS Codes anpassen

    • Mira_Belle
    • 11. Dezember 2022 um 00:21

    Wie lässt sich das Icon des Tabs färben?

    Mit ...

    CSS
    .tab-icon-image {
        fill: red !important;
    }

    ... sollte es doch gehen.

    Nur wo müssen diese Zeilen hin?

  • About Seiten mit CSS Codes anpassen

    • Mira_Belle
    • 10. Dezember 2022 um 23:16
    Zitat von Heinrich

    Ich habe nochmal ein wenig nachgebessert !

    ....

    Danke für die Anregung.

    CSS
    @-moz-document url-prefix(about:certerror){
        body {
            background-color: #2b2b2b !important;
        }
        body.certerror .title {
            color: #ff9600 !important;
        }
        .title-text {
            color:#e1e1e1 !important;  
            font-weight: bold !important;
        }
       
        #errorShortDesc,
        #errorWhatToDoTitle,
        #errorWhatToDoText {
            color:#e1e1e1 !important;
        }
        .advanced-panel-container,
        #advancedPanelContainer {
            background-color: #2b2b2b !important;
        }
       
        #badCertAdvancedPanel{
            background-color: #404040 !important;
            border-color: #ff9600 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            border-radius: 8px!important;        
        }
       
        #badCertTechnicalInfo {
            color: #e1e1e1 !important;        
        }
        #exceptionDialogButton,
        #advancedButton,
        #advancedPanelReturnButton,
        #returnButton {
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            border-radius: 8px!important;
        }
       
        #exceptionDialogButton:hover,
        #advancedButton:hover,
        #advancedPanelReturnButton:hover,
        #returnButton:hover {
            background: #404040 !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
       
        #learnMoreLink,
        #errorCode,
        #viewCertificate  {
            color: #ff9600 !important;
        }
    
        #learnMoreLink:hover,    #errorCode:hover,    #viewCertificate:hover  {        color: #f3ae4e !important;    }
    }
    Alles anzeigen
  • Dialog-Fenster anpassen

    • Mira_Belle
    • 10. Dezember 2022 um 17:06
    Zitat von 2002Andreas

    ...

    CSS
    description.text-blurb:nth-child(3) {    
        margin-top: 15px !important;
        margin-left: 59px !important;
        margin-bottom: 15px !important;
      }

    ...

    Passt, Danke.

    CSS
    @-moz-document url-prefix("chrome://browser/content/aboutDialog.xhtml")
    {
    
        /*---------------------------------------------------*/
        /****       Anpassungen an dem About:Dialog       ****/
        /*---------------------------------------------------*/
    
        #aboutDialog {
            margin-top: 20px !important;
            margin-bottom: 20px !important;
            line-height: 1.5 !important;
    }
    
        #aboutDialog vbox,
        #aboutDialogContainer hbox,
        #clientBox vbox,
        #contributeDesc > label:nth-child(1),
        #contributeDesc > label:nth-child(2),
        #releasenotes,
        #trademark,
        #updateButton,
        label.bottom-link:nth-child(3),
        [href='about:credits'],
        [href='about:license'],
        [href='about:rights'],
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'] 
        {
                font-size: 15px !important;
        }
    
        /*    Das ist Links das FF-Logo */
        
        #leftBox {
            appearance: none !important;
            border-radius: 10px !important;
            background-image: url("file:///C:/Users/Mira/image/index_test.png") !important;
            background-repeat: no-repeat !important;
            background-color: #2b2b2b !important;
            background-position: center center !important;
            background-size: 225px !important;
            min-width: 225px !important;
            margin-top: 80px !important;
        }
    
        /*    Das ist Rechts die Box    */
        
        #rightBox::before {
            content: "Firefox Browser" !important;
            font-size: 40px !important;
            font-weight: 700 !important;
            color: #fff582 !important;
            text-shadow: 4px 4px red !important;
        margin-left: -50px !important;    
        }
    
        #rightBox {
            background-image: none !important;
            padding-top: 1px !important;      
            margin-top: 1px !important;
        }
    
        #aboutDialog,
        #bottomBox,
        #clientBox {
            background-color: #2b2b2b !important;
        }
    
        #icons.icon {
            margin: 10px !important;
        }
    
        /*    Update-Check ohne Erwartung ;)*/
        /*    Blendet Original-Animationen aus!*/
        
        #icons > .update-throbber {
    /*        visibility: hidden !important; */
            display: none !important;
        }
    
    /*    #updateDeck #checkingForUpdates > label {   */
        [data-l10n-id="update-checkingForUpdates"] {
            appearance: none !important;
            border-radius: 10px !important;
            background-image: url("./image/sample_3.gif") !important;
            background-repeat: no-repeat !important;
            background-color: #2b2b2b !important;
            background-position: -10px center !important;
            background-size: 36px !important;
            color: #eee8aa !important;
            font-size: 1.5em !important;
            font-weight: 400 !important;
            min-height: 28px !important;
            margin-top: 0 !important;
            margin-right: -10px !important;
            margin-bottom: 12px !important;
            margin-left: 20px !important;
            padding-top: 2px !important;
            padding-right: 25px !important;
            padding-bottom: 0 !important;
            padding-left: 45px !important;
        }
    
        /*    Blendet Original-Icon aus!*/
        
        #icons > .noUpdatesFound {
            display: none !important;
    
        }
    
    /*    #noUpdatesFound > label:nth-child(1) {  */
        [data-l10n-id="update-noUpdatesFound"] {
            appearance: none !important;
            border-radius: 10px !important;
            background-image: url("./image/tick_2.png") !important;
            background-repeat: no-repeat !important;
            background-color: #2b2b2b !important;
            background-position: 0 center !important;
            background-size: 36px !important;
            color: #ff9600 !important;
            font-size: 1.5em !important;
            font-weight: 400 !important;
            min-height: 28px !important;
            margin-top: 0 !important;
            margin-right: -10px !important;
            margin-bottom: 12px !important;
            margin-left: 20px !important;
            padding-top: 2px !important;
            padding-right: 25px !important;
            padding-bottom: 0 !important;
            padding-left: 45px !important;
        }
    
    
    /*  Das muss noch gecheckt werden   */
    
    #downloadAndInstallButton    {
        appearance: none !important;
        border-radius: 10px !important;
    /*    background-image:  url("./image/herz.png") !important;        */
        background-repeat: no-repeat !important;
        background-color: #2b2b2b !important;
        background-position: 0% center !important;
        background-size: 16px !important;
        color: #e1e1e1 !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 10px !important;
        padding-top: 0 !important;
        padding-right: 10px !important;
        padding-bottom: 2px !important;
        padding-left: 10px !important;
         }       
    
        #downloadAndInstallButton:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
        }
        
        #updateButton    {
            appearance: none !important;
            border-radius: 10px !important;
            background-image:  url("./image/herz.png") !important;
            background-repeat: no-repeat !important;
            background-color: #2b2b2b !important;
            background-position: 0% center !important;
            background-size: 16px !important;
            color: #e1e1e1 !important;
            margin-top: 0 !important;
            margin-right: 0 !important;
            margin-bottom: 0 !important;
            margin-left: 10px !important;
            padding-top: 0 !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            padding-left: 10px !important;      
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
    
        }
            #updateButton:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
        /*    Dazugehörige default-GFX is im Weg...*/
    
        #icons > .apply{
            display: none !important;
        }
    
        /*    Versionsanzeige        */
    
        #version.update::before {
            content: 'Meine aktuelle Firefox-Version ist: ';
            font-size: 18px !important;
            font-weight: normal !important;
            color: #ff9600 !important;
            margin-right: 6px !important;
            margin-left: -20px !important;
        }
    
        #version {
            margin-top: 10px !important;
            font-size: 22px !important;
            font-weight: bold !important;
            color: orchid !important;
        }
    
        /*     ohne Unterstrich    */
    
        #releasenotes,                                              /*     Neue Funktionen und Änderungen    */  
        #submit-feedback,                                         /*     Feedback senden    */ 
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'],
        [href='about:credits'],                                      /*     globalen Comunity    */  
        #contributeDesc > label:nth-child(1),                      /*     Spenden Sie    */  
        #contributeDesc > label:nth-child(2),                      /*     machen Sie mit!    */  
        [href='about:license'],                                      /*     Information zur Lizensierung    */  
        [href='about:rights'],                                       /*     Endanwenderrechte    */  
        label.bottom-link:nth-child(3)                              /*     Datenschutzbestimmungen    */  
        {
            text-decoration: none !important;
        }
        
        description.text-blurb:nth-child(3) > label:nth-child(1)  {
            text-decoration: none !important;
        }
    
    
        /*    Text    */
        
        .text-blurb
        {
            font-size: 15px !important;
            color: #e1e1e1 !important;
            padding-right: 1px !important;
        }
    
        /*     Neue Funktionen und Änderungen    */
        
        #releasenotes {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-top: 2px !important;
            margin-left: 0px !important;
            top: 35px !important;
            left: -350px !important;
            min-width: 250px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            border-color: #e1e1e1 !important;
            border-style: solid !important;
            border-width: 2px !important;
            
            border-radius: 8px!important;
            position: relative;
          }
    
          #releasenotes:hover {
            background: #404040 !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
        description.text-blurb:nth-child(3) {    
            margin-top: 15px !important;
            margin-left: 59px !important;
            margin-bottom: 15px !important;
        }
    
        /*     Firefox-Hilfe    */
        
        description.text-blurb:nth-child(3) > label:nth-child(1) {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-top: 35px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;      
        }
        description.text-blurb:nth-child(3) > label:nth-child(1):hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
        /*     Feedback senden    */
        
        #submit-feedback {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-top: 35px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;      
        }
        #submit-feedback:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
        /*     Mozilla    */
        
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'] {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 10px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 1px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;          
        }
        
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog']:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
        /*     globalen Comunity    */
        
        [href='about:credits'] {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 0px !important;
            margin-bottom: 5px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 1px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        [href='about:credits']:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
        
        /*    Hinter dem Komma einen Zeilenumbruch erzwingen    */
    
        #detailsBox > description#communityDesc {
            max-width: 450px !important;
        }
    
        /*     Spenden Sie    */
        
        #contributeDesc > label:nth-child(1) {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 2px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        #contributeDesc > label:nth-child(1):hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
        /*     machen Sie mit!    */
        
        #contributeDesc > label:nth-child(2) { 
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 2px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        #contributeDesc > label:nth-child(2):hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
        /*     Information zur Lizensierung    */
        
        [href='about:license'] {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
            margin-top: 1px !important;
            margin-bottom: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;             
        }
        
        [href='about:license']:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
        /*     Endanwenderrechte    */
        
        [href='about:rights'] {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
            margin-top: 1px !important;
            margin-bottom: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        [href='about:rights']:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
        /*     Datenschutzbestimmungen    */
        
        label.bottom-link:nth-child(3) {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
            margin-top: 1px !important;
            margin-bottom: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        label.bottom-link:nth-child(3):hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
        
    /*    Text ganz unten, Logo und Warenzeichen    */
        
        #trademark {
            padding-top: 10px !important;
            text-align: center !important;
            color: #e1e1e1 !important;
            margin-block: 15px !important;
            font-size: 13px !important;    
            font-weight: 700 !important;  
            
        }
    
        /*    Den Text "design by me ©" will ich ganz unten rechts inne Ecke.... */    
        
        #bottomBox::after {
            display: flex !important;
            content: "design by me ©" !important;
            font-size: 11px !important;
            margin-left: 850px !important;
            color: #e1e1e1 !important;
            padding-left: 12px !important;
        }    
            
        #aboutDialog {
            margin-bottom: 0px !important;
        }
    
    }
    Alles anzeigen
  • Dialog-Fenster anpassen

    • Mira_Belle
    • 10. Dezember 2022 um 15:38

    Also ausschauen tut es jetzt richtig gut!

    Finde ich.

    Aber, ich habe ein Problem!

    Der Link Neue Funktionen und Änderungen funktioniert nicht mehr richtig!

    Denn das darunterliegende Feld überschneidet sich mit diesem.

    Bilder sagen mehr als tausend Worte.

    Wie lässt sich da ändern?

    Hier mal der komplette Code:

    CSS
    @-moz-document url-prefix("chrome://browser/content/aboutDialog.xhtml")
    {
    
        /*---------------------------------------------------*/
        /****       Anpassungen an dem About:Dialog       ****/
        /*---------------------------------------------------*/
    
        #aboutDialog {
            margin-top: 20px !important;
            margin-bottom: 20px !important;
            line-height: 1.5 !important;
    }
    
        #aboutDialog vbox,
        #aboutDialogContainer hbox,
        #clientBox vbox,
        #contributeDesc > label:nth-child(1),
        #contributeDesc > label:nth-child(2),
        #releasenotes,
        #trademark,
        #updateButton,
        label.bottom-link:nth-child(3),
        [href='about:credits'],
        [href='about:license'],
        [href='about:rights'],
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'] 
        {
                font-size: 15px !important;
        }
    
        /*    Das ist Links das FF-Logo */
        
        #leftBox {
            appearance: none !important;
            border-radius: 10px !important;
            background-image: url("file:///C:/Users/Mira/image/index_test.png") !important;
            background-repeat: no-repeat !important;
            background-color: #2b2b2b !important;
            background-position: center center !important;
            background-size: 225px !important;
            min-width: 225px !important;
            margin-top: 80px !important;
        }
    
    
        /*    Das ist Rechts die Box    */
        
        #rightBox::before {
            content: "Firefox Browser" !important;
            font-size: 40px !important;
            font-weight: 700 !important;
            color: #fff582 !important;
            text-shadow: 4px 4px red !important;
        margin-left: -50px !important;    
        }
    
        #rightBox {
            background-image: none !important;
            padding-top: 1px !important;      
            margin-top: 1px !important;
        }
    
        #aboutDialog,
        #bottomBox,
        #clientBox {
            background-color: #2b2b2b !important;
        }
    
        #icons.icon {
            margin: 10px !important;
        }
    
    
        /*    Update-Check ohne Erwartung ;)*/
        /*    Blendet Original-Animationen aus!*/
        
        #icons > .update-throbber {
    /*        visibility: hidden !important; */
            display: none !important;
        }
    
    /*    #updateDeck #checkingForUpdates > label {   */
        [data-l10n-id="update-checkingForUpdates"] {
            appearance: none !important;
            border-radius: 10px !important;
            background-image: url("./image/sample_3.gif") !important;
            background-repeat: no-repeat !important;
            background-color: #2b2b2b !important;
            background-position: -10px center !important;
            background-size: 36px !important;
            color: #eee8aa !important;
            font-size: 1.5em !important;
            font-weight: 400 !important;
            min-height: 28px !important;
            margin-top: 0 !important;
            margin-right: -10px !important;
            margin-bottom: 12px !important;
            margin-left: 20px !important;
            padding-top: 2px !important;
            padding-right: 25px !important;
            padding-bottom: 0 !important;
            padding-left: 45px !important;
        }
    
    
        /*    Blendet Original-Icon aus!*/
        
        #icons > .noUpdatesFound {
    /*        visibility: hidden !important; */
            display: none !important;
    
        }
    
    /*    #noUpdatesFound > label:nth-child(1) {  */
        [data-l10n-id="update-noUpdatesFound"] {
            appearance: none !important;
            border-radius: 10px !important;
            background-image: url("./image/tick_2.png") !important;
            background-repeat: no-repeat !important;
            background-color: #2b2b2b !important;
            background-position: 0 center !important;
            background-size: 36px !important;
            color: #ff9600 !important;
            font-size: 1.5em !important;
            font-weight: 400 !important;
            min-height: 28px !important;
            margin-top: 0 !important;
            margin-right: -10px !important;
            margin-bottom: 12px !important;
            margin-left: 20px !important;
            padding-top: 2px !important;
            padding-right: 25px !important;
            padding-bottom: 0 !important;
            padding-left: 45px !important;
        }
    
    
    /*  Das muss noch gecheckt werden   */
    
    #downloadAndInstallButton    {
        appearance: none !important;
        border-radius: 10px !important;
    /*    background-image:  url("./image/herz.png") !important;        */
        background-repeat: no-repeat !important;
        background-color: #2b2b2b !important;
        background-position: 0% center !important;
        background-size: 16px !important;
        color: #e1e1e1 !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 10px !important;
        padding-top: 0 !important;
        padding-right: 10px !important;
        padding-bottom: 2px !important;
        padding-left: 10px !important;
    
         }       
    
        #downloadAndInstallButton:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
        }
        
        #updateButton    {
            appearance: none !important;
            border-radius: 10px !important;
            background-image:  url("./image/herz.png") !important;
            background-repeat: no-repeat !important;
            background-color: #2b2b2b !important;
            background-position: 0% center !important;
            background-size: 16px !important;
            color: #e1e1e1 !important;
            margin-top: 0 !important;
            margin-right: 0 !important;
            margin-bottom: 0 !important;
            margin-left: 10px !important;
            padding-top: 0 !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            padding-left: 10px !important;      
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
    
        }
            #updateButton:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    /*    Dazugehörige default-GFX is im Weg...*/    
    #icons > .apply{
        display: none !important;
    }
     
    /*-------------------------------------------------------------------------------*/
    
        /*    Versionsanzeige        */
    
        #version.update::before {
            content: 'Meine aktuelle Firefox-Version ist: ';
            font-size: 18px !important;
            font-weight: normal !important;
            color: #ff9600 !important;
            margin-right: 6px !important;
            margin-left: -20px !important;
        }
    
        #version {
            margin-top: 10px !important;
            font-size: 22px !important;
            font-weight: bold !important;
            color: orchid !important;
        }
    
    /*-------------------------------------------------------------------------------*/
    
        /*     ohne Unterstrich    */
    
        #releasenotes,                                              /*     Neue Funktionen und Änderungen    */  
        #submit-feedback,                                         /*     Feedback senden    */ 
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'],
        [href='about:credits'],                                      /*     globalen Comunity    */  
        #contributeDesc > label:nth-child(1),                      /*     Spenden Sie    */  
        #contributeDesc > label:nth-child(2),                      /*     machen Sie mit!    */  
        [href='about:license'],                                      /*     Information zur Lizensierung    */  
        [href='about:rights'],                                       /*     Endanwenderrechte    */  
        label.bottom-link:nth-child(3)                              /*     Datenschutzbestimmungen    */  
        {
            text-decoration: none !important;
        }
        
        description.text-blurb:nth-child(3) > label:nth-child(1)  {
            text-decoration: none !important;
        }
    
    
        /*    Text    */
        
        .text-blurb
        {
            font-size: 15px !important;
            color: #e1e1e1 !important;
            padding-right: 1px !important;
        }
    
    
        /*     Neue Funktionen und Änderungen    */
        
        #releasenotes {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-top: 2px !important;
            margin-left: 0px !important;
            top: 35px !important;
            left: -350px !important;
            min-width: 250px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            border-color: #e1e1e1 !important;
            border-style: solid !important;
            border-width: 2px !important;
            
            border-radius: 8px!important;
            position: relative;
          }
    
          #releasenotes:hover {
            background: #404040 !important;
            
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
    /*-------------------------------------------------------------------------------*/
    
    description.text-blurb:nth-child(3) {
        position: relative; 
        top: 15px !important;
        margin-left: 59px !important;
        margin-bottom: 15px !important;
      }
    
    /*-------------------------------------------------------------------------------*/
    
        /*     Firefox-Hilfe    */
        
        description.text-blurb:nth-child(3) > label:nth-child(1) {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-top: 35px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;      
        }
        description.text-blurb:nth-child(3) > label:nth-child(1):hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
    
        /*     Feedback senden    */
        
        #submit-feedback {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-top: 35px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;      
        }
        #submit-feedback:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
    
        /*     Mozilla    */
        
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog'] {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 10px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 1px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;          
        }
        
        [href='https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog']:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
    
        /*     globalen Comunity    */
        
        [href='about:credits'] {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 10px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 1px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        [href='about:credits']:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
        
        
        /*    Hinter dem Komma einen Zeilenumbruch erzwingen    */
    
        #detailsBox > description#communityDesc {
            max-width: 570px !important;
        }
    
    
        /*     Spenden Sie    */
        
        #contributeDesc > label:nth-child(1) {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 2px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        #contributeDesc > label:nth-child(1):hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
    
        /*     machen Sie mit!    */
        
        #contributeDesc > label:nth-child(2) { 
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 1px !important;
            margin-right: 1px !important;
            margin-top: 2px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        #contributeDesc > label:nth-child(2):hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
    
        /*     Information zur Lizensierung    */
        
        [href='about:license'] {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
            margin-top: 1px !important;
            margin-bottom: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;             
        }
        
        [href='about:license']:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
    
        /*     Endanwenderrechte    */
        
        [href='about:rights'] {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
            margin-top: 1px !important;
            margin-bottom: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        [href='about:rights']:hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
    
    
        /*     Datenschutzbestimmungen    */
        
        label.bottom-link:nth-child(3) {
            appearance: none !important;
            background: #2b2b2b !important;
            color: #e1e1e1 !important;
            margin-left: 10px !important;
            margin-right: 10px !important;
            margin-top: 1px !important;
            margin-bottom: 20px !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            padding-bottom: 2px !important;     
            border-color: #e1e1e1 !important;
            border-style: solid  !important;
            border-width: 2px !important;
            background-position: 12px 4px !important;
            border-radius: 8px!important;        
        }
        
        label.bottom-link:nth-child(3):hover {
            background: #404040 !important;
            background-position: 12px 4px !important;
            color: #e1e1e1 !important;
            border-color: #ff9600 !important;
        }
        
        
    /*    Text ganz unten, Logo und Warenzeichen    */
        
        #trademark {
            padding-top: 10px !important;
            text-align: center !important;
            color: #e1e1e1 !important;
            margin-block: 15px !important;
            font-size: 13px !important;    
            font-weight: 700 !important;  
            
        }
        
        
        /*    Den Text "design by me ©" will ich ganz unten rechts inne Ecke.... */    
        
        #bottomBox::after {
            display: flex !important;
            content: "design by me ©" !important;
            font-size: 11px !important;
            margin-left: 850px !important;
            color: #e1e1e1 !important;
    /*        border: 2px solid yellow !important;    */
    /*        border-radius: 15px !important;    */
            padding-left: 12px !important;
        }    
            
        #aboutDialog {
            margin-bottom: 0px !important;
        }
    
    }
    Alles anzeigen
  • Dialog-Fenster anpassen

    • Mira_Belle
    • 10. Dezember 2022 um 11:07

    Gerne doch.

    War ja auch nur für den Fall, dass Du 'Meine aktuelle Browser-Version ist die:'

    und die Versionsanzeige inkl. Button Neue Funktionen und Änderungen

    auf zwei Zeilen verteilen möchtest.

    Leider habe ich es nicht hinbekommen, nur den Button auf eine zweite Zeile zu verschieben.

  • Dialog-Fenster anpassen

    • Mira_Belle
    • 9. Dezember 2022 um 17:45

    Ich hätte dann noch folgendes anzubieten:

    CSS
        /*  Versionsanzeige     */
        #updateDeck::before {
            content: 'Meine aktuelle Firefox-Version ist:';
            font-size: 18px !important;
    /*        font-weight: bold !important; */
            color: #ff9600 !important;
            margin-right: 6px !important;
            margin-left: 6px !important;
        }
        #version {
            margin-top: 10px !important;
            font-size: 18px !important;
            font-weight: bold !important;
            color: orchid !important;
            margin-left: 6px !important;
        }
    Alles anzeigen

    Daraus ergibt sich dann:

    Wenn kompletter Code gewünscht, bitte nachfragen.

  • Separates Downloads-Fenster?

    • Mira_Belle
    • 8. Dezember 2022 um 21:57
    Zitat von aborix

    Wie funktioniert das:

    JavaScript
    (function() {
    
      ...
            Services.wm.getMostRecentBrowserWindow().document.getElementById('Download-button').click()
        }));
    
    })();

    Ich sehe Du hast Zeile 33 verändert.

    Aber genau das, hat bei mir den erwünschten Effekt gehabt!

    JavaScript
        Services.wm.getMostRecentBrowserWindow().document.getElementById('Download-button').click("click", onClick)

    Durch das("click", onClick) wird nur beim Anklicken das Fenster geöffnet,

    so zumindest bei mir.

    Ohne, also so .click() öffnet sich das Fenster schon beim Starten des Firefox.

    Aber Danke für's drüber schauen, so falsch kann ja dann das Script gar nicht sein,

    zumal es ja funktioniert, wie ich mir das vorstelle.

  • Separates Downloads-Fenster?

    • Mira_Belle
    • 7. Dezember 2022 um 11:09

    Habe es hinbekommen!

    Habe halt nur keine Ahnung, ob es so richtig ist?

    JavaScript
    //  Downloadbutton.uc.js
    //    Fenster automatisch auf...
    //
    (function() {
      if (!window.gBrowser) return;
      try {
      CustomizableUI.createWidget({
        id: 'Download-button',
        type: 'custom',
        defaultArea: CustomizableUI.AREA_NAVBAR,
        onBuild: function(aDocument) {
          let toolbaritem = aDocument.createXULElement('toolbarbutton');
          let props = {
            id: 'Download-button',
            class: 'toolbarbutton-1 chromeclass-toolbar-additional',
            removable: true,
            label: 'Download Fenster öffnen',
            accesskey: 'D',
            tooltiptext: 'Download Fenster öffnen',
            style: 'list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAFo9M/3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAC7klEQVR42mJgAIL3K2X+AwQQy9VMzf+cIooMAAHE8H6i2n+QKEAAsbCrSjJ8vST4HyCAQByG13Mc/n+/D5EBCCAWsMByBQa2bz/BkgABxAAz5f1aYbAKgAACo6+XJP///OQFFgAIIJbvd23//z/NyPD/NQPDg8uS/wECiIlT+TDjr5/sDK9ZrjMo6D5nBAgguLYPC13/f7nN+v/bQ7H/P77awM0DCCAWGOPLp58MfE80GFiE+RiYOCXhGgECiAlE3PZI/i8iL8bAchMocV2C4d/+fwyPj2qBTQEIIBR02S7+/4N1AigSAAHECPcLyB9/OBkY/rMxMLxkYRDMvwWWAwggJpgCDidZBlazzwzsVg8ZGAXU4SYABBDckYy/2BmYvgsyMLLxMPz+g7AFIIAQCr6zA+0B+oCLn+HHV0Q4AgQQ48MTUv8FvwszsLwUhHhLlIeBkQ+oT+IXw8Pa3wwAAcQkb/GM8f2fbwwMr4CO+8ABDBABBua3wgzP8qQY1BbsZQQIILAj5V3vMj6Tv8Dw8/VbBqZ/nxjuT2BiUFw/D+wLgABCQXeX8v+/5pyAEg4AAYSh6v0il/+cMeIM/9+/YGBgZmNgZOSGKOSTYvi25A6DYOw2FD0AAcSCbsCfX38Y/n+4x/D37R0GZiY2hn/sQN//+8LAzGgClGPCcBVAAGEa8O8/A9MnVoZ/77gZ/gH5zHwCDP//czAwcnID5T5jGAAQQCx3o0L/s/znBXP+/fvD8E/sGgPjJ14GxrdCDAxszMBwBQYrAz8DAx8TA7P8d4anaXH/mf8yMfz/y87w6/9zBoAAYoSlJrbiAwzi7wwY/r38CNSIcCqTFB+E/wvonu//GVj4+Rie855k+NtjzaCwfjYjQAChBMhNt5T/7IV7GaTf6jD8fAZx7h9xXgZ2RmYGVjFBsMYfzZYMqjvmwvUBBBBWBIqqW2t5/n+eo/X/6zKj//d38v4HuRKbWoAAwouOher8Pxmtg1cjQIABAFbt8Z32Ai5RAAAAAElFTkSuQmCC)',
            oncommand: "window.open('chrome://browser/content/downloads/contentAreaDownloadsView.xhtml', 'Downloads', 'chrome,resizable=yes,width=600,height=600,left=120,top=100');"
          };
          for (var p in props)
          toolbaritem.setAttribute(p, props[p]);            
       return toolbaritem;
    }    
    });
    } catch(e) { };
    Downloads.getList(Downloads.ALL)
    .then(list => list.addView({
      onDownloadAdded: () =>
        Services.wm.getMostRecentBrowserWindow().document.getElementById('Download-button').click("click", onClick)
    }));
    })();
    Alles anzeigen
  • Separates Downloads-Fenster?

    • Mira_Belle
    • 7. Dezember 2022 um 10:45

    Hallo, bin durch Zufall auf dieses Script von aborix gestoßen.

    JavaScript
    //  Downloadbutton.uc.js
    
    (function() {
    
      if (window.__SSi != 'window0')
        return;
    
      CustomizableUI.createWidget({
        id: 'Download-button',
        type: 'custom',
        defaultArea: CustomizableUI.AREA_NAVBAR,
        onBuild: function(aDocument) {
          var toolbaritem = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton');
          var props = {
            id: 'Download-button',
            class: 'toolbarbutton-1 chromeclass-toolbar-additional',
            removable: true,
            label: 'Download Fenster öffnen',
            accesskey: 'D',
            tooltiptext: 'Download Fenster öffnen',
            style: 'list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAFo9M/3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAC7klEQVR42mJgAIL3K2X+AwQQy9VMzf+cIooMAAHE8H6i2n+QKEAAsbCrSjJ8vST4HyCAQByG13Mc/n+/D5EBCCAWsMByBQa2bz/BkgABxAAz5f1aYbAKgAACo6+XJP///OQFFgAIIJbvd23//z/NyPD/NQPDg8uS/wECiIlT+TDjr5/sDK9ZrjMo6D5nBAgguLYPC13/f7nN+v/bQ7H/P77awM0DCCAWGOPLp58MfE80GFiE+RiYOCXhGgECiAlE3PZI/i8iL8bAchMocV2C4d/+fwyPj2qBTQEIIBR02S7+/4N1AigSAAHECPcLyB9/OBkY/rMxMLxkYRDMvwWWAwggJpgCDidZBlazzwzsVg8ZGAXU4SYABBDckYy/2BmYvgsyMLLxMPz+g7AFIIAQCr6zA+0B+oCLn+HHV0Q4AgQQ48MTUv8FvwszsLwUhHhLlIeBkQ+oT+IXw8Pa3wwAAcQkb/GM8f2fbwwMr4CO+8ABDBABBua3wgzP8qQY1BbsZQQIILAj5V3vMj6Tv8Dw8/VbBqZ/nxjuT2BiUFw/D+wLgABCQXeX8v+/5pyAEg4AAYSh6v0il/+cMeIM/9+/YGBgZmNgZOSGKOSTYvi25A6DYOw2FD0AAcSCbsCfX38Y/n+4x/D37R0GZiY2hn/sQN//+8LAzGgClGPCcBVAAGEa8O8/A9MnVoZ/77gZ/gH5zHwCDP//czAwcnID5T5jGAAQQCx3o0L/s/znBXP+/fvD8E/sGgPjJ14GxrdCDAxszMBwBQYrAz8DAx8TA7P8d4anaXH/mf8yMfz/y87w6/9zBoAAYoSlJrbiAwzi7wwY/r38CNSIcCqTFB+E/wvonu//GVj4+Rie855k+NtjzaCwfjYjQAChBMhNt5T/7IV7GaTf6jD8fAZx7h9xXgZ2RmYGVjFBsMYfzZYMqjvmwvUBBBBWBIqqW2t5/n+eo/X/6zKj//d38v4HuRKbWoAAwouOher8Pxmtg1cjQIABAFbt8Z32Ai5RAAAAAElFTkSuQmCC)',
            oncommand: "window.open('chrome://browser/content/downloads/contentAreaDownloadsView.xhtml', 'Downloads', 'chrome,resizable=yes,width=600,height=750,left=1220,top=100');"
          };
          for (var p in props)
            toolbaritem.setAttribute(p, props[p]);
          return toolbaritem;
        }
      });
    
      Downloads.getList(Downloads.ALL)
        .then(list => list.addView({
          onDownloadAdded: () =>
            Services.wm.getMostRecentBrowserWindow().document.getElementById('Download-button').click()
        }));
    
    })();
    Alles anzeigen

    Ich fide es richtig gut, aber ...

    wenn der Firefox gestatet wird, öffnet sich auch dieses Downloadfenster.

    Finde ich jetzt nicht wirklich so dolle.

    Könnte jemand das Script so überarbeiten, dass das Fenster nur beim betädigen des Buttons geöffnet wird?

    Bitte.

    So grob habe ich ja eine Vorstellung was gemacht werden müsste, aber ...

    mir fehlt halt das wissen.

  • Bibliotheksfenster

    • Mira_Belle
    • 6. Dezember 2022 um 23:59
    Zitat von harff182

    loxxe :

    Dieses Script könnte Dir helfen:

    JavaScript
    //  Downloadbutton.uc.js
    //    Fenster automatisch auf...
    //    https://www.camp-firefox.de/forum/thema/134677 + aborix in #18
    //
    //    ...
    })();

    Es gibt eine aktuellere Version!

    Beitrag

    RE: Separates Downloads-Fenster?

    […]

    Teste:

    (Quelltext, 36 Zeilen)

    aborix
    9. Mai 2022 um 22:49
    Zitat von DenalB

    Was genau macht das Skript? Wie sieht das dann aus? Bin mit der aktuellen Anzeige der Downloads auch nicht so zufrieden.

    Es erzeugt einen Button

    und

    es öffnet sich ein separates Downloadfenter, welches in der Größe komplett anpassbar ist.

    Apropos Downloadbutton.uc.js,

    kann jemand dies Script so überarbeiten, dass das Downloadfenster nur beim Betätigen des Buttons geöffnet wird?

  • Firefox Tabs nicht wiederherstellbar

    • Mira_Belle
    • 2. Dezember 2022 um 14:23

    Eventuell hilft Dir das Add-on MySessions weiter.

  • Quicklink-Button

    • Mira_Belle
    • 29. November 2022 um 21:02
    Zitat von BrokenHeart

    Du hattest in deinem Skript aus #1 zwei unterschiedliche IDs verwendet:

    Autsch, das tut ja schon fast weh.

    Ok, Danke.

  • Quicklink-Button

    • Mira_Belle
    • 29. November 2022 um 15:44

    Interresantes neues Script, werde ich auf jeden Fall mal ausprobieren.

    Und ein Dickes Lob an Dich, BrokenHeart.

    Ich würde gerne noch einmal auf eine Frage zurückkommen, die ich hier #18

    schon einmal stellte.

    Warum funktioniert "mein" Script nicht?

    Es geht um Zeile 14.

  • Quicklink-Button

    • Mira_Belle
    • 25. November 2022 um 15:06
    Zitat von 2002Andreas
    Zitat von 2002Andreas

    dann wird der erste Tab mit dem ersten Link im Skript überschrieben.

    Das dürfte dann aber auch nur im neuen Fenster passieren, und nicht wenn ich in meinem Hauptfenster auf das Icon klicke, denn dann würde es mir ja auch meine Startseite/Forum überschreiben.

    Aber wie schon gesagt, ich brauche es nicht, da ich nie mit einem weiteren Fenster arbeite. ;)

    Habe ich auch gerade gemerkt.

    Sorry.

  • Quicklink-Button

    • Mira_Belle
    • 25. November 2022 um 15:01

    Vielleicht so?

    JavaScript
    function onClick(event) 
        {
                event.target.ownerGlobal.openTrustedLinkIn('https://www.tagesschau.de/',"current");
                event.target.ownerGlobal.openTrustedLinkIn('https://www.zdf.de/nachrichten/',"tab");
                event.target.ownerGlobal.openTrustedLinkIn('https://www.hessenschau.de/',"tab");
                event.target.ownerGlobal.openTrustedLinkIn('https://www.hr3.de/',"tab");
        }    
  • Quicklink-Button

    • Mira_Belle
    • 25. November 2022 um 14:42
    Zitat von BrokenHeart
    Zitat von Mira_Belle

    Aber wenn es eine korrigierte Version dieses Scriptes geben sollte, ....

    Es wäre universeller.

    Bitte testen:

    JavaScript
    (function() { ...
    
    }) ();

    Wow, ich möchte jetzt nicht übergriffig werden, aber Du bist ein Schatz.

    Danke.

    Nachtrag.

    Zitat von harff182

    :saint: Ich weis, ich bin eine Nervensäge:

    In einem neuen Fenster gibts ja ein leeres Tab. Das könnte man verschwinden lassen/mitbenutzen.

    Kommt ganz darauf an, wie ich die zweite Instanz starte.

    Wird ein zweites Fenster aus dem Ersten gestartet, öffnet sich nur die Seite, die im zweiten Fenster sich auch öffnen sollte.

    Wird ein zweites Fenster durch nochmaliges Starten des Firefox geöffnet, öffnet sich natürlich die Startseite.

  • Quicklink-Button

    • Mira_Belle
    • 25. November 2022 um 12:48
    Zitat von harff182

    Ich hab grade nochmal etwas rumgetestet und folgendes festgestellt:

    Wenn ich ein 2. FF-Fenster öffne und dort den Button klicke, werden die Tabs im ersten Fenster geöffnet.

    Kann das jemand von Euch mal gegenchecken?

    ...

    Gerade gegengeprüft, yes ist so!

    Da ich aber meist nur mit einem Fenster arbeite, stört es mich jetzt nicht so.

    Aber wenn es eine korrigierte Version dieses Scriptes geben sollte, ....

    Es wäre universeller.

    Nachtrag.

    openUILinkIn(url, where, params);

    "url" ist klar!

    "where" habe ich durch Ausprobieren herausgefunden,

    die "möglichen Einträge" stehen ja da.

    Nur was hat es mit "params" auf sich?

    Was soll/kann da angegeben werden?

    Sorry, mein Englisch ist in etwa genauso gut wie mein Chinesisch oder Hindu,

    bzw. meine Übersetzungstools versagen hier.

  • Quicklink-Button

    • Mira_Belle
    • 25. November 2022 um 10:17
    Zitat von BrokenHeart

    Bitte testen:

    Danke, jetzt geht es!

    Dass es irgendwie an diesem Eintrag lag, vermutete ich auch schon,

    aber warum kann man da nicht einen X-beliebigen nehmen?

    Z.B. id: 'link-button-coffee',

    Zitat von 2002Andreas

    Du meinst den Button?

    Funktioniert hier einwandfrei.

    Sorry 2002Andreas, ich hätte natürlich das Problem viel genauer beschreiben sollen :!:

    Ich habe zwei weitere Scripts laufen, ein Quicklink für das Board

    und ein Quicklink für about:about.

    Nun sind in beiden Scripts besagte id's.

    Einmal id: 'link-button-cf' und im Zweiten id: 'link-button-about'

    Je nachdem welchen von diesen zwei id's ich in meinem "Morning Coffee Script" ich nutzte

    hatte es den unschönen Effekt, dass beim Verschieben jenes Buttons, dieser plötzlich verschwand

    und eben der andere Button, an dessen Stelle verschoben wurde.

    Schnell wurde mir klar, dass es eben an dieser id, siehe im neuen Script von BrokenHeart Zeile 14,

    liegen müsste. Daraufhin änderte ich die id z.B. in 'link-button-mc', doch das Resultat war,

    der "Morning Coffee Button" verschwand.

    Jetzt ist das Problem gelöst.

    Danke noch einmal dafür.

    PS:

    Wenn Du das noch einmal Nachvollziehen möchtest, nimm das Script aus Beitrag #13

    und dieses hier =>

    JavaScript
    // JavaScript Document
    // QuickLinkButton-cf.uc.js
    (function() {
    
       if (location.href !== AppConstants.BROWSER_CHROME_URL) return;
       try {
          CustomizableUI.createWidget({
             id: 'link-button-cf',
             type: 'custom',
             defaultArea: CustomizableUI.AREA_NAVBAR,
             onBuild: function(aDocument) {         
                var toolbaritem = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton');
                var props = {
                   id: 'link-button-cf',
                   class: 'toolbarbutton-1 chromeclass-toolbar-additional',
                   removable: 'true',
                   label: 'Quicklink: camp-firefox.de/...',
                   accesskey: '',
                   tooltiptext: 'Quicklink:\nForum - camp-firefox.de',
                   style: 'list-style-image: url(data:image/x-icon;base64,AAABAAIAEBAAAAEAIABoBAAAJgAAACAgAAABACAAqBAAAI4EAAAoAAAAEAAAACAAAAABACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wT///9I////iv///6r6+f+qsKH/iOfi/0JsR/8EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFU/0b////Y////////////////Z0j//ywA//8sAP//LAD/3Eol/z4AAAAAAAAAAAAAAAAAAAAAAAAAAN/Z/2hBGf/89vT//////////////////6GN//8uAv//LAD//ywA//8/F//64t3/XAAAAAAAAAAAAAAAAP///0idif/8LAD//97W///////////////////+/v//knv//zcO//8sAP//LAD//6KP//r///86AAAAAP///wb////eZkb//ywA//+Jcf///////////////////////+Da//94XP//LAD//ywA//9sTv//////0v///wL///9S/////1k3//8sAP//LwT///Pw//////////////Xz//8yB///LAD//ywA//8sAP//YUD///////////9C////mP////96X///LAD//ywA///Dtv//i3P//2RE//+AZf//e1///ywA//8sAP//LAD//3le////////////iP///7r/////08r//y4D//8sAP//Tin//ywA//8sAP//LAD//zII//9FHv//LAD//ywA//+yov///////////6r///+6//////////+jkP//LAD//ywA//8sAP//LAD//ywA//9XNP//4tz//y8D//9BGv//9/X///////////+q////mv///////////////5B5//8sAP//LAD//ywA//8sAP//blD///////9jQv//v7L/////////////////iv///1b////////////////+/v//eV3//ywA//8sAP//LAD//6eV////////6ub//////////////////////0j///8I////5P////////////////j3//9JI///LAD//0gh///29P///////////////////////////9j///8EAAAAAP///1L/////////////////////Z0j//z8Y///b0/////////////////////////////z///9EAAAAAAAAAAAAAAAA////eP//////////8e7//5+L///v7P////////////////////////////z///9oAAAAAAAAAAAAAAAAAAAAAAAAAAD///9S////5P///////////////////////////////////97///9IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wj///9W////mv///7r///+6////mP///1L///8GAAAAAAAAAAAAAAAAAAAAAPw/AADwDwAA4AcAAMADAACAAQAAgAEAAAAAAAAAAAAAAAAAAAAAAACAAQAAgAEAAMADAADgBwAA8A8AAPw/AAAoAAAAIAAAAEAAAAABACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////Bv///y7///9O////Xv///1z///9M////KP///wQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8M////Yv///7j////2//////////////////////Pw//+qmf//qZj/8N3W/678/P9WbEf/DAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACYgv8M////dv///+z////////////////////////////////b1P//Rh///ywA//8sAP//KwD//y4B//8rAP/wLAD/gCUA/wgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzMH/MFs6/9r//////////////////////////////////////////1Et//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//Ngz/ztHH/yIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///1J3Wv/2NQz///79////////////////////////////////////////WDX//z0U//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//fWL/7P///zwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9Uy8D/+iwA//8tAf//3tf////////////////////////////////////////29P//+fj//zUL//8sAP//LAD//ywA//8sAP//LAD//ywA//8tAv//1Mz/9P///zwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////Nv////ZlRf//LAD//y0B///Rxv/////////////////////////////////////////////+/v//XDr//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//9wU///////7P///yIAAAAAAAAAAAAAAAAAAAAAAAAAAP///wz////c6OP//y0B//8sAP//LAD//6iW///////////////////////////////////////////////////9/f//wrb//1o4//8sAP//LAD//ywA//8sAP//LAD//zAF///x7v//////xP///wQAAAAAAAAAAAAAAAAAAAAA////hP////+woP//LAD//ywA//8sAP//Tir///38////////////////////////////////////////////////////////8vD//zYM//8sAP//LAD//ywA//8sAP//LAD//72w////////////ZAAAAAAAAAAAAAAAAP///xT////0/////5B5//8sAP//LAD//ywA//8sAP//rp3/////////////////////////////////////////////29P//6qY//+IcP//MQb//ywA//8sAP//LAD//ywA//8sAP//nIf////////////i////BgAAAAAAAAAA////dv//////////g2j//ywA//8sAP//LAD//ywA//85EP//9vP//////////////////////////////////+Lc//8xBv//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//+Se/////////////////9WAAAAAAAAAAD////O//////////+Lc///LAD//ywA//8sAP//LAD//ywA///Z0f//////////////////////////////////9PL//0AY//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//5qF/////////////////64AAAAA////Fv///////////////6ua//8sAP//LAD//ywA//8sAP//LAD//62c////////7uv//6OQ//+sm///jHT//5eC///8+///zcP//zkQ//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//s6T/////////////////8P///wT///9I////////////////5uD//y0B//8sAP//LAD//ywA//8sAP//YED///////9uUP//LAD//ywA//8sAP//LAD//0AZ//9+Y///Z0j//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA///b0///////////////////////KP///2z/////////////////////blD//ywA//8sAP//LAD//ywA//8sAP//saD//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//QRr///79//////////////////////9M////fP/////////////////////i3P//Ngz//ywA//8sAP//LAD//ywA//8vBP//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//0Yg//+MdP//LwT//ywA//8sAP//LAD//ywA//+Jcf///////////////////////////1z///9+//////////////////////////+7rf//LQL//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//fGD///////+Xgf//LAD//ywA//8sAP//LgP//+Ha////////////////////////////Xv///27///////////////////////////////+lk///LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//+Jcf////////Ty//83Dv//LAD//ywA//9/Zf////////////////////////////////9O////Tv////////////////////////////////////+Xgv//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//5+L/////////////3ld//8sAP//QRr///Ds/////////////////////////////////y7///8e//////////////////////////////////////7+//9/Zf//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//ywA//8sAP//xLj/////////////tab//zII///Pxf/////////////////////////////////2////BgAAAAD////Y//////////////////////////////////////z7//9rTf//LAD//ywA//8sAP//LAD//ywA//8sAP//LAD//zMI///18//////////////o4///xLf//////////////////////////////////////7gAAAAAAAAAAP///4L///////////////////////////////////////////b0//9WNP//LAD//ywA//8sAP//LAD//ywA//8sAP//d1v/////////////////////////////////////////////////////////////////YgAAAAAAAAAA////Hv////r//////////////////////////////////////////+Xf//83Dv//LAD//ywA//8sAP//LAD//zAF///c1f///////////////////////////////////////////////////////////+z///8MAAAAAAAAAAAAAAAA////lv///////////////////////////////////////////////5R+//8sAP//LAD//ywA//8sAP//l4L/////////////////////////////////////////////////////////////////dgAAAAAAAAAAAAAAAAAAAAD///8U////6P//////////////////////////////////////////u67//ywA//8sAP//LAD//3NX///9/f///////////////////////////////////////////////////////////9T///8IAAAAAAAAAAAAAAAAAAAAAAAAAAD///9K/////P////////////////////////////////////+Kcv//LAD//ysA//97YP//+/r////////////////////////////////////////////////////////////2////MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9u////////////////////////////////7Oj//zkR//9ePf//wbT///7+////////////////////////////////////////////////////////////+v///1IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9u/////P/////////////////////Z0v//5uH///////////////////////////////////////////////////////////////////////b///9UAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///9K////6P/////////////////////////////////////////////////////////////////////////////////////////c////NgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8U////lv////r////////////////////////////////////////////////////////////////////0////hP///wwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////Hv///4L////Y///////////////////////////////////////////////O////dv///xQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8e////Tv///27///9+////fP///2z///9I////FgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//////4Af//4AA//4AAH/8AAA/+AAAH/AAAA/gAAAHwAAAB8AAAAPAAAADgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAGAAAABgAAAAYAAAAPAAAADwAAAB+AAAAfwAAAP+AAAH/wAAD/+AAB//wAA///AB///////)',
                   onclick: "openTrustedLinkIn('https://www.camp-firefox.de/forum/', 'tab')"  
                };            
                for (var p in props)
                   toolbaritem.setAttribute(p, props[p]);            
                return toolbaritem; 
             }      
          });
       } catch(e) { };
    }) ();
    Alles anzeigen
  • Quicklink-Button

    • Mira_Belle
    • 24. November 2022 um 23:26
    Zitat von harff182

    ...

    Vielleicht kann Mira_Belle ja damit was anfangen.

    Ich nutze lieber meine angehefteten Tabs und den Weg über Ordner...

    Klasse!

    Fast perfekt! Es funktioniert einwandfrei :!:

    Ich kann's nur nicht verschieben. :/

Unterstütze uns!

Jährlich (2026)

69,4 %

69,4% (538,17 von 775 EUR)

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