Notizie: scarica ora l'ultima versione disponibile di SeaMonkey!

Autore Topic: Personalizzare l'interfaccia di Firefox 86 (userChrome.css)  (Letto 2402 volte)

0 Utenti e 1 Visitatore stanno visualizzando questo topic.

Offline Schwanz

  • Post: 1439
su facebook avevo il problema dello script static, derivava dall'electrolysis e dall'autostart e così ora lo script non si presenta più, quindi ho impostato questi valori, però quando apro facebook, ho notato che ci mette molto a caricarsi in quell'area per poter usare la chat messenger, mi chiedo quale sia il parametro in about:config per velocizzarlo? mettendo true il browser.tabs.remote.autostart2, mi compare a volte l'avviso in cui mi dice che la pagina è lenta e devo scegliere se bloccare o attendere, impostando a false, se clicco su un contatto dalla finestra della chat, non mi apre la finestra privata, ma apre il messenger in nuova scheda. grazie

Codice: [Seleziona]
browser.tabs.remote.autostart.2  true
browser.tabs.remote.autostart  false

extensions.e10s.rollout.hasAddon  false
extensions.e10sBlockedByAddons  false
extensions.e10sBlocksEnabling  false
extensions.e10sMultiBlockedByAddons  true
extensions.e10sMultiBlocksEnabling  false

network.http.pipelining  false
network.http.pipelining.aggressive  false
network.http.pipelining.firstrequest false
network.http.pipelining.maxrequest  8
network.http.pipelining.ssl  false
network.http.proxy.pipelining  false

extensions.e10s.rollout.blocklist devo mettere false o true, o lo rimuovo?

quando apro il browser con la pagina principale di libero, la pagina ci mette tantissimo a caricarsi, anche in questo caso cerco un parametro per velocizzarlo.

« Ultima modifica: 27 Marzo 2021 15:39:28 da Iceberg »

Offline Schwanz

  • Post: 1439
Re:velocizzare apertura chat di facebook
« Risposta #1 il: 24 Marzo 2021 10:41:43 »
qualcuno di voi ha facebook e riscontra quel problema di caricamento della pagina?

Offline Underpass

  • I've got fabric to sell
  • Amministratore
  • Post: 24618
    • Mozilla Italia
Re:velocizzare apertura chat di facebook
« Risposta #2 il: 24 Marzo 2021 10:57:30 »
Ciao, immagino che i siti web siano ottimizzati per le versioni recenti dei browser. Firefox 56 è uscito, se non sbaglio, nel 2017 e credo che non se ne possa trarre più di quanto tu non abbia già fatto.

Offline Schwanz

  • Post: 1439
Re:velocizzare apertura chat di facebook
« Risposta #3 il: 24 Marzo 2021 11:29:49 »
si lo so, ma il problema è che non mi piace graficamente la barra degli strumenti dalla versione 57 in poi, se funzionava classic theme restorer per le succesive versioni lo avrei usato

Offline Underpass

  • I've got fabric to sell
  • Amministratore
  • Post: 24618
    • Mozilla Italia
Re:velocizzare apertura chat di facebook
« Risposta #4 il: 24 Marzo 2021 11:31:05 »
Capisco ma non è facile che qualcuno di noi possa replicare la tua stessa configurazione. E' come se ci chiedessi di dare supporto su Windows XP.

Offline Schwanz

  • Post: 1439
Re:velocizzare apertura chat di facebook
« Risposta #5 il: 24 Marzo 2021 11:37:19 »
bisogna andare qui per avere il classic theme restorer che l'ho già provato, ma ci vuole troppo a fare queste procedure perchè l'autore lo cambia spesso, e quindi è inutile, e poi è un file zip e non una installazione in formato xpi.

https://github.com/Aris-t2/CustomCSSforFx/

Offline Underpass

  • I've got fabric to sell
  • Amministratore
  • Post: 24618
    • Mozilla Italia
Re:velocizzare apertura chat di facebook
« Risposta #6 il: 24 Marzo 2021 11:46:06 »
Mi dispiace ma non credo che il tuo problema sia risolvibile facilmente in Firefox 56.

