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

Beiträge von pascallo

  • Wie lade ich eine Video mit dem Videodownloadhelper herunter?

    • pascallo
    • 16. Januar 2018 um 16:12
    Zitat von foxtrott_12


    Halllo, auf meinem Laptop (Windows10) ist der Firefox 57.0.4 installiert. Wenn ich nun ein Video von der Zdf Mediathek mit dem VDH herunterladen will, erhalte ich folgendes Bild
    Da ich es schon mehrmals versucht habe, sind vom selben Film (der Mann ohne Schatten) sind mehrere Teildateien zu sehen, doch keine Datei hat die volle Filmlänge. Aiußerdem zeigt mir Netspeedmonitor keinen Download an.

    Geht es dir nur darum, dass du den Download mit dem Tool hinbekommst oder soll der Film dringend auf Platte?

    Ich lade von den Mediatheken der öffentlich-rechtlichen immer mit diesem Programm: MediathekView


    [attachment=0]Image 2.jpg[/attachment]

    Bilder

    • Image 2.jpg
      • 414,83 kB
      • 1.366 × 768
  • Farbe des Scrollbalkens ändern

    • pascallo
    • 16. Januar 2018 um 15:58
    Zitat von AngelOfDarkness


    Und ja... Ich mag pink und schwarz *lol* ;)

    Na dann....wäre nix für meine zarten Männeraugen. :mrgreen:
    Hab aber doch noch mal ne Frage an dich: Wie hast du denn die Uhr und die Funktionsleiste rechts an der Seite hin bekommen?

    Per Skript oder Erweiterung?

  • Farbe des Scrollbalkens ändern

    • pascallo
    • 16. Januar 2018 um 13:42
    Zitat von AngelOfDarkness


    Wenn man (frau ;) ) es gerne mal nicht verspielt und einfach nur spartanisch mag, dann sieht es mit folgendem Code:

    so aus, wobei ich die Hex-Farbwerte bevorzuge für meine Farbauswahl:

    Da schmerzen mir die Augen... :shock::wink::lol:

  • Farbe des Scrollbalkens ändern

    • pascallo
    • 15. Januar 2018 um 15:28
    Zitat von black10


    Das "Scroll-Ende" gefällt mir jetzt mit den blauen Pfeilspitzen deutlich besser als vorher. Wenn jetzt der Scrollbalken noch genauso (dunkel)Blau wäre wie im Skript vorher... :oops:

    Dann schau mal bitte auf diese Seite https://www.webpagefx.com/web-design/color-picker/ und poste die Farben im Hex-Code, die du gerne hättest....für Hintergrund, Laufleiste, Pfeilspitzen und Maus darüber...ich passe das Script dann an.

    Bilder

    • Aufnahme1.jpg
      • 51,71 kB
      • 742 × 456
  • Firefox beim Schließen des letzten Tabs geöffnet lassen?

    • pascallo
    • 15. Januar 2018 um 10:51
    Zitat von 2002Andreas


    Teste bitte:

    Ging ja schnell.
    Erfolgreich getestet...Klappt so, wie ich es wollte....

    Danke :klasse:

  • Firefox beim Schließen des letzten Tabs geöffnet lassen?

    • pascallo
    • 15. Januar 2018 um 10:39

    Hi Leute....

    Gibt es ne Möglichkeit oder nen Skript, dass Firefox geöffnet bleibt, wenn man den letzten Tab schließt?
    Mir passiert es öfter, dass ich aus Gewohnheit oder Unachtsamkeit den Schließen-Button des letzten Tabs klicke....und dann schließt sich ja der ganze Firefox. Wenn er da offengehalten werden würde, wäre das toll.... :klasse:

    Grüße und Danke im Voraus! :mrgreen:

  • Farbe des Scrollbalkens ändern

    • pascallo
    • 15. Januar 2018 um 10:30
    Zitat von black10

    Ohne Skript/Code, also im Original, ist an den "Anschlagpunkten" oben/unten eine (graue) Pfeilspitze. Bekäme man das trotz blauem Scrollbalken wieder hin, also das "Scrollende" im Originalzustand zu belassen..?

    Hi...freut mich, dass es geklappt hat. :klasse:

    Originalzustand habe ich nicht hinbekommen. Aber Pfeilspitzen kann ich dir so anbieten....Außerdem ist es ein verbessertes Skript.

    Also lösche den Code aus dem alten Skript mal und kopiere den neuen Code rein! Vielleicht sagt dir das ja mehr zu...

    CSS
    "use strict";
    
    
    /* Firefox 57+ userChrome.js tweaks - SCROLLBARS ********************************************** */
    /* by Aris (aris-addons@gmx.net)*************************************************************** */
    /* Github: https://github.com/aris-t2/customscrollbarsforfx *********************************** */
    /* ******************************************************************************************** */
    
    
    /* ******************************************************************************************** */
    /* Custom Scrollbars for Firefox ************************************************************** */
    /* version 1.0.3 ****************************************************************************** */
    /* ******************************************************************************************** */
    
    
    /* ***********************************************************************************************
    
    
     README
     
     [!] 'custom_scrollbars.uc.js' belongs into Firefox profiles 'chrome' folder!
     -> finding profile folder: address bar > about:profiles > Root Directory > Open Folder
     -> add file to \chrome\ folder (create one, if needed)
    
    
     [!] STARTUP CACHE HAS TO BE DELETED AFTER EVERY CHANGE!
     -> finding 'startupCache' folder: address bar > about:profiles > Local Directory > Open Folder > startupCache
     -> close Firefox
     -> delete 'startupCache' folders content
    
    
     ENABLING options > set var to true
     DISABLING options > set var to false
     Modifying appearance > change values
     - color - name: red, blue, transparent / hex code: #33CCFF, #FFF
     - color - rgb(a): rgba(0,0,255,0.8) / hsl(a): hsla(240,100%,50%,0.8)
     - numbers: 1, 2, 3 ... 10, 11, 12 ...
     - opacity: 0.0 to 1.0 e.g. 1.4, 1,75
     - gradients: linear-gradient(direction, color, color, color)
     - gradients example: linear-gradient(to right, blue, #33CCFF, rgba(0,0,255,0.8))
     
     NOTE
     - This is a tiny collection of scrollbar tweaks, not a port of 'NewScrollbars' add-on!
     - Small scrollbar width values will corrupt some parts of the ui!
     
    *********************************************************************************************** */
    
    
    // GENERAL SCROLLBAR SETTINGS
    var hide_scrollbars = false; /* default = false */
    var hide_scrollbar_buttons = false; /* default = false */
    var custom_scrollbar_size = true; /* default = false */
    var custom_scrollbar_size_value = 17; /* default = 17 // in px // 10-? */
    var custom_scrollbar_opacity = false; /* default = false */
    var custom_opacity_value = "1.0"; /* default = "1.0" */
    var enable_floating_scrollbars = false; /* default = false // scrollbars on top of web content // uses "custom_scrollbar_size_value" inside its code anyway */
    
    
    // CUSTOM SCROLLBAR SETTINGS ("custom_scrollbar_" --> "cs_")
    var enable_custom_scrollbars = true;
    var cs_thumb_border = 0; /* default = 0 // in px */
    var cs_thumb_roundness = 0; /* default = 0 // in px */
    var cs_buttons_roundness = 0; /* default = 0 // in px */
    var cs_buttons_as_arrows = false; /* default = false // uses "custom_scrollbar_size_value" inside its code anyway */
    var cs_arrows_on_buttons = true; /* default = false // uses "custom_scrollbar_size_value" inside its code anyway */
    
    
    // CUSTOM SCROLLBAR COLORS/GRADIENTS
    // - background
    var cs_background_color = "rgba(151, 151, 151, .5)"; /* default = "#CCCCCC" */
    var cs_background_image_vertical = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    var cs_background_image_horizontal = "linear-gradient(to bottom,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    // - corner
    var cs_corner_background_color = "rgba(151, 151, 151, .5)"; /* default = "#CCCCCC" */
    var cs_corner_background_image = "linear-gradient(45deg,transparent 30%,rgba(255,255,240,0.5) 50%,transparent 70%),linear-gradient(-45deg,transparent 30%,rgba(255,255,240,0.5) 50%,transparent 70%)"; /* default = "unset" */
    // - thumb/slider
    var cs_thumb_color = "rgba(15, 55, 102, 1)"; /* default = "#33CCFF" */
    var cs_thumb_image_vertical = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    var cs_thumb_image_horizontal = "linear-gradient(to bottom,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    var cs_thumb_hover_color = "rgba(43, 109, 187, 1)"; /* default = "#66FFFF" */
    var cs_thumb_hover_image_vertical = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    var cs_thumb_hover_image_horizontal = "linear-gradient(to bottom,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    var cs_thumb_border_color = "rgba(15, 55, 102, 1)"; /* default "#33CCFF" */
    // - buttons
    var cs_buttons_color = "rgba(151, 151, 151, .5)"; /* default = "#000000" */
    var cs_buttons_image_vertical = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    var cs_buttons_image_horizontal = "linear-gradient(to bottom,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    var cs_buttons_hover_color = "rgba(151, 151, 151, .5)"; /* default = "#000066" */
    var cs_buttons_hover_image_vertical = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    var cs_buttons_hover_image_horizontal = "linear-gradient(to bottom,transparent,rgba(255,255,255,0.5),transparent)"; /* default = "unset" */
    // - button arrows
    var cs_arrows_on_buttons_color = "rgba(15, 55, 102, 1)"; /* default = "#FF0000" */
    var cs_arrows_on_buttons_hover_color = "rgba(190, 56, 13, 1)"; /* default = "#FFBB00" */
    
    
    
    
    /* ******************************************************************************************** */
    /* ******************************************************************************************** */
    /* ******************************************************************************************** */
    
    
    
    
    // Scrollbar code
    
    
    Components.utils.import("resource://gre/modules/Services.jsm");
    var ss =  Components.classes["@mozilla.org/content/style-sheet-service;1"].getService(Components.interfaces.nsIStyleSheetService);
    
    
    var custom_scrollbars = {
    
    
    	init: function() {
    
    
    	var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar, scrollcorner, scrollbar thumb, scrollbar scrollbarbutton {\
    	  -moz-appearance: none !important;\
    	}\
    	scrollbar {\
    	  background-color: '+cs_background_color+' !important;\
    	}\
    	scrollbar[orient="vertical"] {\
    	  background-image: '+cs_background_image_vertical+' !important;\
    	}\
    	scrollbar[orient="horizontal"] {\
    	  background-image: '+cs_background_image_horizontal+' !important;\
    	}\
    	scrollcorner {\
    	  background-color: '+cs_corner_background_color+' !important;\
    	  background-image: '+cs_corner_background_image+' !important;\
    	}\
    	scrollbar thumb {\
    	  background-color: '+cs_thumb_color+' !important;\
    	  border-radius: '+cs_thumb_roundness+'px !important;\
    	  border: '+cs_thumb_border+'px solid '+cs_thumb_border_color+' !important;\
    	}\
    	scrollbar thumb[orient="vertical"] {\
    	  background-image: '+cs_thumb_image_vertical+' !important;\
    	}\
    	scrollbar thumb[orient="horizontal"] {\
    	  background-image: '+cs_thumb_image_horizontal+' !important;\
    	}\
    	scrollbar thumb:hover, scrollbar thumb:active {\
    	  background-color: '+cs_thumb_hover_color+' !important;\
    	}\
    	scrollbar thumb[orient="vertical"]:hover, scrollbar thumb[orient="vertical"]:active {\
    	  background-image: '+cs_thumb_hover_image_vertical+' !important;\
    	}\
    	scrollbar thumb[orient="horizontal"]:hover, scrollbar thumb[orient="horizontal"]:active {\
    	  background-image: '+cs_thumb_hover_image_horizontal+' !important;\
    	}\
    	scrollbar scrollbarbutton {\
    	  background-color: '+cs_buttons_color+' !important;\
    	  border-radius: '+cs_buttons_roundness+'px !important;\
    	}\
    	scrollbar[orient="vertical"] scrollbarbutton {\
    	  background-image: '+cs_buttons_image_vertical+' !important;\
    	}\
    	scrollbar[orient="horizontal"] scrollbarbutton {\
    	  background-image: '+cs_buttons_image_horizontal+' !important;\
    	}\
    	scrollbar scrollbarbutton:hover {\
    	  background-color: '+cs_buttons_hover_color+' !important;\
    	}\
    	scrollbar[orient="vertical"] scrollbarbutton:hover {\
    	  background-image: '+cs_buttons_hover_image_vertical+' !important;\
    	}\
    	scrollbar[orient="horizontal"] scrollbarbutton:hover {\
    	  background-image: '+cs_buttons_hover_image_horizontal+' !important;\
    	}\
    	'), null, null);
    
    
    	ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
    	}
    };
    
    
    var cs_scrollbars_scrollbar_button_arrows = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar scrollbarbutton, \
    	scrollbar[orient="vertical"] scrollbarbutton,\
    	scrollbar[orient="horizontal"] scrollbarbutton, \
    	scrollbar[orient="vertical"] scrollbarbutton:hover,\
    	scrollbar[orient="horizontal"] scrollbarbutton:hover {\
    	  background-color: unset !important;\
    	  background-image: unset !important;\
    	  border-radius: 0px !important;\
    	}\
    	scrollbar[orient="vertical"] > scrollbarbutton {\
    	  min-height: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  height: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  max-height: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  min-width: '+custom_scrollbar_size_value+'px !important;\
    	  width: '+custom_scrollbar_size_value+'px !important;\
    	  max-width: '+custom_scrollbar_size_value+'px !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton {\
    	  min-width: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  width: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  max-width: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  min-height: '+custom_scrollbar_size_value+'px !important;\
    	  height: '+custom_scrollbar_size_value+'px !important;\
    	  max-height: '+custom_scrollbar_size_value+'px !important;\
    	}\
    	scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {\
    	  border-left: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-right: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-bottom: '+(custom_scrollbar_size_value/2)+'px solid '+cs_buttons_color+' !important;\
    	}\
    	scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"]:hover {\
    	  border-bottom: '+(custom_scrollbar_size_value/2)+'px solid '+cs_buttons_hover_color+' !important;\
    	}\
    	scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {\
    	  border-left: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-right: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-top: '+(custom_scrollbar_size_value/2)+'px solid '+cs_buttons_color+' !important;\
    	}\
    	scrollbar[orient="vertical"] > scrollbarbutton[type="increment"]:hover {\
    	  border-top: '+(custom_scrollbar_size_value/2)+'px solid '+cs_buttons_hover_color+' !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"] {\
    	  border-top: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-bottom: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-right: '+(custom_scrollbar_size_value/2)+'px solid '+cs_buttons_color+' !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"]:hover {\
    	  border-right: '+(custom_scrollbar_size_value/2)+'px solid '+cs_buttons_hover_color+' !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"] {\
    	  border-top: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-bottom: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-left: '+(custom_scrollbar_size_value/2)+'px solid '+cs_buttons_color+' !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"]:hover {\
    	  border-left: '+(custom_scrollbar_size_value/2)+'px solid '+cs_buttons_hover_color+' !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var cs_scrollbars_arrows_on_buttons = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar scrollbarbutton, \
    	scrollbar[orient="vertical"] scrollbarbutton,\
    	scrollbar[orient="horizontal"] scrollbarbutton, \
    	scrollbar[orient="vertical"] scrollbarbutton:hover,\
    	scrollbar[orient="horizontal"] scrollbarbutton:hover {\
    	  border-radius: 0px !important;\
    	}\
    	\
    	scrollbar[orient="vertical"] > scrollbarbutton {\
    	  min-height: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  height: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  max-height: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  min-width: '+custom_scrollbar_size_value+'px !important;\
    	  width: '+custom_scrollbar_size_value+'px !important;\
    	  max-width: '+custom_scrollbar_size_value+'px !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton {\
    	  min-width: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  width: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  max-width: '+(custom_scrollbar_size_value/2)+'px !important;\
    	  min-height: '+custom_scrollbar_size_value+'px !important;\
    	  height: '+custom_scrollbar_size_value+'px !important;\
    	  max-height: '+custom_scrollbar_size_value+'px !important;\
    	}\
    	scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {\
    	  border-left: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-right: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-bottom: '+(custom_scrollbar_size_value/2)+'px solid '+cs_arrows_on_buttons_color+' !important;\
    	}\
    	scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"]:hover {\
    	  border-bottom: '+(custom_scrollbar_size_value/2)+'px solid '+cs_arrows_on_buttons_hover_color+' !important;\
    	}\
    	scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {\
    	  border-left: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-right: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-top: '+(custom_scrollbar_size_value/2)+'px solid '+cs_arrows_on_buttons_color+' !important;\
    	}\
    	scrollbar[orient="vertical"] > scrollbarbutton[type="increment"]:hover {\
    	  border-top: '+(custom_scrollbar_size_value/2)+'px solid '+cs_arrows_on_buttons_hover_color+' !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"] {\
    	  border-top: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-bottom: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-right: '+(custom_scrollbar_size_value/2)+'px solid '+cs_arrows_on_buttons_color+' !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton[type="decrement"]:hover {\
    	  border-right: '+(custom_scrollbar_size_value/2)+'px solid '+cs_arrows_on_buttons_hover_color+' !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"] {\
    	  border-top: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-bottom: '+(custom_scrollbar_size_value/2)+'px solid transparent !important;\
    	  border-left: '+(custom_scrollbar_size_value/2)+'px solid '+cs_arrows_on_buttons_color+' !important;\
    	}\
    	scrollbar[orient="horizontal"] > scrollbarbutton[type="increment"]:hover {\
    	  border-left: '+(custom_scrollbar_size_value/2)+'px solid '+cs_arrows_on_buttons_hover_color+' !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var scrollbar_buttons = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar scrollbarbutton {\
    	  opacity: 0 !important;\
    	}\
    	scrollbar[orient="vertical"] scrollbarbutton {\
    	  min-height: 1px !important;\
    	  height: 1px !important;\
    	  max-height: 1px !important;\
    	}\
    	scrollbar[orient="horizontal"] scrollbarbutton {\
    	  min-width: 1px !important;\
    	  width: 1px !important;\
    	  max-width: 1px !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var scrollbar_size = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar[orient="vertical"] scrollbarbutton {\
    	  min-width: 0 !important;\
    	  width: '+custom_scrollbar_size_value+'px !important;\
    	  max-width: '+custom_scrollbar_size_value+'px !important;\
    	}\
    	scrollbar[orient="horizontal"] scrollbarbutton {\
    	  min-height: 0 !important;\
    	  height: '+custom_scrollbar_size_value+'px !important;\
    	  max-height: '+custom_scrollbar_size_value+'px !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var floating_scrollbars = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar {\
    	  position: relative !important;\
    	  z-index: 1000000000 !important;\
    	}\
    	scrollbar[orient="vertical"],\
    	scrollbar[orient="horizontal"],\
    	scrollbar, scrollcorner {\
    	  background-color: transparent !important; \
    	  background-image: unset !important; \
    	}\
    	scrollbar[orient="vertical"] {\
    	  -moz-margin-start: -'+custom_scrollbar_size_value+'px !important;\
    	  width: '+custom_scrollbar_size_value+'px !important;\
    	}\
    	scrollbar[orient="horizontal"] {\
    	  margin-top: -'+custom_scrollbar_size_value+'px !important;\
    	  height: '+custom_scrollbar_size_value+'px !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var scrollbar_opacity = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar {\
    	  opacity: '+custom_opacity_value+' !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var remove_scrollbars = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar, scrollcorner {\
    	  display: none !important;\
    	  visibility: collapse !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    // enables settings as set
    if(enable_custom_scrollbars==true) custom_scrollbars.init();
    if(cs_buttons_as_arrows==true && hide_scrollbars==false) cs_scrollbars_scrollbar_button_arrows.init();
    if(cs_arrows_on_buttons==true && cs_buttons_as_arrows==false && hide_scrollbars==false) cs_scrollbars_arrows_on_buttons.init();
    if(hide_scrollbar_buttons==true) scrollbar_buttons.init();
    if(custom_scrollbar_size==true) scrollbar_size.init();
    if(enable_floating_scrollbars==true) floating_scrollbars.init();
    if(custom_scrollbar_opacity==true) scrollbar_opacity.init();
    if(hide_scrollbars==true) remove_scrollbars.init();
    Alles anzeigen

    Das Ganze sieht dann so aus:


    [attachment=0]Image 1.jpg[/attachment]

    Gruß :D

    Bilder

    • Image 1.jpg
      • 100,21 kB
      • 1.004 × 375
  • Farbe des Scrollbalkens ändern

    • pascallo
    • 14. Januar 2018 um 22:47
    Zitat von black10


    Das verstehe ich nicht... :-??:-??

    In meinem Fall brauche ich doch für die Veränderung des Scrollbalkens NUR den Chrome Ordner, oder nicht..?


    Nein...stimmt schon alles, was du gemacht hast. Du musst halt noch FF für Scriptnutzung vorbereiten...Das heißt, damit der Firefox mit den Skripten ( us.jc`s) im Chrome-Ordner umgehen kann, musst du erst noch ein paar schnelle Anpassungen vornehmen.

    Hatte ich vorhin vergessen zu erwähnen... :oops::?

    Führe noch die Schritte nach der Anleitung aus, dann müsste es passen. ( https://www.camp-firefox.de/forum/viewtopic.php?t=122538 )

    Fehlermeldung beim Anklicken der uc.js ist normal. Willst du Veränderungen am Code vornehmen, musst du die uc.js mit rechts anklicken --> Öffnen mit --> Editor

    Grüße :D

    2002Andreas: Zwei Dumme.....ääähhhh zwei Schlaue, ein Gedanke :mrgreen:

  • Farbe des Scrollbalkens ändern

    • pascallo
    • 14. Januar 2018 um 21:31

    Du erstellst im Chrome-Ordner ne Textdatei und nennst sie beispielsweise scrollbar.txt und in diese Textdatei kopierst du den Code rein und speicherst das ganze. Habe dir die Leisten mal blau gemacht....musst mal gucken, ob es passt. :wink:

    CSS
    /* ***********************************************************************************************
    
    
     README
     
     Aktivieren einer Einstellung > var ... auf 'true' setzen
     Deaktivieren einer Einstellung > var ... auf 'false' setzen
     Anpassungen vornehmen > Aendern von Werten
     - Farbe - Name: red, blue, transparent / Hexcode: #33CCFF, #FFF
     - Farbe - rgb(a): rgba(0,0,255,0.8) / hsl(a): hsla(240,100%,50%,0.8) // a = Sichtbarkeit
     - Zahlen: 1, 2, 3 ... 10, 11, 12 ...
     - Sichtbarkeit (in Dezimalzahlen): 0.0 bis 1.0 e.g. 1.4, 1,75
     - Farbverlaeufe: linear-gradient(Richtung, Farbe, Farbe, Farbe)
     - Beispiel: linear-gradient(to right, blue, #33CCFF, rgba(0,0,255,0.8))
     
     - Beispiel 2:
    	Farbverlauf von links nach rechts - tranparent -> weiss mit 50%er Sichtbarkeit -> tranparent
    	linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)
     
     Info
     - Zu kleine Breitenwerte werden sich negativ auf einige Oberflaechenelemente auswirken (z.B. auf Menuelisten)!
     
    *********************************************************************************************** */
    
    
    // Allgemeine Einstellungen
    
    
    // Scrollbars ausblenden
    var hide_scrollbars = false; /* Standard = false */
    // Schaltflächen ausblenden
    var hide_scrollbar_buttons = false; /* Standard = false */
    // benutzerdefinierte Breite
    var custom_scrollbar_width = true; /* Standard = false */
    var custom_scrollbar_width_value = 13; /* 10-? // Standard = 17 (in px) */
    // benutzerdefinierte Sichtbarkeit
    var custom_scrollbar_opacity = true; /* Standard = false */
    var custom_opacity_value = "0.9"; /* Standard = 1.0 */
    // "schwebende" Scrollbars / Scrollbars über dem Webinhalt 
    var enable_floating_scrollbars = false; /* Standard = false */
    // benutzerdefinierte Scrollbars
    var enable_custom_scrollbars = true;
    // benutzerdefinierte Hintergrundfarbe bzw. benutzerdefinierter Hintergrundverlauf
    var cs_background_color = "#CCCCCC"; /* Standard = #CCCCCC / Transparenter Hintergrund = transparent */
    var cs_background_image = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* Standard = none */
    // benutzerdefinierte Schiebereglerfarbe bzw. benutzerdefinierter Schiebereglerfarbverlauf
    var cs_thumb_color = "#0f0a35"; /* Standard = #33CCFF */
    var cs_thumb_image = "(to right,transparent,rgba(255,0,0,0.9),transparent)"; /* Standard = unset */
    // benutzerdefinierte Schiebereglerfarbe (hover/ueber) bzw. benutzerdefinierter Schiebereglerfarbverlauf
    var cs_thumb_hover_color = "#230dc4"; /* Standard = #66FFFF */
    var cs_thumb_hover_image = "rgba(255,0,0)"; /* Standard = unset */
    // benutzerdefinierte Schiebereglerrundung
    var cs_thumb_roundness = 0; /* Standard = 0 (in px) */
    // benutzerdefinierte Schiebereglerrandbreite
    var cs_thumb_border = 1; /* Standard = 0 (in px) */
    // benutzerdefinierte Schiebereglerrandfarbe
    var cs_thumb_border_color = "#0f0a35"; /* default #33CCFF */
    // benutzerdefinierte Schaltflaechenfarbe bzw. benutzerdefinierter Schaltflaechenfarbverlauf
    var cs_buttons_color = "#09245b"; /* Standard = #000000 */
    var cs_buttons_image = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* Standard = unset */
    // benutzerdefinierte Schaltflaechenfarbe (hover/ueber) bzw. benutzerdefinierter Schaltflaechenfarbverlauf
    var cs_buttons_hover_color = "#000066"; /* Standard = #000066 */
    var cs_buttons_hover_image = "linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent)"; /* Standard = unset */
    // benutzerdefinierte Schaltflächenrundung
    var cs_buttons_roundness = 0; /* Standard = 0 (in px) */
    
    
    
    
    /* ******************************************************************************************** */
    /* ******************************************************************************************** */
    /* ******************************************************************************************** */
    
    
    
    
    Components.utils.import("resource://gre/modules/Services.jsm");
    var ss =  Components.classes["@mozilla.org/content/style-sheet-service;1"].getService(Components.interfaces.nsIStyleSheetService);
    
    
    var custom_scrollbars = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar, scrollcorner {\
    	  -moz-appearance: none !important;\
    	  background-color: '+cs_background_color+' !important; \
    	  background-image: '+cs_background_image+' !important; \
    	}\
    	scrollbar thumb {\
    	  -moz-appearance: none !important;\
    	  background-color: '+cs_thumb_color+' !important;\
    	  background-image: '+cs_thumb_image+' !important;\
    	  border-radius: '+cs_thumb_roundness+'px !important;\
    	  border: '+cs_thumb_border+'px solid '+cs_thumb_border_color+' !important; \
    	}\
    	scrollbar thumb:hover, scrollbar thumb:active {\
    	  -moz-appearance: none !important;\
    	  background-color: '+cs_thumb_hover_color+' !important;\
    	  background-image: '+cs_thumb_hover_image+' !important;\
    	}\
    	scrollbar scrollbarbutton {\
    	  -moz-appearance: none !important;\
    	  background-color: '+cs_buttons_color+' !important;\
    	  background-image: '+cs_buttons_image+' !important;\
    	  border-radius: '+cs_buttons_roundness+'px !important;\
    	}\
    	scrollbar scrollbarbutton:hover {\
    	  -moz-appearance: none !important;\
    	  background-color: '+cs_buttons_hover_color+' !important;\
    	  background-image: '+cs_buttons_hover_image+' !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var scrollbar_buttons = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar scrollbarbutton {\
    	  opacity: 0 !important;\
    	}\
    	scrollbar[orient="vertical"] scrollbarbutton {\
    	  min-height: 1px !important;\
    	  height: 1px !important;\
    	  max-height: 1px !important;\
    	}\
    	scrollbar[orient="horizontal"] scrollbarbutton {\
    	  min-width: 1px !important;\
    	  width: 1px !important;\
    	  max-width: 1px !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var scrollbar_width = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar[orient="vertical"] scrollbarbutton {\
    	  min-width: 0 !important;\
    	  width: '+custom_scrollbar_width_value+'px !important;\
    	  max-width: '+custom_scrollbar_width_value+'px !important;\
    	}\
    	scrollbar[orient="horizontal"] scrollbarbutton {\
    	  min-height: 0 !important;\
    	  height: '+custom_scrollbar_width_value+'px !important;\
    	  max-height: '+custom_scrollbar_width_value+'px !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var floating_scrollbars = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar {\
    	  position: relative !important;\
    	  z-index: 1000000000 !important;\
    	}\
    	scrollbar, scrollcorner {\
    	  background-color: transparent !important; \
    	  background-image: unset !important; \
    	}\
    	scrollbar[orient="vertical"] {\
    	  -moz-margin-start: -'+custom_scrollbar_width_value+'px !important;\
    	  width: '+custom_scrollbar_width_value+'px !important;\
    	}\
    	scrollbar[orient="horizontal"] {\
    	  margin-top: -'+custom_scrollbar_width_value+'px !important;\
    	  height: '+custom_scrollbar_width_value+'px !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var scrollbar_opacity = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar {\
    	  opacity: '+custom_opacity_value+' !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    var remove_scrollbars = {
    
    
      init: function() {
    
    
      var uri = Services.io.newURI("data:text/css;charset=utf-8," + encodeURIComponent('\
    	\
    	@namespace html url("http://www.w3.org/1999/xhtml");\
    	\
    	scrollbar, scrollcorner {\
    	  display: none !important;\
    	  visibility: collapse !important;\
    	}\
    	\
      '), null, null);
    
    
      ss.loadAndRegisterSheet(uri, ss.AGENT_SHEET);
    
    
      }
    };
    
    
    // oben aktivierte Einstellungen werden hier ausgefuehrt
    if(enable_custom_scrollbars==true) custom_scrollbars.init();
    if(hide_scrollbar_buttons==true) scrollbar_buttons.init();
    if(custom_scrollbar_width==true) scrollbar_width.init();
    if(enable_floating_scrollbars==true) floating_scrollbars.init();
    if(custom_scrollbar_opacity==true) scrollbar_opacity.init();
    if(hide_scrollbars==true) remove_scrollbars.init();
    Alles anzeigen

    Nun nur noch die Endung der Textdatei umbenennen von scrollbars.txt --> scrollbar.uc.js
    Firefox neu starten und die Leisten müssten blau sein.

    Gutes Gelingen! :wink::D

  • veränderte Favicons

    • pascallo
    • 14. Januar 2018 um 19:11
    Zitat von 2002Andreas


    Ich hatte diese Problem hier auch schon, nichts hat geholfen...erst das entfernen der favicons.sqlite brachte hier Erfolg.

    Nachteil, es fehlten dann natürlich alle Favicons, und ich musst alle gespeicherten Lesezeichen erst wieder aufrufen.

    Das kann in Zukunft evtl. Checkmarks für dich übernehmen, wenn du nochmal solche Probleme hast. Die Erweiterung holt sich die Favicons automatisch... :wink::klasse:

  • Ist Firefox noch nutzbar?!?

    • pascallo
    • 13. Januar 2018 um 17:12
    Zitat von Hooray


    ich danke euch für eure sachdienlichen hinweise! Sehr nutzbar! soootollehechte....

    ich will aber nicht wissen, ob ihr tolle hechte seid, sondern ob es andere hier gibt, die ähnlichen Erfahrungen gemacht haben

    Außer ein paar Add-ons, die anfangs vermisst wurden. NEIN. Keine Probleme. Aber auch da nimmt die Zahl neuer Erweiterungen zu und man kann den Fuchs immer mehr an seine Bedürfnisse anpassen.

    Naja...wahrscheinlich bist du nicht so ein toller Hecht... :roll::wink::D

  • Profilname in Statusbar einblenden und Profil wechseln???

    • pascallo
    • 11. Januar 2018 um 12:15

    Hi Code-Schrauber :D

    Kann man denn den aktuellen Profilnamen in der Statusbar einblenden? Und wenn ja wie? Und eventuell: bei Klick auf diesen FF beenden und mit anderem Profil starten bzw. so das Profil wechseln? Arbeite öfter mit mehreren Profilen und wechsle öfter hin und her....

    Ich benutze diese Codes...

    RevertAddonBarStatusBar.uc.js

    Code
    //bottomtoolbar.uc.js
    
    
    (function ()
    {
    	if (location != 'chrome://browser/content/browser.xul')
    		return;
    
    
    	let toolbar = document.createElement('toolbar');
    	toolbar.id = 'bottom-toolbar';
    	toolbar.setAttribute('customizable', 'true');
    	toolbar.setAttribute('mode', 'icons');
    	toolbar.setAttribute('context', 'toolbar-context-menu');
    
    
    	let vbox = document.createElement('vbox');
    	vbox.id = 'bottom-toolbar-vbox';
    	let browserBottombox = document.getElementById('browser-bottombox');
    	browserBottombox.parentNode.insertBefore(vbox, browserBottombox);
    	vbox.appendChild(toolbar);
    	vbox.style.backgroundColor = '#F6F6F6';
    	//Hier kann die Hintergrundfarbe angepasst werden. Als Wert kann zbs. red, green,
    	//yellow oder orange usw, aber auch zbs. #f7f7f7 usw.verwendet werden.
    
    
    	CustomizableUI.registerArea('bottom-toolbar',
    	{
    		legacy: true
    	});
    
    
    })();
    Alles anzeigen

    und Statusbar.css

    CSS
    #bottom-toolbar {
    	height: 30px !important;
     /* 24px oder 36px für Buttons */
    	direction: rtl !important;
    }
    
    
    /* Position der Statusleiste in (bzw. über) der neuen Toolbar
     * damit die Schrift etwa mittig ist und die maximale Länge
     * damit rechts noch Platz für Buttons bleibt.
     */
    statuspanel {
    	background-color: transparent !important;
    	border: none !important;
    	bottom: 5px !important;
     /* -2px oder 4px für Buttons */
    	height: 30px !important;
    	max-width: 75% !important;
     /* 100% oder ca. 50% bis 75% für Buttons */
    	transition: none !important;
    }
    
    
    /* Statusleiste Container für Anzeigefeld */
    
    
    statuspanel .statuspanel-inner {
    	background-color: transparent !important;
    	border: none !important;
    	height: 30px !important;
    }
    
    
    /* Statusleiste Anzeigefeld Schriftfarbe*/
    
    
    statuspanel .statuspanel-label {
    	background-color: transparent !important;
    	border: none !important;
    	color: var(--sta-txt) !important;
    }
    
    
    #bottom-toolbar-vbox {
    	background-repeat: no-repeat;
    	background-position: bottom left;
    	background-color: var(--lwt-accent-color);
    	background-image: var(--lwt-footer-image);
    	background: -moz-radial-gradient(center, ellipse cover, rgba(112,112,112,1) 0%, rgba(237,237,237,1) 100%);
    }
    
    
    #bottom-toolbar toolbarspring {
    	background: transparent !important;
    	max-width: 0px !important;
    	min-width: 0px !important;
    	width: 0px !important;
    	border-left: 1px solid white !important;
    	border-right: 1px solid black !important;
    	margin-top: 4px !important;
    	margin-bottom: 4px !important;
          /*margin-left: 0px !important;*/
    	margin-right: 6px !important;
    }
    Alles anzeigen

    Hatte bis zum Fuchs 56 dieses hier: https://addons.mozilla.org/de/firefox/addon/profileswitcher/...Funzt aber leider nicht mehr. :roll::shock:

    Danke schon mal im Voraus!!! Gruß pascallo :klasse::D

  • Suche 'Suche mit...'

    • pascallo
    • 8. Januar 2018 um 20:15

    Ich finde mittlerweile das am besten: ContextSearch web-ext ( https://addons.mozilla.org/de/firefox/add…src=userprofile )

    Da kannst du deine in Firefox installierten Suchmaschinen verwenden. Du musst nur in den Einstellungen von der Erweiterung die Datei search.json.mozlz4 aus deinem Profil auswählen....fertig! Ist alles erklärt. :D<

    Suchmaschinen kannst du ganz einfach über diese Seite zu Firefox hinzufügen. Einfach gewüschtes Plugin auswählen, anklicken und fertig. -> http://mycroftproject.com/

  • Wie lade ich am besten die *.uc.js - Dateien runter?

    • pascallo
    • 8. Januar 2018 um 19:27

    Ja geht bei mir in 57. Zwar nicht ganz fehlerfrei, aber geht....:

    Beispiel: https://github.com/Endor8/userChr…upProfile.uc.js

    1. Rechtsklick auf RAW -> Installieren für UserChromeJS ( es passiert nichts.....)


    [attachment=2]Aufnahme1.jpg[/attachment]


    2. nochmal Rechtsklick auf RAW -> Installieren für UserChromeJS ( dann geht es. warum auch immer???? :roll::-?? )


    [attachment=1]Aufnahme2.jpg[/attachment]


    3. Dialog bestätigen. FF startet neu.....Fertig!!!!


    [attachment=0]Aufnahme3.jpg[/attachment]


    Bei mir funzt es so unter 57.... :klasse::D

    Bilder

    • Aufnahme3.jpg
      • 159,29 kB
      • 1.366 × 527
    • Aufnahme2.jpg
      • 217,97 kB
      • 1.366 × 670
    • Aufnahme1.jpg
      • 249,52 kB
      • 1.355 × 666
  • Wie lade ich am besten die *.uc.js - Dateien runter?

    • pascallo
    • 8. Januar 2018 um 08:45
    Zitat von milupo


    Der Download per Ziel speichern unter ... ist möglich. Hat aber einen Schönheitsfehler: Beim Abspeichern des Skripts wird überflüssigerweise die Dateiendung .txt drangehängt, das Skript heißt dann also: *uc.js.txt. Du musst dann also die Datei erst noch umbenennen, sprich .txt entfernen. Klicke mit der rechten Taste auf die Schaltfläche RAW und wähle eben Ziel speichern unter...

    Habe dieses Script dazu gefunden. Geht bei mir...

    Zitat

    Mit diesem Skript wird das Installieren der Skripte auf Github endlich einfach und leicht gemacht. Einmal direkt über das “Installieren” auf der Skriptseite und ein mal über “Raw” mit Linksklick. Hierbei bitte auch den Kommentar in der oberen “Installieren” Leiste beachten.

    https://github.com/ardiman/userCh…aveuserchromejs

  • Wie lade ich am besten die *.uc.js - Dateien runter?

    • pascallo
    • 7. Januar 2018 um 08:59

    milupo:

    Das geht zwar nach deiner Methode, allerdings geht dann die Formatierung des Codes flöten.... :?:cry: Naja....bleibt halt wohl nur Kopieren von Hand. Danke trotzdem! :klasse:

    So...aber nun zurück zum Thema:

    captain chaos wünscht sich folgendes:

    Zitat von captain chaos


    Wirklich? Mit Klick auf den aktuellen Tab? Wäre ja noch besser, wenn das per Skript möglich ist.



    wer kann helfen? :roll::lol:

  • Wie lade ich am besten die *.uc.js - Dateien runter?

    • pascallo
    • 6. Januar 2018 um 22:36
    Zitat von captain chaos


    Du kopierst das Skript in eine Textdatei (*.txt) und nennst diese dann in *.uc.js um.

    Ja...so hab ich das auch gemacht. Also den Code kopiert und dann in die leere js reinkopiert.
    Ich meinte nur: Direkter Download der js ist nicht möglich? Mit Code kopieren finde ich etwas umständlich....naja...

    Danke dir trotzdem :klasse::D

  • Wie lade ich am besten die *.uc.js - Dateien runter?

    • pascallo
    • 6. Januar 2018 um 22:19

    Mal ne blöde Frage...Stelle sie kurz hier, will nicht extra nen Thread aufmachen.

    Wie lade ich am besten die *.uc.js - Dateien runter? "Mit Ziel speichern unter" -> Dateityp: Alle Dateien und Endung .js manuell noch hintern Dateinamen geschrieben.... wird trotzdem immer ne html gespeichert und nicht .js :roll::oops::lol:

    Edit 2002Andreas
    Es ist immer "besser" einen eigenen Thread für seine Frage zu erstellen, darum habe ich deine Frage und die Antworten dazu auch abgetrennt in einen eigenen Thread für dich.

  • Statusleiste

    • pascallo
    • 6. Januar 2018 um 00:29
    Zitat von HT-Frogger


    Ich würde versuchen den Trennstrichen einfach etwas margin-left:3px bzw margin-right:3px zu geben.

    Gruß Harry

    Funzt!!!! :D Danke! :klasse::mrgreen:

  • Statusleiste

    • pascallo
    • 5. Januar 2018 um 22:44

    Hallo allerseits....
    hab mir jetzt mit Hilfe RevertAddonBarStatusBar.uc.js und der userChrome.css und dem Code von HT-Frogger ( Vielen Dank dafür!!! :klasse: ) ne Statusleiste gebastelt. :wink:

    CSS
    #bottom-toolbar {
      height: 30px !important; /* 24px oder 36px für Buttons */
      direction:rtl !important;  
    }
    
    
    /* Position der Statusleiste in (bzw. über) der neuen Toolbar
     * damit die Schrift etwa mittig ist und die maximale Länge
     * damit rechts noch Platz für Buttons bleibt.
     */
    statuspanel {
      background-color: transparent !important;
      border: none !important;
      bottom: 5px !important; /* -2px oder 4px für Buttons */
      height: 30px !important;
      max-width: 75% !important; /* 100% oder ca. 50% bis 75% für Buttons */
      transition: none !important;
    }
    
    
    /* Statusleiste Container für Anzeigefeld */
    
    
    statuspanel .statuspanel-inner{
      background-color: transparent !important;
      border: none !important;
      height: 30px !important;
    }
    
    
    /* Statusleiste Anzeigefeld Schriftfarbe*/
    
    
    statuspanel .statuspanel-label{
      background-color: transparent !important;
      border: none !important;
      color: var(--sta-txt) !important;
    }
    
    
    
    
    
    
    #bottom-toolbar-vbox {
      background-repeat: no-repeat;
      background-position: bottom left;
      background-color: var(--lwt-accent-color);
      background-image: var(--lwt-footer-image);
      background: -moz-linear-gradient(top, rgba(241,250,21,.5) 0%, rgba(242,84,13,.5) 100%);
    }
    
    
    #bottom-toolbar toolbarspring {
    	background: transparent !important;
    	max-width: 0px !important;
    	min-width: 0px !important;
    	width: 0px !important;
    	border-left: 1px solid white !important;
    	border-right: 1px solid black !important;
    	margin-top: 4px !important;
    	margin-bottom: 4px !important;
    }
    Alles anzeigen

    Den Flexiblen Leerraum will ich als Trennstriche haben. Klappt ja auch. Wenn ich nun Webseiten aufrufe, in denen die Symbole diese Bubbles mit Zahl ( oder wie die Dinger auch immer heißen??? :?:lol: ) anzeigen, wird der Abstand zum Trennstrich sehr knapp.

    Kann man den Abstand zwischen den Symbolen oder besser gesagt den Abstand Trennstrich-Symbol irgendwie verrößern?


    [attachment=0]Image 2.jpg[/attachment]


    Vielen Dank schon mal im Voraus!
    Grüße :D

    Bilder

    • Image 2.jpg
      • 93,11 kB
      • 1.225 × 191

Unterstütze uns!

Jährlich (2025)

92,9 %

92,9% (604,17 von 650 EUR)

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