Una cosa è venire incontro a esigenze specifiche per utenti che hanno una versione vecchia di qualche mese, un'altra è voler cambiare il comportamento di un browser totalmente obsoleto.

Chiuderò tra breve il thread. Io ti consiglio di usare una versione aggiornata di Firefox.

Offline Iceberg

  • Moderatore
  • Post: 9022
Re:velocizzare apertura chat di facebook
« Risposta #7 il: 24 Marzo 2021 13:32:32 »
Con questi codici puoi ottenere un buon risultato, quasi quello desiderato:
https://github.com/Aris-t2/CustomCSSforFx/

I contro sono, va impostato andando a esperienza e a caso, gli aggiornamenti richiedono la pazienza di Giobbe. Una soluzione sono gli aggiornamenti del canguro, passi da Firefox 66 a 76 poi 84 poi 98... O meglio ancora le versioni ESR.
Per molte funzioni è necessaria una versione recente.

Offline Schwanz

  • Post: 1439
Re:velocizzare apertura chat di facebook
« Risposta #8 il: 24 Marzo 2021 14:12:18 »
si l'avevo fatto queste cose qualche tempo fa utilizzando la versione 57 portable e comunque c'è un grosso problema che non ha la funzione di salvare le schede alla chiusura del browser browser.showQuitWarning.

poi non riconosce gli stili dei codici di stylish dato che vuole la versione recente e non quella di Stylish 2.1.1

se metto questa lista in stylish 3.1.8 mi dà tutti gli errori con il simbolo di un triangolino giallo con punto esclamativo
Codice: [Seleziona]
/*  RIMOZIONE BARRA IRREMOVIBILE DI SCHEDE IN BASSO */
#addon-bar { display: none !important; }

/* RIMOZIONE EFFETTO OMBRA DELLE SCHEDE */
#TabsToolbar {
 -moz-appearance: none !important;
  box-shadow: none !important; }

/* PERSONALIZZA TEMA FIREFOX 3 THEME SU DEFAULT */
#toolbar-menubar {
 -moz-appearance: none !important;
  box-shadow: none !important;
  min-height: 26px !important;
  max-height: 26px !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important; 
  background: #dbd4ce !important; }

#nav-bar {
  box-shadow: none !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: rgb(255, 255, 255) !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important;
  margin-top: 0px !important;
  min-height: 43px !important;
  max-height: 43px !important;
  background: #dbd4ce !important; }

#PersonalToolbar {
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: rgb(255, 255, 255) !important;     
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important;   
  border-bottom-style: solid !important;
  min-height: 19px !important;
  max-height: 19px !important;
  background: #dbd4ce !important; }

#ctraddon_extra-bar {
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: rgb(255, 255, 255) !important;     
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important;   
  border-bottom-style: solid !important;
  min-height: 19px !important;
  max-height: 19px !important;
  background: #D6CFC9 !important; }
#ctraddon_addon-bar{
 -moz-appearance: none !important;
  background: #dbd4ce !important; }

#TabsToolbar {
  box-shadow: none !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: rgb(255, 255, 255) !important;
  padding-top: 2px !important;
  background: #dbd4ce !important; }



/* RIMOZIONE TASTI NEL MENU' CONTESTUALE */
#context-navigation,
#context-sep-navigation {
  display:none !important;
}

/* PULSANTE STOP X IN GRIGIO */
#ctraddon_stop-button[disabled]{
   filter: grayscale(100%) !important;
}

/* GREEN THROBBER */
.tab-throbber {
   filter: hue-rotate(980deg);
}

#ctraddon_addon-bar{
 -moz-appearance: none !important;
  background: #D6CFC9 !important; }

/* RIMOZIONE GRASSETTO MOZILLA FOUNDATION (US) */
/* AGENT_SHEET */
#nav-bar #nav-bar-customization-target #urlbar-container #urlbar-wrapper #urlbar[pageproxystate="valid"] .verifiedIdentity {
  font-weight: normal !important; }

/* ANNULLA L'OPACITA' DELL'ICONA INDENTIFICATIVA DEL SITO (SUPERSTART) */
#identity-icon {
  opacity: 1.0 !important; }


/*ICONA "I" SULLE SCHEDE */
.tabbrowser-tab:not([pinned]) .tab-icon-image:not([src]) {
       display:inline !important;
     }
     #main-window[fx45plus="true"] .tabbrowser-tab[pinned]
.tab-icon-image:not([src]),
     #main-window[fx45plus="true"] .tabbrowser-tab:not([pinned])
.tab-icon-image:not([src]) {
     list-style-image:
url(chrome://browser/skin/identity-icon.svg#normal) !important;
     }
     .tabbrowser-tab:not([pinned])[busy] .tab-throbber +
.tab-icon-image:not([src]) {
       display:none !important;
     }

/* SELEZIONE IN BLU CHIARO DI ABOUT:ADDONS */
/* AGENT_SHEET */
#addons-page .main-content .addon[selected="true"]{
background: rgba(148, 172, 204, 0.39) !important;
color: black !important;
}
#addons-page hbox #categories .category:not([selected]):not(:hover),
#addons-page hbox #categories .category:not([selected]):hover{
   -moz-appearance: none !important;
   background-color: transparent !important;
   color: black !important;
}

/* BORDO LATO DESTRO BARRA SEGNALIBRI (SIDEBAR) */
.sidebar-splitter {
    min-width: 10px !important;
}

/* COLORE DI SFONDO DELLA BARRA LATERALE DEI SEGNALIBRI E DELLA CRONOLOGIA */
#sidebar-header,
#sidebar-search-container,
#bookmarks-view,
#historyTree  {
 -moz-appearance: none !important;
 background: #FFFFFF   !important; }

/* EFFETTO AL PASSAGGIO DEL MOUSE SULLE SCHEDE NON ATTIVE */
.tabbrowser-tab:not([selected="true"]):hover {
   -moz-appearance: none !important;
    background: #DCDCDC !important; }

/* CAMBIA IL COLORE DELLA SCHEDA ATTIVA */
.tabbrowser-tab[selected="true"] {
   -moz-appearance: none !important;
    background: #EBE9E5 !important;
    color: #000000 !important;
    border: none !important; }


/* BARRA STRUMENTI COLORE ORIGINALE */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#navigator-toolbox {
  background-color: rgb(214, 207, 201) !important;
  background-image: linear-gradient(to top, rgba(10, 31, 51, 0.35) 2px, rgba(0, 0, 0, 0.05) 2px, transparent 50%) !important;
}
.menubar-text,
#toolbar-menubar .toolbarbutton-text,
.tabbrowser-tab .tab-label {
  color: black !important;
}
#main-menubar menu:hover .menubar-text {
  color: white !important;
}

/* COLORE LISTA MENU' */
#toolbar-menubar, #menubar-items, #main-menubar {
 background-color:#D6CFC9 !important;
 color: black !important;
}

/* COLORE CARTELLE CRONOLOGIA */
.bookmark-item[container], treechildren::-moz-tree-image(container) {
  fill: #1560BD !important;
}

comunque in firefox 56.2.0, l'unico problema è facebook.
« Ultima modifica: 24 Marzo 2021 14:41:56 da Schwanz »

Offline Schwanz

  • Post: 1439
Re:velocizzare apertura chat di facebook
« Risposta #9 il: 24 Marzo 2021 17:36:09 »
questa è la barra degli strumenti di firefox 87 portable usando il tema predefinito, vorrei cambiare lo stile dei pulsanti, poi visto che non c'è la barra dei componenti aggiuntivi in basso, se sposto l'icona di un'estensione nella barra dei segnalibri, l'icona è mezza nascosta, vorrei raddrizzarlo, e vorrei spostare le schede in basso cioè sotto la barra indirizzo.

« Ultima modifica: 24 Marzo 2021 17:38:27 da Schwanz »

Offline Schwanz

  • Post: 1439
Re:velocizzare apertura chat di facebook
« Risposta #10 il: 24 Marzo 2021 18:45:52 »
sono riuscito a creare la barra strumenti come piace a me, ma c'è un problema che quando passo all'altra scheda, la barra indirizzo diventa molto alto, dove devo correggere da questo codice? manca ancora da sistemare la posizione dell'icona di estensione.



Codice: [Seleziona]
/* PERSONALIZZA TEMA FIREFOX 3 THEME SU DEFAULT */
#toolbar-menubar {
 -moz-appearance: none !important;
  box-shadow: none !important;
  min-height: 26px !important;
  max-height: 26px !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important; 
  background: #dbd4ce !important; }

#nav-bar {
  box-shadow: none !important;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: rgb(255, 255, 255) !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important;
  margin-top: 0px !important;
  min-height: 43px !important;
  max-height: 43px !important;
  background: #dbd4ce !important; }

#PersonalToolbar {
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: rgb(255, 255, 255) !important;     
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important;   
  border-bottom-style: solid !important;
  min-height: 19px !important;
  max-height: 19px !important;
  background: #dbd4ce !important; }


/* RIMOZIONE TASTI NEL MENU' CONTESTUALE */
#context-navigation,
#context-sep-navigation {
  display:none !important;
}

/* PULSANTE STOP X IN GRIGIO */
#ctraddon_stop-button[disabled]{
   filter: grayscale(100%) !important;
}

/* GREEN THROBBER */
.tab-throbber {
   filter: hue-rotate(980deg);
}

#ctraddon_addon-bar{
 -moz-appearance: none !important;
  background: #D6CFC9 !important; }

/* RIMOZIONE GRASSETTO MOZILLA FOUNDATION (US) */
/* AGENT_SHEET */
#nav-bar #nav-bar-customization-target #urlbar-container #urlbar-wrapper #urlbar[pageproxystate="valid"] .verifiedIdentity {
  font-weight: normal !important; }

/* ANNULLA L'OPACITA' DELL'ICONA INDENTIFICATIVA DEL SITO (SUPERSTART) */
#identity-icon {
  opacity: 1.0 !important; }


/*ICONA "I" SULLE SCHEDE */
.tabbrowser-tab:not([pinned]) .tab-icon-image:not([src]) {
       display:inline !important;
     }
     #main-window[fx45plus="true"] .tabbrowser-tab[pinned]
.tab-icon-image:not([src]),
     #main-window[fx45plus="true"] .tabbrowser-tab:not([pinned])
.tab-icon-image:not([src]) {
     list-style-image:
url(chrome://browser/skin/identity-icon.svg#normal) !important;
     }
     .tabbrowser-tab:not([pinned])[busy] .tab-throbber +
.tab-icon-image:not([src]) {
       display:none !important;
     }

/* SELEZIONE IN BLU CHIARO DI ABOUT:ADDONS */
/* AGENT_SHEET */
#addons-page .main-content .addon[selected="true"]{
background: rgba(148, 172, 204, 0.39) !important;
color: black !important;
}
#addons-page hbox #categories .category:not([selected]):not(:hover),
#addons-page hbox #categories .category:not([selected]):hover{
   -moz-appearance: none !important;
   background-color: transparent !important;
   color: black !important;
}

/* BORDO LATO DESTRO BARRA SEGNALIBRI (SIDEBAR) */
.sidebar-splitter {
    min-width: 10px !important;
}

/* COLORE DI SFONDO DELLA BARRA LATERALE DEI SEGNALIBRI E DELLA CRONOLOGIA */
#sidebar-header,
#sidebar-search-container,
#bookmarks-view,
#historyTree  {
 -moz-appearance: none !important;
 background: #FFFFFF   !important; }

/* EFFETTO AL PASSAGGIO DEL MOUSE SULLE SCHEDE NON ATTIVE */
.tabbrowser-tab:not([selected="true"]):hover {
   -moz-appearance: none !important;
    background: #DCDCDC !important; }

/* CAMBIA IL COLORE DELLA SCHEDA ATTIVA */
.tabbrowser-tab[selected="true"] {
   -moz-appearance: none !important;
    background: #EBE9E5 !important;
    color: #000000 !important;
    border: none !important; }


/* BARRA STRUMENTI COLORE ORIGINALE */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#navigator-toolbox {
  background-color: rgb(214, 207, 201) !important;
  background-image: linear-gradient(to top, rgba(10, 31, 51, 0.35) 2px, rgba(0, 0, 0, 0.05) 2px, transparent 50%) !important;
}
.menubar-text,
#toolbar-menubar .toolbarbutton-text,
.tabbrowser-tab .tab-label {
  color: black !important;
}
#main-menubar menu:hover .menubar-text {
  color: white !important;
}

/* COLORE LISTA MENU' */
#toolbar-menubar, #menubar-items, #main-menubar {
 background-color:#D6CFC9 !important;
 color: black !important;
}

/* COLORE CARTELLE CRONOLOGIA */
.bookmark-item[container], treechildren::-moz-tree-image(container) {
  fill: #1560BD !important;
}



/* TABS: bottom - Firefox 65 and newer; should for now work again with XUL @namespace */

#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
}

#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

#tabbrowser-tabs {
  width: 100vw !important;
}

*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
}

/* position Tab bar with Menu bar and Title bar hidden for Firefox 65-73 - omit in Firefox 74 (Nightly) */
*|*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"])
 #toolbar-menubar[autohide="true"] ~ #xTabsToolbar{
  bottom: var(--tab-min-height) !important;
  padding-top: calc(var(--tab-min-height) - 20px) !important; /*adjust*/
}



#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important; /*adjust*/
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*omit*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}

è questa la mia barra strumenti che uso da sempre in firefox 56.2.0, quindi manca il pulsante stop, rimuovere il pulsante apri menu (quella con tre linee), e vorrei i tasti cronologia e segnalibri separati oltre a cambiare lo stile dei pulsanti che era di Firefox 3 theme for Firefox 4+
« Ultima modifica: 24 Marzo 2021 19:06:05 da Schwanz »

Offline Iceberg

  • Moderatore
  • Post: 9022
Re:velocizzare apertura chat di facebook
« Risposta #11 il: 24 Marzo 2021 18:51:34 »
La parte semplice.
Codice: [Seleziona]
/* Sposta in basso la barra delle schede e non la visualizza con una sola scheda aperta */
:root #tabbrowser-tabs {
  --tab-min-height: 0px !important; }

#tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
  min-height: 0 !important; }
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] {
  visibility: collapse !important; }
#tabbrowser-tabs .tabs-newtab-button {
  visibility: collapse !important; }
#tabbrowser-tabs tab {
  min-height: var(--tab-min-height) !important; }

#titlebar {
  -moz-box-ordinal-group: 100 !important; }
#main-window[tabsintitlebar][sizemode="maximized"] * #titlebar {
  margin-top: -8px !important; }
#main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #nav-bar {
  margin-top: 26px !important; }
#main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav-bar {
  margin-top: 26px !important; }
#main-window[tabsintitlebar] #navigator-toolbox,
#main-window[tabsintitlebar] #nav-bar {
  -moz-window-dragging: drag !important; }
#toolbar-menubar {
  position: fixed !important;
  display: block !important;
  width: 100vw !important;
 -moz-window-dragging: drag !important; }
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
  position: fixed !important;
  display: block !important;
  right: 0 !important;
  visibility: visible !important; }
#toolbar-menubar {
  top: 0px !important; }
/* Linux/macOS; space above navigation toolbar (OS titlebar); set to '0' if no menubar is used */
#main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
  margin-top: 28px !important; }

Tramite i trucchi di Aris potresti spostare in basso (giù, sotto) la barra dei segnalibri e utilizzarla come barra dei componenti aggiuntivi. Oppure nel tuo codice prova ad aumentare i pixel min-height e max-height della personal toolbar.

Offline Schwanz

  • Post: 1439
Re:velocizzare apertura chat di facebook
« Risposta #12 il: 24 Marzo 2021 19:11:41 »
ora si funziona la scheda in basso, però la vorrei visualizzata all'apertura di firefox

Offline Iceberg

  • Moderatore
  • Post: 9022
Re:velocizzare apertura chat di facebook
« Risposta #13 il: 24 Marzo 2021 19:28:38 »
Vuoi visualizzare la barra delle schede anche con una sola scheda aperta?
Prova togliendo la prima parte del precedente codice.

Codice: [Seleziona]
/* Sposta in basso la barra delle schede */
#titlebar {
  -moz-box-ordinal-group: 100 !important; }
#main-window[tabsintitlebar][sizemode="maximized"] * #titlebar {
  margin-top: -8px !important; }
#main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #nav-bar {
  margin-top: 26px !important; }
#main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav-bar {
  margin-top: 26px !important; }
#main-window[tabsintitlebar] #navigator-toolbox,
#main-window[tabsintitlebar] #nav-bar {
  -moz-window-dragging: drag !important; }
#toolbar-menubar {
  position: fixed !important;
  display: block !important;
  width: 100vw !important;
 -moz-window-dragging: drag !important; }
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
  position: fixed !important;
  display: block !important;
  right: 0 !important;
  visibility: visible !important; }
#toolbar-menubar {
  top: 0px !important; }
/* Linux/macOS; space above navigation toolbar (OS titlebar); set to '0' if no menubar is used */
#main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
  margin-top: 28px !important; }

Offline Schwanz

  • Post: 1439
Re:velocizzare apertura chat di facebook
« Risposta #14 il: 24 Marzo 2021 23:00:39 »
Ok ci siamo quasi, manca da togliere il mappamondino nella scheda quando avvio il browser dato che ho inserito il throbber e quindi si vede sia il cerchietto che il mappamondo affiancati. Mi chiedo se c'è un modo per separare i pulsanti della cronologia e di segnalibri? il motivo è che il pulsante di cronologia non è quella in cui si apre nella barra laterale come in firefox 56.2.0. Sono riuscito a rimuovere quello spessore di linea che sta nella parte inferiore della barra menù, e a cambiare il colore del blu troppo acceso quando clicco nel menù, così  si ottiene il colore di default di windows. Dovrei anche far comparire il pulsante in rosso della chiusura di scheda solo quella attiva e non trovo il codice. L'altezza ampia nella barra degli indirizzi è della ricerca e quindi vorrei diminuirla, oppure rimuovere completamente la ricerca che mi sovrappone alla barra degli indirizzi, dalle opzioni ho disattivato il suggerimenti di ricerca, ma ancora persiste, forse bisogna agire in about:config disattivando un parametro.

Codice: [Seleziona]
/* GREEN THROBBER */
/* Revert tab throbber - for Nightly 57 as of 9/20/2017 */
.tab-throbber[busy]::before {
  background-image: url("chrome://global/skin/icons/loading.png") !important;
  animation: unset !important;
}

con questo invece non va
Codice: [Seleziona]
/* GREEN THROBBER */
.tab-throbber {
   filter: hue-rotate(980deg);
}

questi i codici completo
Codice: [Seleziona]
/* PERSONALIZZA TEMA FIREFOX 3 THEME SU DEFAULT */
#toolbar-menubar {
 -moz-appearance: none !important;
  min-height: 26px !important;
  max-height: 26px !important;
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important; 
  background: #dbd4ce !important; }

#nav-bar {
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: rgb(255, 255, 255) !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important;
  margin-top: 0px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  background: #dbd4ce !important; }

#PersonalToolbar {
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: rgb(255, 255, 255) !important;     
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(153, 146, 143) !important;   
  min-height: 24px !important;
  max-height: 24px !important;
  background: #dbd4ce !important; }


/* RIMOZIONE TASTI NEL MENU' CONTESTUALE */
#context-navigation,
#context-sep-navigation {
  display:none !important;
}

/* PULSANTE STOP X IN GRIGIO */
#ctraddon_stop-button[disabled]{
   filter: grayscale(100%) !important;
}

/* GREEN THROBBER */
.tab-throbber {
   filter: hue-rotate(980deg);
}

#ctraddon_addon-bar{
 -moz-appearance: none !important;
  background: #D6CFC9 !important; }

/* RIMOZIONE GRASSETTO MOZILLA FOUNDATION (US) */
/* AGENT_SHEET */
#nav-bar #nav-bar-customization-target #urlbar-container #urlbar-wrapper #urlbar[pageproxystate="valid"] .verifiedIdentity {
  font-weight: normal !important; }

/* ANNULLA L'OPACITA' DELL'ICONA INDENTIFICATIVA DEL SITO (SUPERSTART) */
#identity-icon {
  opacity: 1.0 !important; }


/*ICONA "I" SULLE SCHEDE */
.tabbrowser-tab:not([pinned]) .tab-icon-image:not([src]) {
       display:inline !important;
     }
     #main-window[fx45plus="true"] .tabbrowser-tab[pinned]
.tab-icon-image:not([src]),
     #main-window[fx45plus="true"] .tabbrowser-tab:not([pinned])
.tab-icon-image:not([src]) {
     list-style-image:
url(chrome://browser/skin/identity-icon.svg#normal) !important;
     }
     .tabbrowser-tab:not([pinned])[busy] .tab-throbber +
.tab-icon-image:not([src]) {
       display:none !important;
     }

/* SELEZIONE IN BLU CHIARO DI ABOUT:ADDONS */
/* AGENT_SHEET */
#addons-page .main-content .addon[selected="true"]{
background: rgba(148, 172, 204, 0.39) !important;
color: black !important;
}
#addons-page hbox #categories .category:not([selected]):not(:hover),
#addons-page hbox #categories .category:not([selected]):hover{
   -moz-appearance: none !important;
   background-color: transparent !important;
   color: black !important;
}

/* BORDO LATO DESTRO BARRA SEGNALIBRI (SIDEBAR) */
.sidebar-splitter {
    min-width: 10px !important;
}

/* COLORE DI SFONDO DELLA BARRA LATERALE DEI SEGNALIBRI E DELLA CRONOLOGIA */
#sidebar-header,
#sidebar-search-container,
#bookmarks-view,
#historyTree  {
 -moz-appearance: none !important;
 background: #FFFFFF   !important; }

/* EFFETTO AL PASSAGGIO DEL MOUSE SULLE SCHEDE NON ATTIVE */
.tabbrowser-tab:not([selected="true"]):hover {
   -moz-appearance: none !important;
    background: #DCDCDC !important; }

/* CAMBIA IL COLORE DELLA SCHEDA ATTIVA */
.tabbrowser-tab[selected="true"] {
   -moz-appearance: none !important;
    background: #EBE9E5 !important;
    color: #000000 !important;
    border: none !important; }

/* COLORE CARTELLE CRONOLOGIA */
.bookmark-item[container], treechildren::-moz-tree-image(container) {
  fill: #1560BD !important;
}

/* BARRA DELLE SCHEDE IN BASSO */

#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
}

#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  padding-top: 2px !important;
  width: 100vw !important;
}

#tabbrowser-tabs {
  width: 100vw !important;
}

*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
}

#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important; /*adjust*/
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*omit*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* Sposta in basso la barra delle schede e non la visualizza con una sola scheda aperta */
:root #tabbrowser-tabs {
  padding-top: 2px !important;
  --tab-min-height: 0px !important; }

#toolbar-menubar {
  top: 0px !important; }
/* Linux/macOS; space above navigation toolbar (OS titlebar); set to '0' if no menubar is used */
#main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar {
  margin-top: 28px !important; }

#toolbar-menubar {
  position: fixed !important;
  display: block !important;
  width: 100vw !important;
  -moz-window-dragging: drag !important; }
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
  position: fixed !important;
  display: block !important;
  right: 0 !important;
  visibility: visible !important; }

/* RIMOZIONE PULSANTE "APRI MENU" */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#PanelUI-button { display:none!important; }

/* RIMOZIONE LINEA BLU CARICAMENTO SCHEDA */
#TabsToolbar .tabbrowser-tab[selected] .tab-line {
    display: none !important;
}

/* GREEN THROBBER */
/* Revert tab throbber - for Nightly 57 as of 9/20/2017 */
.tab-throbber[busy]::before {
  background-image: url("chrome://global/skin/icons/loading.png") !important;
  animation: unset !important;
}

 /* RIMOZIONE "AZIONE PER QUESTA PAGINA" */
#pageActionButton
{
  display: none !important;
}
/* Put refresh button "inside" address bar */
#pageActionSeparator
{
    margin-right:26px !important;
}



se io voglio installare tutte le estensioni che ho in firefox 56.2.0, mi chiedo quale versione massima del quantum dovrei usare per renderli compatibili?
Codice: [Seleziona]
- about:addons-memory 12
- Absolute Enable Right Click & Copy 1.3.8
- Add-on Compatibility Reporter 2.2.4
- Add-ons Manager Context Menu 0.4.2.1-signed.1-signed
- Bookmark Dupes 6.4 (Incompatibile)
- Bookmarks Folder Images 1.4.0
- Bookmarks Organizer 3.1.0 (Incompatibile)
- Bypass Paywalls Clean 2.1.3.0
- CacheViewer 0.8.6.3.1-let-fixed
- Cattura intere schermate di pagine web - FireShot 0.98.98 (Incompatibile)
- Chrome Store Foxified 3.4
- Classic Theme Restorer 1.7.8.2019.10.27
- Classic Toolbar Buttons 1.6.1
- Close All Tabs (Reloaded) 2.3.1.1-signed.1-signed
- CookieMan Context 2.4.1-signed.1-signed
- Copy As Plain Text 2.1.0
- Copy Tab Location 1.1.1-signed.1-signed
- Copy text with Alt-Click 2.0.2
- Default Bookmark Folder 3.1.0
- deskCut 0.6.0.3.1-signed.1-signed
- Downloads Context Menu 1.7
- Downloads Window 0.6.8
- DownThemAll! 3.0.8
- Dybutar 0.5.1.1-signed.1-signed
- Easy Copy 2.7.0
- Easy Youtube Video Downloader Express 16.9
- eCleaner 1.4.1-signed.1-let-fixed.1-signed
- Edit Bookmark Plus 2.3.2
- Element Hiding Helper per Adblock Plus 1.4
- Enhancer for YouTube™ 2.0.103.3 (Incompatibile)
- Exceptions Exporter 1.4.0
- ExportHTMLFolder 0.3.1-signed.1-signed
- Extension List Dumper 2 1.0.2
- FEBE 8.9.3.1
- Form History Control (II) 2.5.5.1 (Incompatibile)
- I don't care about cookies 3.2.9
- Incolla senza spazi 2.3
- Make Link 11.03.1-signed.1-signed (Incompatibile)
- Mp3fromYoutube 1.0.6
- Multiple Paste and Go Button 2.5.0
- Multiple Tab Handler 0.8.2017061501
- NextVid Stopper for YouTube 1.1.1-signed.1-signed
- Open Image In New Tab 1.1.1-signed.1-signed
- Open Link In Current 3.0.0
- Open Multiple URLs 1.5.0
- Password Exporter 1.3.4
- Paste to Tab and Go 0.9.1.1-signed.1-signed
- Plugins App-Dir Restorer 1.1.1-signed.1-signed
- Preferences Monitor 3.6.1.1-signed.1-let-fixed.1-signed
- ProfileSwitcher 1.7.7
- QuickFox Notes 2.8.6
- Save Images 1.3.0
- selectivecookiedelete 4.1.1-signed.1-signed
- Show Parent Folder 2.1.1
- Status-4-Evar 2017.08.20.15
- Stylish 2.1.1
- Super Start 7.4.0.1-signed
- uBlock Origin 1.34.0 (Incompatibile)
- Unicode Emoji 0.5.0
- Url Shortener 1.2.5
- YouTube Download 4.5
« Ultima modifica: 25 Marzo 2021 02:01:35 da Schwanz »

0 Utenti e 1 Visitatore stanno visualizzando questo topic.