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

Beiträge von Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 7. Juni 2024 um 19:15

    Mira_Belle
    Prima.
    :thumbup:

    Mfg.
    Endor

  • Anpassung einer Erweiterung

    • Endor
    • 7. Juni 2024 um 19:07

    Teste es mal in der userChrome.css.
    uBlock habe ich hier auch angepasst.

    Mein Code dazu:

    CSS
    	/* AGENT_SHEET */
    	@-moz-document url-prefix("moz-extension://d6b78b1e-5e2a-405a-8fd5-f265411284dd/") {
    
    	#export{
    	background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:157px!important;
    	padding-left: 47px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#export:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	#import{
    	background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:92px!important;
    	padding-left: 48px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#import:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    	
    	.body > DIV:nth-child(3) > P:last-child {margin-left: 512px !important; margin-top: -45px !important;}
    	
    	#reset{
    	background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:27px!important;
    	padding-left:47px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#reset:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	[href="https://github.com/gorhill/uBlock/wiki/Advanced-user-features"][target="_blank"]{
    	background: #efefef url("..//icons/ublock/Bild80.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	font-weight: bold !important;
    	text-decoration:none!important;
    	padding-top: 12px !important;
    	padding-bottom: 12px !important;
    	padding-right: 15px!important;
    	padding-left:  15px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:7px 2px!important;
    	border-radius:22px!important;
    	}
    
    	[href="https://github.com/gorhill/uBlock/wiki/Advanced-user-features"][target="_blank"]:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild80.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 12px !important;
    	padding-bottom: 12px !important;
    	padding-right: 15px!important;
    	padding-left:  15px!important;
    	background-position:7px 2px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;
    	border-radius:22px!important;}	
    
    	div.li:nth-child(7) > label:nth-child(1) > span:nth-child(2) > a:nth-child(2){
    	margin-bottom: -6px !important;
    	appearance: none !important;
    	font-size:14px!important;
    	background: #efefef !important;
    	padding-right: 20px!important;
    	padding-left:  20px!important;
    	padding-top: 7px !important;
    	padding-bottom: 7px !important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:1px !important;
    	border-radius:22px!important;
    	line-height: 2.2 !important;}
        
    	div.li:nth-child(7) > label:nth-child(1) > span:nth-child(2) > a:nth-child(2):hover{
    	background: #CFE6F1 !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	border-radius:22px!important;
    	line-height: 2.2 !important;}
    
    	#userSettings > LI:nth-child(7) > A{
    	width:120px!important;
    	background: #efefef!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	padding-left:20px!important;
    	padding-right:20px!important;
    	border-radius:22px!important;
    	opacity: 1 !important;}
    
    	#userSettings > LI:nth-child(7) > A:hover{
    	background: #CFE6F1!important;}
    
    
    	.fa-icon.info {
    	fill: blue !important;}
    	
    	div.li:nth-child(7) > label:nth-child(1) > span:nth-child(2) > a:nth-child(2){
    	fill: red !important;}
    	
    	#ruleFilter > span:nth-child(1) > span:nth-child(1){
    	fill: firebrick !important;}
    	
    	#userFilters > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > span:nth-child(1),
    	#whitelist > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > span:nth-child(1)
    	{margin-left: 8px !important;
    	margin-right: 6px !important;
    	fill: blue !important;}
    	
    	#diffCollapse{
    	fill: blue !important;}
    	
    	#whitelist > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > span:nth-child(3),
    	#userFilters > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > span:nth-child(3),
    	#whitelist > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > span:nth-child(4),
    	#userFilters > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > span:nth-child(4){
    	fill: crimson !important;}
        
    	#userFiltersRevert > span:nth-child(1),
        #whitelistRevert > span:nth-child(1),
        #importWhitelistFromFile > span:nth-child(1),
    	#exportWhitelistToFile > span:nth-child(1),
        .fa-icon-hflipped,
    	.fa-icon_info-circle,
    	#editSaveButton > span:nth-child(1),
        #importButton > span:nth-child(1),
        #revertButton > span:nth-child(1),
        #exportButton > span:nth-child(1),
        #importUserFiltersFromFile > span:nth-child(1),
    	#exportUserFiltersToFile > span:nth-child(1),
    	#buttonPurgeAll > span:nth-child(1),
    	.fa-icon_check,
    	#buttonUpdate > span:nth-child(1),
    	#options > li:nth-child(1).fa-icon_check{display: none !important;}
    	
    	
    	.fa.info, .fa-icon.info{
    	fill: blue !important;}
    	
    	.listEntry.mustread a.mustread {
    	fill: blue !important;}
    	
    	.fa-icon_home{
    	fill: brown !important;}
    	
    	.fa-icon_clock-o{
    	fill: orange !important;}
    	
    	.fa-icon_eye-open{
    	fill: forestgreen !important;}
    	
    	.body > div:nth-child(3) > div:nth-child(n+1){margin-left: 8px !important;}
    	
    	#buttonPurgeAll{
    	background: #efefef url("..//icons/ublock/Bild73.png") no-repeat !important;
    	appearance: none !important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:18px 9px!important;
    	border-radius:22px!important;}
    
    	#buttonPurgeAll:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild73.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:18px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    	
    	
    	#buttonUpdate{
    	background: #efefef url("..//icons/ublock/Bild74.png") no-repeat !important;
    	appearance: none !important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left: 45px!important;
    	border-color: #A6A4A4 !important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:18px 9px!important;
    	border-radius:22px!important;}
    	
    	#buttonUpdate.preferred:not(.disabled):not([disabled]){
    	background: #FFDDA9 url("..//icons/ublock/Bild74.png") no-repeat !important;
    	appearance: none !important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left: 45px!important;
    	border-color: #A6A4A4 !important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:18px 9px!important;
    	border-radius:22px!important;}	
    	
    	#buttonUpdate.preferred:not(.disabled):not([disabled]):hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild74.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:18px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;
    	border-radius:22px!important;}
    
    	#buttonUpdate:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild74.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:18px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;
    	border-radius:22px!important;}
    	
    	#userFiltersApply.preferred:not(.disabled):not([disabled]):hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;
    	border-radius:22px!important;}
    	
    	#buttonApply{
    	background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left: 45px!important;
    	border-color: #A6A4A4 !important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:18px 9px!important;
    	border-radius:22px!important;}
    	
    	#buttonApply:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:18px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;
    	border-radius:22px!important;}
    	
    	#buttonApply.preferred:not(.disabled):not([disabled]){
    	background: #FFDDA9 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left: 45px!important;
    	border-color: #A6A4A4 !important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:18px 9px!important;
    	border-radius:22px!important;}
    	
    	#buttonApply.preferred:not(.disabled):not([disabled]):hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:18px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;
    	border-radius:22px!important;}
    	
    	#whitelistApply{
    	background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left: 45px!important;
    	border-color: #A6A4A4 !important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:18px 9px!important;
    	border-radius:22px!important;}
    
    	#whitelistApply:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:18px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;
    	border-radius:22px!important;}
    	
    	#whitelistApply.preferred:not(.disabled):not([disabled]){
    	background: #FFDDA9 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-right:30px!important;
    	padding-left: 45px!important;
    	border-color: #A6A4A4 !important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:18px 9px!important;
    	border-radius:22px!important;}
    	
        #whitelistApply.preferred:not(.disabled):not([disabled]):hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:18px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;
    	border-radius:22px!important;}
    	
    	
        button.preferred:not(.disabled):not([disabled]),
        #refresh
        {
            background-color: #FFDDA9 !important;
    		color: black !important;
        }
    	
        button.preferred:not(.disabled):not([disabled]):hover,
        #refresh:hover
        {
            background-color: #ffa436 !important;
        }
    
    
    	#externalListsApply{
    	background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	margin-bottom: 5px !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top:1px !important;
    	padding-right:30px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 5px!important;
    	border-radius:22px!important;}
    
    	#externalListsApply:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 5px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	.status.purge{
    	background: #efefef url("..//icons/ublock/Bild73.png") no-repeat !important;
    	appearance: none !important;
    	min-height: 20px !important; 
    	margin-top: 5px !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 6px !important;
    	padding-bottom: 0px !important;
    	padding-right:30px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 5px!important;
    	border-radius:22px!important;}
    
    	.status.purge:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild73.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 5px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	#options > LI:nth-child(2) > BUTTON,
    	#options > LI:nth-child(2) > UL > LI > BUTTON{
    	background: #efefef url("..//icons/ublock/Bild81.png") no-repeat !important;
    	appearance: none !important;
    	color: black!important;
    	padding-top:6px !important;
    	padding-bottom: 15px !important;
    	padding-right:17px!important;
    	padding-left: 30px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:15px 3px!important;
    	border-radius:22px!important;
    	opacity: 1 !important;}
    
    	#options > LI:nth-child(2) > BUTTON:hover,
    	#options > LI:nth-child(2) > UL > LI > BUTTON:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild81.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	padding-top:6px !important;
    	padding-bottom: 15px !important;
    	padding-right:17px!important;
    	padding-left: 30px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:15px 3px!important;
    	border-radius:22px!important;
    	opacity: 1 !important;}
    
    	.status.new,
    	.status.unsecure,
    	SPAN[class="status obsolete"]{
    	background:red url("..//icons/ublock/Bild80.png") no-repeat !important;
    	color:white!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	max-height: 30px !important;
    	padding-top:6px !important;
    	padding-bottom: 4px !important;
    	padding-right:35px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 3px!important;
    	border-radius:22px!important;}	
    
    	.status.new:hover,
    	.status.unsecure:hover,
    	SPAN[class="status obsolete"]:hover{
    	background:#CFE6F1 url("..//icons/ublock/Bild80.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	max-height: 30px !important;
    	padding-top:6px !important;
    	padding-bottom: 4px !important;
    	padding-right:35px!important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 3px!important;
    	border-radius:22px!important;}
    
    
    	.status.unsecure{
    	background:lightyellow url("..//icons/ublock/Bild80.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	max-height: 30px !important;
    	padding-top:6px !important;
    	padding-bottom: 5px !important;
    	padding-right:35px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 4px!important;
    	border-radius:22px!important;}	
    
    	.status.unsecure:hover{
    	background:#CFE6F1 url("..//icons/ublock/Bild80.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	max-height: 30px !important;
    	padding-top:6px !important;
    	padding-bottom: 5px !important;
    	padding-right:35px!important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 4px!important;
    	border-radius:22px!important;}
    
    
    	.fa{display: none !important;}
    
    	#exportUserFiltersToFile{
    	background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:35px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#exportUserFiltersToFile:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	#importUserFiltersFromFile{
    	background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:20px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#importUserFiltersFromFile:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	#userFiltersRevert{
    	background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:23px!important;
    	padding-left:47px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#userFiltersRevert:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	button[id="userFiltersApply"][class="preferred iconified"][type="button"]{
    	background: #FFDDA9 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	font-weight: bold !important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right: 25px!important;
    	padding-left:  45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;
    	}
    
    	button[id="userFiltersApply"][class="preferred iconified"][type="button"][disabled=""]{
    	background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	font-weight: bold !important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right: 25px!important;
    	padding-left:  45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;
    	}
    
    	button[id="userFiltersApply"][class="preferred iconified"][type="button"]:hover{
    	background: #FFD69A url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    
        .fa{display: none !important;}
    
    	#exportButton{
    	background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:35px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#exportButton:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	#importButton{
    	background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:20px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#importButton:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	#revertButton{
    	background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:23px!important;
    	padding-left:47px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#revertButton:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
        #editSaveButton{
    	background: #efefef url("..//icons/ublock/Bild79.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:23px!important;
    	padding-left:47px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
        #editSaveButton:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild79.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	#commitButton{
    	background: #efefef url("..//icons/ublock/Bild76.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:23px!important;
    	padding-left:47px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#commitButton:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild76.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}	
    
    	#editStopButton{
    	background: #efefef url("..//icons/ublock/Bild79.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:23px!important;
    	padding-left:47px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#editStopButton:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild79.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}	
    
    	#editCancelButton{
    	background: #efefef url("..//icons/ublock/Bild78.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:23px!important;
    	padding-left:47px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#editCancelButton:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild78.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	A[href="https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax"][target="_blank"]{
    	background: #efefef url("..//icons/ublock/Bild77.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	min-height: 24px !important;
    	margin-top: 14px !important;
    	padding-right: 5px!important;
    	padding-left:  45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 4px!important;
    	border-radius:22px!important;}
    
    	A[href="https://github.com/gorhill/uBlock/wiki/Dynamic-filtering:-rule-syntax"][target="_blank"]:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild77.png") no-repeat !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 4px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}	
     
    
        .fa{display: none !important;}
    
    	#exportWhitelistToFile{
    	background: #efefef url("..//icons/ublock/Bild69.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:35px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#exportWhitelistToFile:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild69.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	#importWhitelistFromFile{
    	background: #efefef url("..//icons/ublock/Bild70.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:20px!important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#importWhitelistFromFile:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild70.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;}
    
    	#whitelistRevert{
    	background: #efefef url("..//icons/ublock/Bild71.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right:23px!important;
    	padding-left:47px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width:1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    
    	#whitelistRevert:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild71.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-style: outset !important;
    	border-width:1px !important;}
    
        button[id="whitelistApply"][class="important iconifiable"][type="button"][disabled=""]{
    	background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right: 25px!important;
    	padding-left:  45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;
    	}
    
    	button[id="whitelistApply"][class="important iconifiable"][type="button"]{
    	background: #FFE1B5 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right: 25px!important;
    	padding-left:  45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;
    	}
    
    	button[id="whitelistApply"][class="important iconifiable"][type="button"]:hover{
    	background: #FFD69A url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-style: outset !important;
    	border-width:1px !important;}
    
    	
    	.body > div:nth-child(3){
        margin-left:0px !important;}
    	
    	div.liul:nth-child(7) > div:nth-child(n+1) > a:nth-child(1),
    	div.liul:nth-child(9) > div:nth-child(n+1) > span:nth-child(1) > a:nth-child(n+1),	
        .body > div:nth-child(n+3) > a{
    	background: #efefef url("..//icons/ublock/Bild60.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width: 170px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-bottom: 4px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
        
    	.body > div:nth-child(n+3) > a:hover,
    	div.li:nth-child(10) > span:nth-child(1) > a:nth-child(1):hover,
    	div.liul:nth-child(7) > div:nth-child(n+1) > a:nth-child(1):hover,
    	div.liul:nth-child(9) > div:nth-child(n+1) > span:nth-child(1) > a:nth-child(n+1):hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild60.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.li:nth-child(10) > span:nth-child(1) > a:nth-child(1){
    	background: #efefef url("..//icons/ublock/wikipedia.ico") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-bottom: 4px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.li:nth-child(10) > span:nth-child(1) > a:nth-child(1):hover{
    	background: #CFE6F1 url("..//icons/ublock/wikipedia.ico") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1){
    	background: #efefef url("..//icons/ublock/Cloudflare.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-bottom: 4px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1):hover{
    	background: #CFE6F1 url("..//icons/ublock/Cloudflare.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(2){
    	background: #efefef url("..//icons/ublock/Bild60.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-bottom: 4px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(2):hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild60.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(3){
    	background: #efefef url("..//icons/ublock/gitcdn.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-bottom: 4px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(3):hover{
    	background: #CFE6F1 url("..//icons/ublock/gitcdn.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(4){
    	background: #efefef url("..//icons/ublock/Bild60.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-bottom: 4px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(4):hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild60.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(5){
    	background: #efefef url("..//icons/ublock/jsdelivr.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-bottom: 4px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:nth-child(5):hover{
    	background: #CFE6F1 url("..//icons/ublock/jsdelivr.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}	
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:last-child{
    	background: #efefef url("..//icons/ublock/staticaly.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-bottom: 4px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	div.liul:nth-child(11) > div:nth-child(1) > span:nth-child(1) > a:last-child:hover{
    	background: #CFE6F1 url("..//icons/ublock/staticaly.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:4px !important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:12px 5px!important;
    	border-radius:22px!important;}
    	
    	.body > div:nth-child(6) > span:nth-child(1),
    	.body > div:nth-child(8) > span:nth-child(1),
    	#aboutNameVer,
    	.body > div:nth-child(10) > span:nth-child(1),
    	.body > div:nth-child(n+3) > a:nth-child(1){margin-left: 28px !important;}
    	
    	#aboutNameVer{
    	color: #cc0000 !important; 
    	font-size: 22px !important; 
    	font-weight: bold !important;
    	margin-top: 20px !important; 
    	margin-bottom: 10px !important;}
    	
    	.body > div:nth-child(10) > span:nth-child(1),
    	div.liul:nth-child(11) > div:nth-child(2){
    	color: #002db3 !important;
    	font-size: 14px !important; 
    	font-weight: bold !important;}	
    	
    	.body > div:nth-child(6) > span:nth-child(1),
    	.body > div:nth-child(8) > span:nth-child(1),
    	div.liul:nth-child(2) > div:nth-child(1){
    	color: #3377ff !important;
    	font-size: 17px !important; 
    	font-weight: bold !important;}
    	
    	.body > div:nth-child(n+3) > a,
    	div.liul:nth-child(n+6) > div:nth-child(n+1) > a{padding-right: 70px !important;}
    	
    	div.li:nth-child(6) > span:nth-child(1) > a:nth-child(1),
    	div.liul:nth-child(6) > div:nth-child(1) > a:nth-child(1){padding-right: 20px !important;}		
    
    	
    	button[id="advancedSettingsApply"][class="preferred"][type="button"][data-i18n="genericApplyChanges"][disabled=""],
    	button[id="advancedSettingsApply"][disabled=""]{
    	background: #efefef url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right: 25px!important;
    	padding-left:  45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}
    	
    	button[id="advancedSettingsApply"][class="preferred"][type="button"][data-i18n="genericApplyChanges"]{
    	background: #FFE1B5 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	padding-top: 5px !important;
    	padding-bottom: 5px !important;
    	padding-right: 25px!important;
    	padding-left:  45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
    	border-style: outset !important;
    	border-width: 1px !important;
    	background-position:16px 9px!important;
    	border-radius:22px!important;}	
    	
        button[id="advancedSettingsApply"][class="preferred"][type="button"][data-i18n="genericApplyChanges"]:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild72.png") no-repeat !important;
    	appearance: none !important;
    	color:black!important;
    	font-size:14px!important;
    	text-decoration:none!important;
    	background-position:16px 9px!important;
    	border-style: outset !important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
    	border-width:1px !important;
    	border-radius:22px!important;}
    	
    	.body > p:nth-child(1) > span:nth-child(1){
    	color: red !important; 
    	font-weight: bold !important;
    	font-size: 16px !important;}
     
     
    	button.tabButton:nth-child(2),
    	[data-pane="settings.html"]{
    	appearance: none !important;
    	background: #EEEEEE url("..//icons/ublock/Bild62.png") no-repeat !important;
    	background-position:8px 10px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;}	
    
    /* 	span.tabButton:nth-child(2){
    	appearance: none !important;
    	background: #FFFFFF url("..//icons/ublock/Bild62.png") no-repeat !important;
    	background-position:8px 5px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;} */	
    
    	button.tabButton:nth-child(3){
    	appearance: none !important;
    	background: #EEEEEE url("..//icons/ublock/Bild63.png") no-repeat !important;
    	background-position:8px 10px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;}	
    
    /* 	A[class="tabButton selected"][href="#3p-filters.html"]{
    	appearance: none !important;
    	background: #FFFFFF url("..//icons/ublock/Bild63.png") no-repeat !important;
    	background-position:8px 5px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;} */	
    
    	button.tabButton:nth-child(4){
    	appearance: none !important;
    	background: #EEEEEE url("..//icons/ublock/Bild64.png") no-repeat !important;
    	background-position:8px 10px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;}	
    
    /* 	A[class="tabButton selected"][href="#1p-filters.html"]{
    	appearance: none !important;
    	background: #FFFFFF url("..//icons/ublock/Bild64.png") no-repeat !important;
    	background-position:8px 5px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;} */	
    
    	button.tabButton:nth-child(5){
    	appearance: none !important;
    	background: #EEEEEE url("..//icons/ublock/Bild65.png") no-repeat !important;
    	background-position:8px 10px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;}	
    
    /* 	A[class="tabButton selected"][href="#dyna-rules.html"][data-i18n="rulesPageName"]{
    	appearance: none !important;
    	background: #FFFFFF url("..//icons/ublock/Bild65.png") no-repeat !important;
    	background-position:8px 5px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;}	 */	
    
    	button.tabButton:nth-child(6){
    	appearance: none !important;
    	background: #EEEEEE url("..//icons/ublock/Bild66.png") no-repeat !important;
    	background-position:8px 10px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;}	
    
    /* 	A[class="tabButton selected"][href="#whitelist.html"][data-i18n="whitelistPageName"]{
    	appearance: none !important;
    	background: #FFFFFF url("..//icons/ublock/Bild66.png") no-repeat !important;
    	background-position:8px 5px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;} */
    
        button.tabButton:nth-child(7){
    	appearance: none !important;
    	background: #EEEEEE url("..//icons/ublock/Bild67.png") no-repeat !important;
    	background-position:8px 10px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;}	
    
    /* 	A[class="tabButton selected"][href="#shortcuts.html"][data-i18n="shortcutsPageName"]{
    	appearance: none !important;
    	background: #FFFFFF url("..//icons/ublock/Bild67.png") no-repeat !important;
    	background-position:8px 5px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;} */	
    	
    	button.tabButton:nth-child(8){
    	appearance: none !important;
    	background: #EEEEEE url("..//icons/ublock/Bild82.png") no-repeat !important;
    	background-position:8px 9px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;}
        
    	button.tabButton:nth-child(9){
    	appearance: none !important;
    	background: #EEEEEE url("..//icons/ublock/Bild68.png") no-repeat !important;
    	background-position:8px 9px!important;
    	padding-left:32px !important;
    	padding-right: 10px !important;}
    	
    	#filterReport{
    	background: #efefef url("..//icons/ublock/Link--rot.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:2px !important;
    	padding-bottom: 2px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}
    	
    	#filterReport:hover{
    	background: #CFE6F1 url("..//icons/ublock/Link--rot.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}		
    	
    	#bugReport{
    	background: #efefef url("..//icons/ublock/Link--rot.png") no-repeat !important;
    	margin-top: -19px !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top:2px !important;
    	padding-bottom: 2px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}
    	
    	#bugReport:hover{
    	background: #CFE6F1 url("..//icons/ublock/Link--rot.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}		
    	
    	div.b:nth-child(2) > div:nth-child(2) > button:nth-child(2){
    	background: #efefef url("..//icons/ublock/Link--rot.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top: 2px !important;
    	padding-bottom: 2px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}
    	
    	div.b:nth-child(2) > div:nth-child(2) > button:nth-child(2):hover{
    	background: #CFE6F1 url("..//icons/ublock/Link--rot.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}		
    	
    	div.a:nth-child(1) > div:nth-child(2) > button:nth-child(2){
    	background: #efefef url("..//icons/ublock/Link--rot.png") no-repeat !important;
    	appearance:none !important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top: 2px !important;
    	padding-bottom: 2px !important;
    	padding-left: 45px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}
    	
    	div.a:nth-child(1) > div:nth-child(2) > button:nth-child(2):hover{
    	background: #CFE6F1 url("..//icons/ublock/Link--rot.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-left: 45px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}	
    	
    	#selectAllButton{
    	background: #efefef url("..//icons/ublock/mark.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top: 2px !important;
    	padding-bottom: 2px !important;
    	padding-left: 35px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}
    	
    	#selectAllButton:hover{
    	background: #CFE6F1 url("..//icons/ublock/mark.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-left: 35px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:14px 7px!important;
    	border-radius:22px!important;}	
    	
    	#moreButton{
    	background: #efefef url("..//icons/ublock/Bild77.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top: 2px !important;
    	padding-bottom: 2px !important;
    	padding-left: 35px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:14px 8px!important;
    	border-radius:22px!important;}
    	
    	#moreButton:hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild77.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-left: 35px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:14px 8px!important;
    	border-radius:22px!important;}	
    	
    	
    	div.c:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1){
    	background: #efefef url("..//icons/ublock/Bild77.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top: 2px !important;
    	padding-bottom: 2px !important;
    	padding-left: 35px!important;
    	padding-right: 15px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:14px 5px!important;
    	border-radius:22px!important;
    	line-height: 2;}
    
    	div.c:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1):hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild77.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-left: 35px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:14px 5px!important;
    	border-radius:22px!important;}	
    	
    	div.c:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > code:nth-child(1),
    	div.d:nth-child(4) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > code:nth-child(1){
    	background-color: #efefef !important;	}
    	
    	div.c:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1):hover > code:nth-child(1),
    	div.d:nth-child(4) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1):hover > code:nth-child(1){
    	background-color: #CFE6F1 !important;	}	
    	
    	div.d:nth-child(4) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1),
    	div.c:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(3) > span:nth-child(2){
    	background: #efefef url("..//icons/ublock/Bild77.png") no-repeat !important;
    	appearance:none!important;
    	display: inline-block !important;
    	min-width:110px!important;
    	color:black!important;
    	font-size:12px!important;
    	padding-top: 2px !important;
    	padding-bottom: 2px !important;
    	padding-left: 35px!important;
    	padding-right: 15px!important;
    	border-left-color:  lightblue!important;
    	border-top-color:  lightblue!important;
    	border-right-color:  dodgerblue!important;
    	border-bottom-color:  dodgerblue!important;
        border-style: outset !important;
    	border-width:2px !important;
    	background-position:14px 6px!important;
    	border-radius:22px!important;
    	line-height: 2;}
    	
    	div.d:nth-child(4) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1):hover,
    	div.c:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(3) > span:nth-child(2):hover{
    	background: #CFE6F1 url("..//icons/ublock/Bild77.png") no-repeat !important;
    	color:black!important;
    	font-size:12px!important;
    	padding-left: 35px!important;
    	border-left-color:  #bbddff !important;
    	border-top-color:  #bbddff !important;
    	border-right-color:  #11508d !important;
    	border-bottom-color:  #11508d !important;
        border-style: outset !important;
    	background-position:14px 6px!important;
    	border-radius:22px!important;}	
    	
    	div.c:nth-child(3) > div:nth-child(2) > div:nth-child(1) > p:nth-child(3){line-height: 2.5;}
    	
    	h3{color: crimson !important; margin-left: 1px !important;}
    	
    	div.a:nth-child(1),
    	div.b:nth-child(2),
    	div.c:nth-child(3),
    	div.d:nth-child(4),
    	div.a:nth-child(6){
    	min-width: 985px !important;}
    	
    	body{overflow-x: hidden !important;}	
    	}
    	
    	
    	@-moz-document url-prefix("moz-extension://d6b78b1e-5e2a-405a-8fd5-f265411284dd/support.html") {
    	/* body {background: #ffffff !important;} */
    	
    	hr{display: none !important;}
    	
    	}
    		
    	@-moz-document url-prefix("moz-extension://d6b78b1e-5e2a-405a-8fd5-f265411284dd/popup-fenix.html") {
    	
    	.fa-icon_ph-popups{fill: red !important;}
    	
    	.fa-icon_film {fill: green !important;}
    	
    	.fa-icon_eye-slash {fill: purple !important;}
    	
    	.fa-icon_ph-readermode-text-size {fill: blue !important;}
    	
    	.fa-icon_code {fill: #661a00 !important;}
    	
    	.fa-icon_bolt {fill: #ff8000 !important;}
    	
    	.fa-icon_eye-dropper {fill: #5900b3 !important;}
    	
    	.fa-icon_comment-alt {fill: #00468c !important;}
    	
    	.fa-icon_list-alt {fill: #8c4600 !important;}
    	
    	.fa-icon_cogs {fill: #b3002d !important;}
        }
    Alles anzeigen

    Ich lade CSS Codes über ein Script, usercssloader.uc.js.
    Nicht über import Regeln in userchrome.css bzw. userContent.css
    Falls Du das mal testen willst gib Bescheid.

    Hier die Icons als Zip die müssen in den Icons Ordner - Unterordner uBlock:
    ublock.zip

    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 5. Juni 2024 um 19:27

    Hallo Mira_Belle .
    Das wäre das Script zum Umschalten der Mediasource:

    Code
    (function() {
    
       if (location != 'chrome://browser/content/browser.xhtml')
          return;
    
       try {
          CustomizableUI.createWidget({
             id: 'mediasource-enabled-button',
             type: 'custom',
             defaultArea: CustomizableUI.AREA_NAVBAR,
             onBuild: function(aDocument) {
                var button = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton');
                var attributes = {
                   id: 'mediasource-enabled-button',
                   class: 'toolbarbutton-1 chromeclass-toolbar-additional',
                   removable: 'true',
                   label: 'media.mediasource',               
                   tooltiptext: Services.prefs.getBoolPref('media.mediasource.enabled') ?
                      'media.mediasource ist aktiviert' : 'media.mediasource ist deaktiviert',
                   oncommand: '(' + onCommand.toString() + ')()'
                };
                for (var a in attributes) {
                   button.setAttribute(a, attributes[a]);
                };
                function onCommand() {
                   var isEnabled = !Services.prefs.getBoolPref('media.mediasource.enabled');
                   Services.prefs.setBoolPref('media.mediasource.enabled', isEnabled);
    			   event.target.ownerGlobal.BrowserCommands.reload();
                   var windows = Services.wm.getEnumerator('navigator:browser');
                   while (windows.hasMoreElements()) {
                      let button = windows.getNext().document.getElementById('mediasource-enabled-button');
                      if (isEnabled)
                         button.setAttribute('tooltiptext', 'media.mediasource ist aktiviert')
                      else
                         button.setAttribute('tooltiptext', 'media.mediasource ist deaktiviert');
                   };
                };
                return button;
             }
          });
       } catch(e) { };
    
       var css =
          '#mediasource-enabled-button[tooltiptext="media.mediasource ist aktiviert"] {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4QgVChgZrZw7pAAAAulJREFUOMttk89PXFUUxz/3vofDTAccfo2tFpDXzSSkFZSFYsLChTXsTGSYhS6EpN2y8EmABAIJQ8ho+hcwUbuAmVnpysRYZRaaGKI2pLUmzhhSw1Aob2gKU4b33r0uYChEv8tzvt9zz/mecwUnmJmZYXZ2lvn5eUtrPa61HtBaWwBCiKIQIi+EWJyamirWuAACYHJykmQyyfT09JLveSOPDl1i20Xay5sAPGx6mQdRi5fq6zBMMz03Nzda0wjbtkmlUkxMTPzuHFRe69kpMvrge+qqFZSQAEitcAMh0rF3+K3tCs0XQncXFhZ6bNs+7sC27SVnvzLy8b1veftxASUNpPJR0uAspPL5qbmLpauDtIRD6VQqNWqMjY1Z7tHRF907RT7Y+OVY7Pp8PXiDWOHX2pQAaCHpqDj8E27hUaCxt7+//7b0PG+8VKlys5A/9+LPLV188u4Yfza3I5V/GlfS4OZfeUqVKp7njUvXdQe6dzeoOzx43quAvfIeW1tbfNr6Bp/FriO1Ok2b1Qrdzgau6w5I13Wt9qfb6BPDagXK5TKO43BQdvjhmeTD1z/ifuurCDRKSDr3Sriua5m+76M152EIVldXebr5kGAwSGdHB8GGhjNugNYa3/cxlVLFv4NNMYFCY9SyRCIRGoXCM0yuv2iSvJdDCYlGILVPIdyGUqoolVL5tVAUtz58pjxEo21c7uwkF94lubN2ehMAXv0F1oJRlFJ5CSxGhOLWpb7nbmt4L1LHndIdeg93z4ml8rl1qY+IUACLxvr6evnqtWsdf3hG7+WjfbqqT1CGwUDpPkrK/xzSj+FXuN1oEQq8kF5eXv7SSCQSrKysfNPX0/P+d4G2i5uRi7x5uIPhH6FPbJMo/ECIz9vf4qsGi6ZQ8G4mkxlMJBLHjOHhYTKZDPF4fMn3vBHHh75n21zZfwxAIdzKWjBKswGGaaaz2exoTXO6mXg8TjabZWhoyAL+9zsDi7lcrljjAvwLey1SDvA6/m0AAAAASUVORK5CYII=)} ' +
          '#mediasource-enabled-button[tooltiptext="media.mediasource ist deaktiviert"] {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4QgVChcoe9onUQAAAvBJREFUOMttk09M22UYxz+/931b+kcg1FEoZAmWbGOSuCVOjR6IXnfzQGnCDeLBG4lpCJBAIAEye+CqB6qXJrTcPGjMolnINCbOxDl1soQyFKms0lrH1tHf731fD7SdLj7Jk/fwPt+83+/nzePQqIWFBRYXF1leXo5ba6ettSPW2jiA4zgFx3G2HMe5Njc3V2jOAjgAs7OzrKysMD8/v649b+LwxGPocIeB0n0A7ncP8EvPINE2hVIqs7S0NNnUOKlUinQ6zczMzPflR7VLLxfvMrH9JdJzMUICIIzGSB8fXXiTb/uGiYSDt1dXVy+nUqlTB6lUav3o0eOJyR8+5Y3ybkv4bAmj+TryAusvXeX5cCiTTqcnnampqbj2vJ2Lv9/l3e0vMEIh6l4jHE9PC9onkUbz4bm3+OnsMFKpQeV53nTx8QlrhZsYIRF1j/TUBxxVKvxVqVCr1bDWctIWIvfZ+xgleWf3JmNnztEbZFq5rjsyXN5Duict609qNZ48+IOHpRLHx8dYa3EDYRCNKJ7Li0d7HPYMjCjXdePxo32MaN7C/sEB9WqVSqVCtVpFSokO6RYLIySDf/7KfqQ/rrTW2P+Qgjt3fqS8V6BYLGKtJRaL8VzM95QHYLForVHGmMK99p4hcfTzaQQL7e3t2K4uhBBYa+no6KAtHIbSKVRhNNudfRhjCsoYs/VdKDqk/QEczwUL/jNRAvU6JtwBQDAYREW6YbfxuvJxK9RN1JgtZ3x8PO7W6zuvPjzgvd++QjsS6ekWsH95RkuJtIa1/tf4pvMsPr9/UGSz2YKQMnPd382NcD/SGoySGPFMN8Q3wn18HuhFSJnJZrMFmUwm2djY+OTK5UtvX2+L9j4IR3i9dojQLtZxAAdhNUgfa32v8HHnebpCgdu5XO5qMpk85To2NkYulyORSKxrz5soa7hSK3H+7yJYuNcZ41YoSkRYpFKZfD4/2dS0PiaRSJDP5xkdHY0D/7vOwLXNzc1CcxbgH/lpXYTK63B1AAAAAElFTkSuQmCC)} ';
       var stylesheet = document.createProcessingInstruction('xml-stylesheet', 'type="text/css" href="data:text/css;utf-8,' + encodeURIComponent(css) + '"');
       document.insertBefore(stylesheet, document.documentElement);
    
    })();
    Alles anzeigen

    Das Script erstellt eine Schaltfläche zum umschalten.
    Mfg.
    Endor

  • In memoriam

    • Endor
    • 2. Juni 2024 um 13:42

    Ruth Maria Kubitschek ist tot.

    Schauspielerin Ruth Maria Kubitschek ist tot
    Sie galt als Grande Dame des Deutschen Fernsehens. Nun ist Ruth Maria Kubitschek im Alter von 92 Jahren in der Schweiz gestorben. Bekannt wurde sie vor allem…
    www.tagesschau.de

    R.I.P.
    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 17. Mai 2024 um 20:55

    bege Schau Dir mal Zeile 38 an.
    Da fehlt meiner Meinung nach etwas.
    Müsste glaube ich so sein:
    var { BrowserConsoleManager } = require('resource://devtools/client/webconsole/browser-console-manager.js');

    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 16. Mai 2024 um 19:59

    Eine FRage noch zu den Änderungen für Firefox 126+

    Ich habe hier ein Script da ist dieser Teil vorhanden:

    Code
                 if (pref.getBoolPref("browser.download.useDownloadDir")) {
                    // Firefox is going to check where to save by file according to the folderList
                    switch (pref.getIntPref("browser.download.folderList")) {
                       case 0: // the desktop
                          var desktop = dirService.get("Desk", Components.interfaces.nsIFile);
                          folder = desktop;
                          break;
                       case 1: // the downloads folder
                          var dm = Components.classes["@mozilla.org/download-manager;1"].
                             getService(Components.interfaces.nsIDownloadManager);
                          folder = dm.userDownloadsDirectory;               
                          break;
                       case 2: // the last folder specified for a download
                          folder = pref.getComplexValue("browser.download.dir", Components.interfaces.
                             nsIFile);
                          break;
                    }
                 
                 } else {
                    // Users are manually pointing out a directory to save to
                    folder = pref.getComplexValue("browser.download.lastDir", Components.interfaces.
                       nsIFile);
    Alles anzeigen

    da steht mehrmals browser.download
    muss das auch durch browserCommands.download
    ersetzt werden?

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 16. Mai 2024 um 19:48

    Hallo milupo.
    Habe die Änderung gemacht. Die neue Version ist hier unter Firefox 127 zu finden:

    userChrome.js/Firefox 127/ExtensionOptionsMenu.uc.js at master · Endor8/userChrome.js
    Skripte für die Firefox-Erweiterung userChromeJS. Contribute to Endor8/userChrome.js development by creating an account on GitHub.
    github.com

    Danke für den Code milupo.:thumbup:
    Eine Frage, was sagst Du, soll ich das Originalscript was Mira_Belle verlinkt hat
    mit der aktuellen Version für Firefox 126, ersetzen? Ich fände das vielleicht besser.
    Mfg.
    Endor

  • Script "Vertical Add-on Bar"--> seit FF 126 Leiste leer

    • Endor
    • 16. Mai 2024 um 19:27

    Hallo Kerian .
    Der Autor Aris-t2 hat das Script vor 46 Minuten aktualisiert.
    Siehe hier https://github.com/Aris-t2/Custom…_vertical.uc.js
    Ob damit Dein Problem behoben ist, kann ich leider nicht sagen.
    Er hat auf den Hinweis von Speravir diese Version gemacht.
    Mfg.
    Endor

  • FF126: AnimationToggleButton.uc.js tuts nich mehr

    • Endor
    • 16. Mai 2024 um 17:21

    Zitronella
    Vielen Dank. Ist jetzt geändert.
    Mfg.
    Endor

  • FF126: AnimationToggleButton.uc.js tuts nich mehr

    • Endor
    • 16. Mai 2024 um 16:56

    Hallo Zitronella.
    In Deinem Script müsstest Du noch Zeile 64 anpassen.
    Da steht noch: BrowserReloadSkipCache() statt BrowserCommands.reloadSkipCache()

    Mfg.
    Endor

  • FF126: AnimationToggleButton.uc.js tuts nich mehr

    • Endor
    • 16. Mai 2024 um 08:19

    Hallo Speravir .
    Danke für den Hinweis. :thumbup:
    Hatte ich in der Eile übersehen.
    Ist oben korrigiert.
    Für alle Fälle hier nochmals die korrigierte Version:

    Code
    // 	28_AnimationToggleButton.uc.js
    // 	v. 0.4.2a
    //  16.05.24 Endor Anpassung an Firefox 126+
    //	211104:	BrokenHeart zuletzt in:
    //	https://www.camp-firefox.de/forum/thema/133649
    
    (function() {
    
       if (location != 'chrome://browser/content/browser.xhtml')
          return;
    
       try {
    
          CustomizableUI.createWidget({
    
             id: 'animation-button',
             type: 'custom',
             defaultArea: CustomizableUI.AREA_NAVBAR,
    
             onBuild: function(aDocument) {
    
                var button = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton');
                var attributes = {
                   id: 'animation-button',
                   class: 'toolbarbutton-1 chromeclass-toolbar-additional',
                   removable: 'true',
                   label: 'Animation',
                   tooltiptext: 'Klick li: Gif ∞\nKlick mi: Gif 1x \nKlick re: Gif aus',
                   oncontextmenu: 'return false'
                };
                for (var a in attributes)
                   button.setAttribute(a, attributes[a]);
                var animmode = Services.prefs.getCharPref('image.animation_mode');
                button.setAttribute('anim', animmode);
                button.IsOnce = (animmode == 'once');
    
                function onClick() {
    
                   var button = document.getElementById('animation-button');
                   function setPref(value) {
                      Services.prefs.setCharPref('image.animation_mode', value);
                   };
                   function getPref() {
                      return Services.prefs.getCharPref('image.animation_mode');
                   };
                   function setIsOnce(value) {
                      var windows = Services.wm.getEnumerator('navigator:browser');
                      while (windows.hasMoreElements()) {
                         windows.getNext().document.getElementById('animation-button').IsOnce = value;
                      };
                   };
    
                   switch (event.button) {
    
                      case 0:
                         var animmode = getPref();
                         setPref('normal');
                         if (button.IsOnce) {
                            BrowserCommands.reloadSkipCache();
                            setIsOnce(false);
                         } else {
                            if (animmode == 'normal')
                               BrowserCommands.reloadSkipCache()
                            else
                               BrowserCommands.reload();
                         };
                         break;
    
                      case 1:
                         setPref('once');
                         BrowserCommands.reloadSkipCache();
                         setIsOnce(true);
                         break;
    
                      case 2:
                         setPref('none');
                         event.preventDefault();
                         event.stopPropagation();    
                         BrowserCommands.reload();
                         break;
                   };
    
                   var windows = Services.wm.getEnumerator('navigator:browser');
                   while (windows.hasMoreElements()) {
                      windows.getNext().document.getElementById('animation-button').setAttribute('anim', getPref());
                   };
                };
    
                button.setAttribute('onclick', '(' + onClick.toString() + ')();');
                return button;
             }
          });
    
       } catch(e) { };
    
       var css =
          '#animation-button[anim="normal"] {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAoCAYAAAC4h3lxAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wkNFRE2JfCuMgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAS6SURBVFjD7ZnNTxtHFMDfm7ENtbGxoV7b2A4gATZ2VEybCyAB5d4qUntLBZcI5dQ/oKcee4l6qBRFgTYqaUqjSFS5tVUrIEJCjQqYDxmIAwUMCV+GxMYfLDs7PQQQjhcKxY03Up60WntmZ/b93pdmdhAAoK2tTQCA9yRJsgEAgoqEUvoCEWc7Ojoet7e3Z/Vjc3Ozh1J6GRE5qFdQluXxgYGBXzjPVFODiB8dKM8Z13JQFwchRAIEjojvNzU1TQHAcgYApZQAAGxXbFeEykKdnHOqJgB30v1H+Xj5b4go6XQ6dxbAwY+UMVWyq92laoudOI9XHg2lzs5OGg6HWX9//0sPwRsmc3Nz1xHxbltbW22GB5REz/TbzhfOP43bxiWOnMRKYhXLpuWGXbJryGdhQkQPANxsaWm5ciyARbRs+Cf8t3QJXeywLWIJWy3WyUnf5NWEJmHME8D2/t2AiJ8dG0LV4ep7R5U/9Mq2frU6Uv1zvsxvsVi+OkwIRJsigDVtjRRtFkWOm6RkoWTasGeI/0cdzlWnrVarCADssMwqPaRj2ZbPLM7ACliBdNaXl+2UhS+FL32t4Zp4rjyiCCBS0XSipWSgIhU1Z1I+WTbtGfPcNj01rdXP1d/IFYQiwGbhpjNpSTqPG/T8wvOaHe3OqZPYkXTM1vxV8yPKyAAAjCvGrcBcoCsXEEQ5SDkJe8KfSoVS0at9aWP63XB5+PKplU845r0j3h7CiXi03bRiWgvMB7oop4nzABwbBtGCqDP4QfCaa8v1sChaFOGE03hp/MKSZenDJE2aTjO5PWV/7B3zfo8yKuaLadm0Vo/1N4OVwWsSSoacAgAAxDQxa0gIfQLC2Se2p+xPvCPeH5DhicluipjW66CuO1gZvMqQGXISQucVW9K26B313iaM7J7m+eJI8dPAQqCLcpp8HQAn1nFb2vakdqy2m0jkTGW2eKn4WWAxcIsCTf1vAAgoX1y92ONOuEeV+oW0MO8d8d4hUmbCnhpisfhZ3d9131Kg6ZwDIKDsX/X3CLNCqGqk6r57xz2RoXxKWPKN+r6j0ulfriTmJXOkJlrzIKcACCj71/x3hFlhBgAAOcpVo1W9roRrEgBA2BWe1I7VdpE9speT5SajYk6q0IHyvjVfrzAjhDLaOcrVI9W9er8+4ph1PKJ7VIQ8yL8ByL51X69txjahCMeRuaZcg3ndM59Ubfwb/l7btG1SzTu0Yz3g2/Dds4WULa+qrxaK65eUY8oesgffhD2yIgDhhJ9346GGHIC3APlK4rQm/c5mzaYzbx+zDHH7uQCiumhV1BH9/G0IvaYQIgAgG7eMa85C54Taqo95xzx75G/WEl3DGItRSouMK8YVz4rnrlotzTlHURQXsks+5/dlWWZqDhPOOTLGfh8aGlrP8sDg4OBGY2PjjYKCglqNRmPknBOVKb+TTqcXh4eH15UXlK8c2TQ0NLj0ev2XL8fySDwe75YkSTV5YTabKwkh3wAAl2X5YRYAIkJra+uvhJDSfQuo6tBj/zhMBgBgjF0nCi4DrVb7BQCI+wOYmq4D5QHgkVar/SnLAwdeaG5udlNKPwaASs65ao5eCSExSZLGS0tLH/T19fF/AGeo9vFEBn4KAAAAAElFTkSuQmCC)} ' +
          '#animation-button[anim="once"] {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAoCAYAAAC4h3lxAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wkNFQw22pzCLgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAATOSURBVFjD7VlvTFtVFD/3vtcWWlpAUkrbDazQkWkilfhl+zAahARNZjIT9QMzkS8EPm+wADMxWdRhsk842cYgbsbExWRqBkMGCwrbPpBsisi/V9rCZsBoHGwPKO277x0/sJqxviKVah/Gk7y89+7Nve/8zvmdc++5jwAAVFRUFCPia4wxGyIS0JDwPC9SSr8tLS0daG1tjeknXq/XSyn9EAAoaFcIIn4RDAZPBoPBjQAB4J2o8owhRdSW5jxPkBBAAHjT5XL1AMDYhn5KaSYAwMGDa7o3XheeB9AWgqkpx/x771sXCCEyIr4YAyD6UPhM2GQyMc1xx+FYsQBYF6JUqq2t5Xw+nzw4OAigcd6rit/vP0UI+ay8vHzvBg+oyeqqMXT7tm1+YiJNIgRYScmq2eP5xWkwhPkUYuAIIcUAcKasrKw6riL375sjJ064/HN3+XC07Zu+9LCnxBw6csRfZDKFUgVi8dHdRAg5HJdC5zryA48rH5UfRvUrly4VBFJl/uzs7JN/5lZCbKoA5heeEkdGDCvxJvnyK+OyKKb/zYgn20pzVqs1AgBy9F0VwFqI3/QjOh0ooRCf8Io9Pu4Ya2t77nvG9OGkrRNqjQYD21Q5SQKalsYSsuTkpHO05bgtQilQjtszUVsrPMvzEcN2AVD13LuY4fFETPEGvfJyyGixbD2Ip6acPzY15zJK1783cF2vdHS4p5PhCVUAhCCpq7tXYMuV9U/2FRUyQ3X13YIEVtKJ5hZbhNKNTu0fMEidne5pxvSRpFMIACDX+iC9tTVQeOuW7eexnwwSAaJ4PCH9/v0Lu4zG1fStTC4IzvGmZluIEFClZN81g0Q592TN28Jenpf0SQUAAGCxiMaqKnFPVVXiE/tmHJONx3JDlMKm8dTba2AE3EJNja+Y4yRdUii0XfHN2H0NDXkipWRLmepqb1r4kwvuKVnWSSkH4A84phsa7EuUApfIuJ6etMiFi4mDSAgAIsHuHve0IOTdV+sPBOy+o0fzxGi2SVS6u9MiFz8tEmSZZ/8AAIJXr7qFri7zcstx+6zgsy1tVD4v0NBoX4wXsFuVK1fS127cKJhLKgBEgr29Rb7OrowVAABZJtjS4gzMzNgeAADMztpnGo85fkdMjDZxd8EhiknJQlHl+/oK/R3nzeLj7bIM2NTsCNTXZRhPf2wREVNTW/B/RZtr/YX+cx2WB2q9skyUj05nLgNAyk4yNrVaf3+h/+xZy0MtV2hxPdA/UORvP6NueS2Jqgfm5qxL7e2WpZ1QI9M43CawQ2THnUr85wCoBrHZLMFbh0MpA5efv0a3BcBqXcw8dGjxhf8p9C9RiAAA3rmTvrJrt21RY2e7MD1t+e2x15gamlcUJUgpfXpoWC8NDTsDGja2IknSTTUKNSqK8lDjTEFZlj+oq6ubjd2tIUJlZWUmY+wlnuddGoyLX8Ph8HfDw8OziAj19fW8IAg3AYBTFGWY4BO/ZPbt27fLaDS+CwCIiPdEUTzPGNNMZGRlZbkopW0AgIqiDMUAIISA1+vto5TmrNcDyGnJHYQQBABlfcsjn6KxBQyCTqdrBoDIowGylq6o8gAwotPpPo/xQNQLBw4c2M1x3KsA4NLSr1dK6UPG2GhOTs7Xly9fxj8A10cIqTl/HS8AAAAASUVORK5CYII=)} ' +
          '#animation-button[anim="none"] {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAoCAYAAAC4h3lxAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wkNFRMXW6/c7gAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAATFSURBVFjD7ZlfTFtVHMd/55z+Adrbv7fg5E9L/4hLpg/GkABJwcb4plnilhg18OBC9rQnn3wyZosQJXswIwzQRRBxWcbcMnSaEf6EhMiDjj9hQssmVMV20FG4QHu59x4fRgnQWwTajUviL2nannPPvb/P7/f9/dLTgwAAfD5fLgC8LAhCHgAgUJARQqIIocmampqp6urqpHnk9XpLCCEnEUIUlGtIkqSRvr6+O5Rud1OFEHoz4TxPqRqosjjUGAsIgCKEXqmoqBgHgD+3ARBCMADAO9Goo/Thw1oKQJQEEGbZnvqCgp8RQoJGoylMAkh8eD4Ws2QLAlGadiyrq8VbpVRbW0v8fr/Y29sLAAAYjphNT083IIQ6fD7f8W0ZkLN1jebxDMv+EtDrZwml2M1xjsL5+TLV+rruMBsTQqgEAJoqKyvfSwmwkpPz6LLH0+xXq5c2B41Gf6nFMvZuIHBGG48zhwTweONdhxB6P6WEbtntV7c5v2HD2dn/DBYW3jis8JvN5rrNgkAoTxYgyjDBAZ0umOomHSbT/ZhWu3xAH9Lq0zabjQcAMfFdFoCXifxW0wKIcZVK2O/DQ2az/3ZJyUWJkOVMZUQWQL2+btgtUjwA0QiCaj8Pmjeb79c5nVe6GSb0o8fTmCkIWQATx+WXrq7mp1p0Ohp9IXsfRbxgNk9eKC7+NoaQCABwW6+P/OB2t9AMQMgXMaX41OzsqQJB0O+ceikeZ6uCwZN7jrzJ9OCC09kWw5jfOt7NMKE7bneLhPFKOgApZcBwXP6Hk5Nn/TbbwIROF9RQSl7kuCJXOPyamucNe7l5xGSaqnO5vl5DSLZebjFMiHg8Ta8HAmexKOoyCgAAoF1bs52YnX37xEGatdEY+NTp/GYlhfMJu8EwYepytb4RCJxBkqTLjITStAWjcabe5brCYRzfy/XfGwx/33W7WyjGq88CYNc+vmg0Bj53uVqjGO+rzXYZDHM9Hk8zxXjtaQJIvzkcbSGW/VXWeYPhQb3T2b64o2D3atcZZq7H5fqSYhx7GgDSPYejrZllJ87b7ddCVuvoNs0bDLOfud1fLRISS0d+143G4FR+/s1MA0gjDkf7ZZb9HQBAQEg673B0hq3WMQCAJYMh0OB2t0QwXs9EDcUJ4TPShTadt9s7m1h2YuuggJD0icPReS4rK9iemzu8cEDZpGv/BSCN2e2dTTbbqNykiJB48dix/sPc4OwmITput3c22mxjSt6hpczAeFHR1UspIq8kk81AxGwev5Sbe+8o7JFlAaQn/xPRIwtwlOzIA8gWcRbPZ38QieQfllN5KyvPpQWg5zj3qxx37n8JPSMJYQCQJvX6kNliGVVa95ljmMmtv2CSAERRXCKE6Lt1ur+6nc4OpUaaUop4nv8jSUKU0muSJIlKlgmlFImieHdwcDCclIH+/v5H5eXljVqt9rhKpWIopVhhznOxWGxmaGgoLDePdh7ZlJWVFeTk5Hz8ZC0NLi8vtwqCoJi6MJlMxRjjLwCASpI0kASAEIKqqqqfMMbWjQgo6tBj4zhMAgAQRbEBy6QM1Gr1RwDAbywQlfRKOA8Aw2q1+rukDCSy4PV6CwkhbwFAMaVUMUevGOMlQRBGrFbrza6uLvovNfXp2AJLOUkAAAAASUVORK5CYII=)}';
       var stylesheet = document.createProcessingInstruction('xml-stylesheet', 'type="text/css" href="data:text/css;utf-8,' + encodeURIComponent(css) + '"');
       document.insertBefore(stylesheet, document.documentElement);
    
    })();
    Alles anzeigen

    Mfg.
    Endor

  • Script "Vertical Add-on Bar"--> seit FF 126 Leiste leer

    • Endor
    • 15. Mai 2024 um 19:48

    Hallo zusammen.
    Ich kann jetzt nicht sagen ob das hilft.
    Der Autor hat eine neuere Version auf Github:

    CustomJSforFx/addonbar_vertical.uc.js at master · Aris-t2/CustomJSforFx
    custom scripts. Contribute to Aris-t2/CustomJSforFx development by creating an account on GitHub.
    github.com

    Hier das Script:

    CSS
    // 'Vertical Add-on Bar' script for Firefox by Aris
    //
    // no 'close' button
    // 'toggle' toolbar with 'Ctr + Alt + /' on Windows/Linux or 'Cmd + Alt + /' on macOS
    // optional toggle button hides the toolbar temporarily, it gets restored on every restart
    // 'Vertical Add-on Bar' entry is only visible in toolbars context menu when in customizing mode
    //
    // flexible spaces on toolbar work 'vertically'
    // toolbar can be on the left or on the right
    // toolbar is display horizontally in customizing mode
    
    // [!] Fix for WebExtensions with own windows by 黒仪大螃蟹 (for 1-N scripts)
    
    Components.utils.import("resource:///modules/CustomizableUI.jsm");
    ChromeUtils.importESModule("resource:///modules/CustomizableUI.sys.mjs");
    
    
    var AddonbarVertical = {
      init: function() {
    
    	if (location != 'chrome://browser/content/browser.xhtml')
          return;
    
    	/* blank tab workaround */
    	try {
    	  if(gBrowser.selectedBrowser.getAttribute('blank')) gBrowser.selectedBrowser.removeAttribute('blank');
    	} catch(e) {}
    	  
    	var addonbar_v_label = 'Vertical Add-on Bar'; // toolbar name
    	var button_label = 'Toggle vertical Add-on Bar'; // Toggle button name
    	var addonbar_v_togglebutton = true; // display toggle button for vertical toolbar (true) or not (false)
    	var addonbar_v_on_the_left = true; // display vertical toolbar on the left (true) or the right (false)
    	var style_addonbar_v = true; // apply default toolbar appearance/colors to vertical add-on bar
    	var addonbar_v_width = '30px'; // toolbar width
    	var compact_buttons = false; // compact button size (true) or default button size (false)
    
    	try {
    	 if(document.getElementById('toolbox_abv') == null && document.getElementById('addonbar_v') == null) {
    	  var toolbox_abv = document.createXULElement('toolbox');
    	  toolbox_abv.setAttribute('orient','horizontal');
    	  toolbox_abv.setAttribute('id','toolbox_abv');
    	  toolbox_abv.setAttribute('insertbefore','sidebar-box');
    	  
    	  var tb_addonbarv = document.createXULElement('toolbar');
    	  tb_addonbarv.setAttribute('id','addonbar_v');
    	  tb_addonbarv.setAttribute('customizable','true');
    	  tb_addonbarv.setAttribute('class','toolbar-primary chromeclass-toolbar browser-toolbar customization-target');
    	  tb_addonbarv.setAttribute('mode','icons');
    	  tb_addonbarv.setAttribute('iconsize','small');
    	  tb_addonbarv.setAttribute('toolboxid','navigator-toolbox');
    	  tb_addonbarv.setAttribute('orient','vertical');
    	  tb_addonbarv.setAttribute('flex','1');
    	  tb_addonbarv.setAttribute('context','toolbar-context-menu');
    	  tb_addonbarv.setAttribute('toolbarname', addonbar_v_label);
    	  tb_addonbarv.setAttribute('label', addonbar_v_label);
    	  tb_addonbarv.setAttribute('lockiconsize','true');
    	  tb_addonbarv.setAttribute('defaultset','spring');
    	  
    	  toolbox_abv.appendChild(tb_addonbarv);
    	  
    	  CustomizableUI.registerArea('addonbar_v', {legacy: true});
    	  CustomizableUI.registerToolbarNode(tb_addonbarv);
    	  
    	  if(addonbar_v_on_the_left) {
    	    document.getElementById('browser').insertBefore(toolbox_abv,document.getElementById('browser').firstChild);
    	  }
    	  else {
    		document.getElementById('browser').appendChild(toolbox_abv);
    	  }
    	  
      	  var observer = new MutationObserver(function(mutations) {
    		mutations.forEach(function(mutation) {
    		  try {
    			if(document.querySelector('#main-window').getAttribute('customizing')) {
    			  document.querySelector('#addonbar_v').setAttribute('orient','horizontal');
    			  document.querySelector('#navigator-toolbox').appendChild(document.querySelector('#addonbar_v'));
    			}
    			else  {
    			  document.querySelector('#addonbar_v').setAttribute('orient','vertical');
    			  document.querySelector('#toolbox_abv').appendChild(document.querySelector('#addonbar_v'));
    
    			}
    		  } catch(e){}
    		});    
    	  });
    	
    	  observer.observe(document.querySelector('#main-window'), { attributes: true, attributeFilter: ['customizing'] });
    	  
    	  try {
    		Services.prefs.getDefaultBranch('browser.vaddonbar.').setBoolPref('enabled',true);
    		setToolbarVisibility(document.getElementById('addonbar_v'), Services.prefs.getBranch('browser.vaddonbar.').getBoolPref('enabled'));
    		setToolbarVisibility(document.getElementById('toolbox_abv'), Services.prefs.getBranch('browser.vaddonbar.').getBoolPref('enabled'));
    	  } catch(e) {}
    	  
    	  if(addonbar_v_togglebutton) {
    	  
    		CustomizableUI.createWidget({
    			id: 'togglebutton_addonbar_v', // button id
    			defaultArea: CustomizableUI.AREA_NAVBAR,
    			removable: true,
    			label: button_label, // button title
    			tooltiptext: button_label, // tooltip title
    			onClick: function(event) {
    			  if(event.button==0) {
    			    var windows = Services.wm.getEnumerator(null);
    				while (windows.hasMoreElements()) {
    				  var win = windows.getNext();
    				  
    				  var vAddonBar = win.document.getElementById('addonbar_v');
    				  setToolbarVisibility(vAddonBar, vAddonBar.collapsed);
    					  
    				  var vAddonBarBox = win.document.getElementById('toolbox_abv');
    				  setToolbarVisibility(vAddonBarBox, vAddonBarBox.collapsed);
    					  
    				  Services.prefs.getBranch('browser.vaddonbar.').setBoolPref('enabled',!vAddonBar.collapsed);
    				  
    				  if(!vAddonBar.collapsed)
    					win.document.querySelector('#togglebutton_addonbar_v').setAttribute('checked','true');
    				  else win.document.querySelector('#togglebutton_addonbar_v').removeAttribute('checked');
    				}
    			  }
    			},
    			onCreated: function(button) {
    			  if(Services.prefs.getBranch('browser.vaddonbar.').getBoolPref('enabled'))
    			    button.setAttribute('checked','true');
    			  return button;
    			}
    				
    		});
    	  }
    
    	  // Press 'Ctr + Alt + /' on Windows/Linux and 'Cmd + Alt + /' on macOS to toggle vertical add-on bar
    	  var key = document.createXULElement('key');
    	  key.id = 'key_toggleVAddonBar';
    	  key.setAttribute('key', '/');
    	  key.setAttribute('modifiers', 'accel,alt');
    	  key.setAttribute('oncommand',`
    		var windows = Services.wm.getEnumerator(null);
    		while (windows.hasMoreElements()) {
    		  var win = windows.getNext();
    		  var vAddonBar = win.document.getElementById('addonbar_v');
    		  setToolbarVisibility(vAddonBar, vAddonBar.collapsed);
    		  var vAddonBarBox = win.document.getElementById('toolbox_abv');
    		  setToolbarVisibility(vAddonBarBox, vAddonBarBox.collapsed);
    		  Services.prefs.getBranch('browser.vaddonbar.').setBoolPref('enabled',!vAddonBar.collapsed);
    		  if(!vAddonBar.collapsed)
    			win.document.querySelector('#togglebutton_addonbar_v').setAttribute('checked','true');
    		  else win.document.querySelector('#togglebutton_addonbar_v').removeAttribute('checked');
    		}
    	  `);
    	  document.getElementById('mainKeyset').appendChild(key);
    	  
    	 }
    	} catch(e) {}
    	
    	// style toolbar & toggle button
    	var addonbar_v_style = '';
    	var togglebutton_addonbar_v_style = '';
    	
    	if(style_addonbar_v) {
    	  var end_border =`
    		#addonbar_v {
    			border-inline-end: 1px solid var(--sidebar-border-color,rgba(0,0,0,0.1)) !important;
    		}
    	  `;
    		  
    	  if(!addonbar_v_on_the_left) {
    		end_border =`
    		  #addonbar_v {
    			border-inline-start: 1px solid var(--sidebar-border-color,rgba(0,0,0,0.1)) !important;
    		  }
    		`;
    	  }
    
    	  addonbar_v_style =`
    		#addonbar_v {
    		  appearance: none !important;
    		  background-color: var(--toolbar-bgcolor);
    		  background-image: var(--toolbar-bgimage);
    		  background-clip: padding-box;
    		  color: var(--toolbar-color, inherit);
    		}
    		#main-window:-moz-lwtheme #addonbar_v {
    		  background: var(--lwt-accent-color) !important;
    		}
    		#main-window[lwtheme-image='true']:-moz-lwtheme #addonbar_v {
    		  background: var(--lwt-header-image) !important;
    		  background-position: 0vw 50vh !important;
    		}
    		#main-window:not([customizing]) #toolbox_abv:not([collapsed='true']),
    		#main-window:not([customizing]) #addonbar_v:not([collapsed='true']) {
    		  min-width: `+addonbar_v_width+`;
    		  width: `+addonbar_v_width+`;
    		  max-width: `+addonbar_v_width+`;
    		}
    		#main-window[chromehidden='menubar toolbar location directories status extrachrome '] #toolbox_abv:not([collapsed='true']),
    		#main-window[chromehidden='menubar toolbar location directories status extrachrome '] #addonbar_v:not([collapsed='true']),
    		#main-window[sizemode='fullscreen'] #toolbox_abv:not([collapsed='true']),
    		#main-window[sizemode='fullscreen'] #addonbar_v:not([collapsed='true']) {
    		  min-width: 0px;
    		  width: 0px;
    		  max-width: 0px;
    		}
    		#main-window[customizing] #addonbar_v {
    		  outline: 1px dashed !important;
    		  outline-offset: -2px !important;
    		}
    		#addonbar_v:-moz-lwtheme {
    		  background: var(--lwt-header-image) !important;
    		  background-position: 100vw 50vh !important;
    		}
    		#addonbar_v toolbarbutton,
    		#addonbar_v toolbar .toolbarbutton-1 {
    		  padding: 0 !important;
    		}
    		`+end_border+`
    	  `;
    	}
    	
    	var addonbar_right = '';
    	
    	if(!addonbar_v_on_the_left) {
    		addonbar_right =`
    		  #toolbox_abv{
    			order: 10 !important;
    		  }
    		`;
    	}
    	
    	if(addonbar_v_togglebutton) {
    	  togglebutton_addonbar_v_style =`
    		#togglebutton_addonbar_v .toolbarbutton-icon { \
    		  list-style-image: url('chrome://browser/skin/sidebars.svg');
    		  fill: green; 
    		}
    		/*#togglebutton_addonbar_v .toolbarbutton-icon {
    		  list-style-image: url('chrome://browser/skin/forward.svg');
    		  fill: red;
    		}
    		#togglebutton_addonbar_v[checked] .toolbarbutton-icon {
    		  fill: green;
    		}
    		#togglebutton_addonbar_v {
    		  background: url('chrome://browser/skin/back.svg') no-repeat;
    		  background-size: 35% !important;
    		  background-position: 10% 70% !important;
    		}
    		#togglebutton_addonbar_v[checked] {
    		  transform: rotate(180deg) !important;
    		  background: url('chrome://browser/skin/back.svg') no-repeat;
    		  background-position: 10% 30% !important;
    		}*/
    	  `;
    	}
    	
    	var compact_buttons_code = '';
    	
    	if(compact_buttons)
    	  compact_buttons_code = `
    		#addonbar_v toolbarbutton .toolbarbutton-icon {
    		  padding: 0 !important;
    		  width: 16px !important;
    		  height: 16px !important;
    		}
    		#addonbar_v .toolbarbutton-badge-stack {
    		  padding: 0 !important;
    		  margin: 0 !important;
    		  width: 16px !important;
    		  min-width: 16px !important;
    		  height: 16px !important;
    		  min-height: 16px !important;
    		}
    		#addonbar_v toolbarbutton .toolbarbutton-badge {
    		  margin-top: 0px !important;
    		  font-size: 8px !important;
    		}
    	  `;
    	  
    	var uri = Services.io.newURI('data:text/css;charset=utf-8,' + encodeURIComponent(''+addonbar_v_style + togglebutton_addonbar_v_style + addonbar_right + compact_buttons_code), null, null);
    	  
    	var sss = Components.classes['@mozilla.org/content/style-sheet-service;1'].getService(Components.interfaces.nsIStyleSheetService);
    	sss.loadAndRegisterSheet(uri, sss.AGENT_SHEET);
    	
      }
    
    }
    
    /* initialization delay workaround */
    document.addEventListener('DOMContentLoaded', AddonbarVertical.init(), false);
    /* Use the below code instead of the one above this line, if issues occur */
    /*
    setTimeout(function(){
      AddonbarVertical.init();
    },2000);
    */
    Alles anzeigen

    Hoffe, die funktioniert.
    Mfg.
    Endor

  • FF126: AnimationToggleButton.uc.js tuts nich mehr

    • Endor
    • 14. Mai 2024 um 20:27
    Zitat von milupo

    Außerdem interessiert es einen Nutzer vielleicht, was sich wirklich geändert hat

    Ja da hast Du absolut recht. :thumbup:

    harff182

    gerne, freut mich wenn es passt.
    Viele Grüße
    Endor

  • FF126: AnimationToggleButton.uc.js tuts nich mehr

    • Endor
    • 14. Mai 2024 um 20:13

    milupo siehe mein Script oben. ;)

  • FF126: AnimationToggleButton.uc.js tuts nich mehr

    • Endor
    • 14. Mai 2024 um 20:05

    Guten Abend harff182

    Bitte mal testen:

    Code
    // 	28_AnimationToggleButton.uc.js
    // 	v. 0.4.2
    //	211104:	BrokenHeart zuletzt in:
    //	https://www.camp-firefox.de/forum/thema/133649
    
    (function() {
    
       if (location != 'chrome://browser/content/browser.xhtml')
          return;
    
       try {
    
          CustomizableUI.createWidget({
    
             id: 'animation-button',
             type: 'custom',
             defaultArea: CustomizableUI.AREA_NAVBAR,
    
             onBuild: function(aDocument) {
    
                var button = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton');
                var attributes = {
                   id: 'animation-button',
                   class: 'toolbarbutton-1 chromeclass-toolbar-additional',
                   removable: 'true',
                   label: 'Animation',
                   tooltiptext: 'Klick li: Gif ∞\nKlick mi: Gif 1x \nKlick re: Gif aus',
                   oncontextmenu: 'return false'
                };
                for (var a in attributes)
                   button.setAttribute(a, attributes[a]);
                var animmode = Services.prefs.getCharPref('image.animation_mode');
                button.setAttribute('anim', animmode);
                button.IsOnce = (animmode == 'once');
    
                function onClick() {
    
                   var button = document.getElementById('animation-button');
                   function setPref(value) {
                      Services.prefs.setCharPref('image.animation_mode', value);
                   };
                   function getPref() {
                      return Services.prefs.getCharPref('image.animation_mode');
                   };
                   function setIsOnce(value) {
                      var windows = Services.wm.getEnumerator('navigator:browser');
                      while (windows.hasMoreElements()) {
                         windows.getNext().document.getElementById('animation-button').IsOnce = value;
                      };
                   };
    
                   switch (event.button) {
    
                      case 0:
                         var animmode = getPref();
                         setPref('normal');
                         if (button.IsOnce) {
                            BrowserCommands.reloadSkipCache();
                            setIsOnce(false);
                         } else {
                            if (animmode == 'normal')
                               BrowserCommands.reloadSkipCache()
                            else
                               BrowserCommands.reload();
                         };
                         break;
    
                      case 1:
                         setPref('once');
                         BrowserCommands.reloadSkipCache();
                         setIsOnce(true);
                         break;
    
                      case 2:
                         setPref('none');
                         event.preventDefault();
                         event.stopPropagation();    
                         BrowserCommands.reload();
                         break;
                   };
    
                   var windows = Services.wm.getEnumerator('navigator:browser');
                   while (windows.hasMoreElements()) {
                      windows.getNext().document.getElementById('animation-button').setAttribute('anim', getPref());
                   };
                };
    
                button.setAttribute('onclick', '(' + onClick.toString() + ')();');
                return button;
             }
          });
    
       } catch(e) { };
    
       var css =
          '#animation-button[anim="normal"] {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAoCAYAAAC4h3lxAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wkNFRE2JfCuMgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAS6SURBVFjD7ZnNTxtHFMDfm7ENtbGxoV7b2A4gATZ2VEybCyAB5d4qUntLBZcI5dQ/oKcee4l6qBRFgTYqaUqjSFS5tVUrIEJCjQqYDxmIAwUMCV+GxMYfLDs7PQQQjhcKxY03Up60WntmZ/b93pdmdhAAoK2tTQCA9yRJsgEAgoqEUvoCEWc7Ojoet7e3Z/Vjc3Ozh1J6GRE5qFdQluXxgYGBXzjPVFODiB8dKM8Z13JQFwchRAIEjojvNzU1TQHAcgYApZQAAGxXbFeEykKdnHOqJgB30v1H+Xj5b4go6XQ6dxbAwY+UMVWyq92laoudOI9XHg2lzs5OGg6HWX9//0sPwRsmc3Nz1xHxbltbW22GB5REz/TbzhfOP43bxiWOnMRKYhXLpuWGXbJryGdhQkQPANxsaWm5ciyARbRs+Cf8t3QJXeywLWIJWy3WyUnf5NWEJmHME8D2/t2AiJ8dG0LV4ep7R5U/9Mq2frU6Uv1zvsxvsVi+OkwIRJsigDVtjRRtFkWOm6RkoWTasGeI/0cdzlWnrVarCADssMwqPaRj2ZbPLM7ACliBdNaXl+2UhS+FL32t4Zp4rjyiCCBS0XSipWSgIhU1Z1I+WTbtGfPcNj01rdXP1d/IFYQiwGbhpjNpSTqPG/T8wvOaHe3OqZPYkXTM1vxV8yPKyAAAjCvGrcBcoCsXEEQ5SDkJe8KfSoVS0at9aWP63XB5+PKplU845r0j3h7CiXi03bRiWgvMB7oop4nzABwbBtGCqDP4QfCaa8v1sChaFOGE03hp/MKSZenDJE2aTjO5PWV/7B3zfo8yKuaLadm0Vo/1N4OVwWsSSoacAgAAxDQxa0gIfQLC2Se2p+xPvCPeH5DhicluipjW66CuO1gZvMqQGXISQucVW9K26B313iaM7J7m+eJI8dPAQqCLcpp8HQAn1nFb2vakdqy2m0jkTGW2eKn4WWAxcIsCTf1vAAgoX1y92ONOuEeV+oW0MO8d8d4hUmbCnhpisfhZ3d9131Kg6ZwDIKDsX/X3CLNCqGqk6r57xz2RoXxKWPKN+r6j0ulfriTmJXOkJlrzIKcACCj71/x3hFlhBgAAOcpVo1W9roRrEgBA2BWe1I7VdpE9speT5SajYk6q0IHyvjVfrzAjhDLaOcrVI9W9er8+4ph1PKJ7VIQ8yL8ByL51X69txjahCMeRuaZcg3ndM59Ubfwb/l7btG1SzTu0Yz3g2/Dds4WULa+qrxaK65eUY8oesgffhD2yIgDhhJ9346GGHIC3APlK4rQm/c5mzaYzbx+zDHH7uQCiumhV1BH9/G0IvaYQIgAgG7eMa85C54Taqo95xzx75G/WEl3DGItRSouMK8YVz4rnrlotzTlHURQXsks+5/dlWWZqDhPOOTLGfh8aGlrP8sDg4OBGY2PjjYKCglqNRmPknBOVKb+TTqcXh4eH15UXlK8c2TQ0NLj0ev2XL8fySDwe75YkSTV5YTabKwkh3wAAl2X5YRYAIkJra+uvhJDSfQuo6tBj/zhMBgBgjF0nCi4DrVb7BQCI+wOYmq4D5QHgkVar/SnLAwdeaG5udlNKPwaASs65ao5eCSExSZLGS0tLH/T19fF/AGeo9vFEBn4KAAAAAElFTkSuQmCC)} ' +
          '#animation-button[anim="once"] {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAoCAYAAAC4h3lxAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wkNFQw22pzCLgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAATOSURBVFjD7VlvTFtVFD/3vtcWWlpAUkrbDazQkWkilfhl+zAahARNZjIT9QMzkS8EPm+wADMxWdRhsk842cYgbsbExWRqBkMGCwrbPpBsisi/V9rCZsBoHGwPKO277x0/sJqxviKVah/Gk7y89+7Nve/8zvmdc++5jwAAVFRUFCPia4wxGyIS0JDwPC9SSr8tLS0daG1tjeknXq/XSyn9EAAoaFcIIn4RDAZPBoPBjQAB4J2o8owhRdSW5jxPkBBAAHjT5XL1AMDYhn5KaSYAwMGDa7o3XheeB9AWgqkpx/x771sXCCEyIr4YAyD6UPhM2GQyMc1xx+FYsQBYF6JUqq2t5Xw+nzw4OAigcd6rit/vP0UI+ay8vHzvBg+oyeqqMXT7tm1+YiJNIgRYScmq2eP5xWkwhPkUYuAIIcUAcKasrKw6riL375sjJ064/HN3+XC07Zu+9LCnxBw6csRfZDKFUgVi8dHdRAg5HJdC5zryA48rH5UfRvUrly4VBFJl/uzs7JN/5lZCbKoA5heeEkdGDCvxJvnyK+OyKKb/zYgn20pzVqs1AgBy9F0VwFqI3/QjOh0ooRCf8Io9Pu4Ya2t77nvG9OGkrRNqjQYD21Q5SQKalsYSsuTkpHO05bgtQilQjtszUVsrPMvzEcN2AVD13LuY4fFETPEGvfJyyGixbD2Ip6acPzY15zJK1783cF2vdHS4p5PhCVUAhCCpq7tXYMuV9U/2FRUyQ3X13YIEVtKJ5hZbhNKNTu0fMEidne5pxvSRpFMIACDX+iC9tTVQeOuW7eexnwwSAaJ4PCH9/v0Lu4zG1fStTC4IzvGmZluIEFClZN81g0Q592TN28Jenpf0SQUAAGCxiMaqKnFPVVXiE/tmHJONx3JDlMKm8dTba2AE3EJNja+Y4yRdUii0XfHN2H0NDXkipWRLmepqb1r4kwvuKVnWSSkH4A84phsa7EuUApfIuJ6etMiFi4mDSAgAIsHuHve0IOTdV+sPBOy+o0fzxGi2SVS6u9MiFz8tEmSZZ/8AAIJXr7qFri7zcstx+6zgsy1tVD4v0NBoX4wXsFuVK1fS127cKJhLKgBEgr29Rb7OrowVAABZJtjS4gzMzNgeAADMztpnGo85fkdMjDZxd8EhiknJQlHl+/oK/R3nzeLj7bIM2NTsCNTXZRhPf2wREVNTW/B/RZtr/YX+cx2WB2q9skyUj05nLgNAyk4yNrVaf3+h/+xZy0MtV2hxPdA/UORvP6NueS2Jqgfm5qxL7e2WpZ1QI9M43CawQ2THnUr85wCoBrHZLMFbh0MpA5efv0a3BcBqXcw8dGjxhf8p9C9RiAAA3rmTvrJrt21RY2e7MD1t+e2x15gamlcUJUgpfXpoWC8NDTsDGja2IknSTTUKNSqK8lDjTEFZlj+oq6ubjd2tIUJlZWUmY+wlnuddGoyLX8Ph8HfDw8OziAj19fW8IAg3AYBTFGWY4BO/ZPbt27fLaDS+CwCIiPdEUTzPGNNMZGRlZbkopW0AgIqiDMUAIISA1+vto5TmrNcDyGnJHYQQBABlfcsjn6KxBQyCTqdrBoDIowGylq6o8gAwotPpPo/xQNQLBw4c2M1x3KsA4NLSr1dK6UPG2GhOTs7Xly9fxj8A10cIqTl/HS8AAAAASUVORK5CYII=)} ' +
          '#animation-button[anim="none"] {list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAoCAYAAAC4h3lxAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH4wkNFRMXW6/c7gAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAATFSURBVFjD7ZlfTFtVHMd/55z+Adrbv7fg5E9L/4hLpg/GkABJwcb4plnilhg18OBC9rQnn3wyZosQJXswIwzQRRBxWcbcMnSaEf6EhMiDjj9hQssmVMV20FG4QHu59x4fRgnQWwTajUviL2nannPPvb/P7/f9/dLTgwAAfD5fLgC8LAhCHgAgUJARQqIIocmampqp6urqpHnk9XpLCCEnEUIUlGtIkqSRvr6+O5Rud1OFEHoz4TxPqRqosjjUGAsIgCKEXqmoqBgHgD+3ARBCMADAO9Goo/Thw1oKQJQEEGbZnvqCgp8RQoJGoylMAkh8eD4Ws2QLAlGadiyrq8VbpVRbW0v8fr/Y29sLAAAYjphNT083IIQ6fD7f8W0ZkLN1jebxDMv+EtDrZwml2M1xjsL5+TLV+rruMBsTQqgEAJoqKyvfSwmwkpPz6LLH0+xXq5c2B41Gf6nFMvZuIHBGG48zhwTweONdhxB6P6WEbtntV7c5v2HD2dn/DBYW3jis8JvN5rrNgkAoTxYgyjDBAZ0umOomHSbT/ZhWu3xAH9Lq0zabjQcAMfFdFoCXifxW0wKIcZVK2O/DQ2az/3ZJyUWJkOVMZUQWQL2+btgtUjwA0QiCaj8Pmjeb79c5nVe6GSb0o8fTmCkIWQATx+WXrq7mp1p0Ohp9IXsfRbxgNk9eKC7+NoaQCABwW6+P/OB2t9AMQMgXMaX41OzsqQJB0O+ceikeZ6uCwZN7jrzJ9OCC09kWw5jfOt7NMKE7bneLhPFKOgApZcBwXP6Hk5Nn/TbbwIROF9RQSl7kuCJXOPyamucNe7l5xGSaqnO5vl5DSLZebjFMiHg8Ta8HAmexKOoyCgAAoF1bs52YnX37xEGatdEY+NTp/GYlhfMJu8EwYepytb4RCJxBkqTLjITStAWjcabe5brCYRzfy/XfGwx/33W7WyjGq88CYNc+vmg0Bj53uVqjGO+rzXYZDHM9Hk8zxXjtaQJIvzkcbSGW/VXWeYPhQb3T2b64o2D3atcZZq7H5fqSYhx7GgDSPYejrZllJ87b7ddCVuvoNs0bDLOfud1fLRISS0d+143G4FR+/s1MA0gjDkf7ZZb9HQBAQEg673B0hq3WMQCAJYMh0OB2t0QwXs9EDcUJ4TPShTadt9s7m1h2YuuggJD0icPReS4rK9iemzu8cEDZpGv/BSCN2e2dTTbbqNykiJB48dix/sPc4OwmITput3c22mxjSt6hpczAeFHR1UspIq8kk81AxGwev5Sbe+8o7JFlAaQn/xPRIwtwlOzIA8gWcRbPZ38QieQfllN5KyvPpQWg5zj3qxx37n8JPSMJYQCQJvX6kNliGVVa95ljmMmtv2CSAERRXCKE6Lt1ur+6nc4OpUaaUop4nv8jSUKU0muSJIlKlgmlFImieHdwcDCclIH+/v5H5eXljVqt9rhKpWIopVhhznOxWGxmaGgoLDePdh7ZlJWVFeTk5Hz8ZC0NLi8vtwqCoJi6MJlMxRjjLwCASpI0kASAEIKqqqqfMMbWjQgo6tBj4zhMAgAQRbEBy6QM1Gr1RwDAbywQlfRKOA8Aw2q1+rukDCSy4PV6CwkhbwFAMaVUMUevGOMlQRBGrFbrza6uLvovNfXp2AJLOUkAAAAASUVORK5CYII=)}';
       var stylesheet = document.createProcessingInstruction('xml-stylesheet', 'type="text/css" href="data:text/css;utf-8,' + encodeURIComponent(css) + '"');
       document.insertBefore(stylesheet, document.documentElement);
    
    })();
    Alles anzeigen

    Mfg.
    Endor

  • Der Glückwunsch-Thread

    • Endor
    • 9. Mai 2024 um 17:06

    Goldsunshine auch von mir alles alles Gute zum Geburtstag.
    Vor allem viel Gesundheit!

    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 29. April 2024 um 16:47

    grisu2099

    Danke für den Hinweis. Habe ich gleich oben entfernt.
    Mfg.
    Endor

  • Was hört Ihr gerade?

    • Endor
    • 29. April 2024 um 16:38

    Externer Inhalt www.youtube.com
    Inhalte von externen Seiten werden ohne deine Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklärst du dich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.

    Mfg.
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 29. April 2024 um 16:34

    Hallo @Horstmann 
    Vielen Dank, das funktioniert prima.
    :thumbup::thumbup:

    Mira_Belle du hast ja für dich schon eine Lösung gefunden.
    Für alle Fälle hier noch meine Version mit der Änderung von @Horstmann.

    CSS
    // ==UserScript==
    // @name           moveReloadIntoUrl.uc.js
    // @description    Neuladen Schaltfläche in Adressleiste verschieben
    // @compatibility  Firefox 57
    // @author         Ryan, GOLF-AT
    // @include        main
    // @shutdown       window.moveReloadIntoURL.unload();
    // @homepageURL    https://github.com/benzBrake/FirefoxCustomize
    // @version        1.2.4
    // @note           1.2.4 Bug 1880914  Move Browser* helper functions used from global menubar and similar commands to a single object in a separate file, loaded as-needed and Bug 1820534 - Move front-end to modern flexbox
    // @note           1.2.3 Änderung wird in neuen Fenstern nicht wirksam und kann nicht verwendet werden, wenn Hot-Swapping stattfindet.
    // @note           1.2.2 Kompatibilität für Firefox 103
    // @note           1.2.0 Hot-Swap-fähig, kompatibel mit Nachtmodus und Bilder wurden ins Script integriert
    // @note           1.1 20220424 Fehler behoben, und Firefox 100 Kompatibel
    // @note           1.0 20171104
    // ==/UserScript==
    (function () {
        let { classes: Cc, interfaces: Ci, utils: Cu, results: Cr } = Components;
    
        const isGerman = (Services.locale.appLocaleAsBCP47 || Services.locale.getAppLocaleAsBCP47()).includes("de");
    
        if (window.moveReloadIntoURL) {
            window.moveReloadIntoURL.unload();
            delete window.moveReloadIntoURL;
        }
    
        window.moveReloadIntoURL = {
            handleEvent: function (aEvent) {
                if (aEvent.type === "MoveReloadIntoUrlUnload") {
                    let window = aEvent.originalTarget,
                        doc = window.document;
                    let RELOADBTN = CustomizableUI.getWidget("reload-button").forWindow(window).node;
                    if (RELOADBTN)
                        RELOADBTN.removeEventListener('DOMAttrModified', this.reloadBtnAttr);
                    let BTN = doc.getElementById("new-stop-reload-button");
                    if (BTN)
                        BTN.parentNode.removeChild(BTN);
                    if (this.STYLE) {
                        this.sss.unregisterSheet(this.STYLE.url, this.STYLE.type);
                    }
                    window.removeEventListener('MoveReloadIntoUrlUnload', this);
                    if (window.moveReloadIntoURL)
                        delete window.moveReloadIntoURL;
                }
            },
            init: function () {
                if (window.moveReloadIntoURL) {
                    this.sss = Cc["@mozilla.org/content/style-sheet-service;1"].getService(Ci.nsIStyleSheetService);
                    this.STYLE = {
                        url: Services.io.newURI('data:text/css;charset=UTF-8,' + encodeURIComponent(`
                    @-moz-document url-prefix('chrome://browser/content/browser.x') {
                        #stop-reload-button {
                            display: none;
                        }
                        #new-stop-reload-button {
                            display: flex !important;
                            order: 9999;                 
                        }
                        #new-stop-reload-button .urlbar-icon {
                            -moz-context-properties: fill, fill-opacity !important;
                            fill: currentColor !important;
                        }
                    }
                  `)),
                        type: this.sss.AGENT_SHEET
                    };
                    this.sss.loadAndRegisterSheet(this.STYLE.url, this.STYLE.type);
                }
                let PABTN = CustomizableUI.getWidget("pageActionButton").forWindow(window).node;
                let RELOADBTN = CustomizableUI.getWidget("reload-button").forWindow(window).node;
                let BTN = $C(document, 'hbox', {
                    id: "new-stop-reload-button",
                    class: "urlbar-page-action urlbar-addon-page-action",
                    "tooltiptext": isGerman ? 'Linksklick: Seite neuladen\r\nRechtsklick: Neu laden ohne Cache' : 'Left click: refresh page\nRight click: force refresh page',
                    style: "list-style-image: url('data:image/svg+xml;base64,PCEtLSBUaGlzIFNvdXJjZSBDb2RlIEZvcm0gaXMgc3ViamVjdCB0byB0aGUgdGVybXMgb2YgdGhlIE1vemlsbGEgUHVibGljCiAgIC0gTGljZW5zZSwgdi4gMi4wLiBJZiBhIGNvcHkgb2YgdGhlIE1QTCB3YXMgbm90IGRpc3RyaWJ1dGVkIHdpdGggdGhpcwogICAtIGZpbGUsIFlvdSBjYW4gb2J0YWluIG9uZSBhdCBodHRwOi8vbW96aWxsYS5vcmcvTVBMLzIuMC8uIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IiMwMDhjMDAiIGZpbGwtb3BhY2l0eT0iMS4wIiBzdHJva2U9IiMwMDhjMDAiIHN0cm9rZS13aWR0aD0iMSI+CiAgPHBhdGggZD0iTTEwLjcwNyA2IDE0LjcgNmwuMy0uMyAwLTMuOTkzYS41LjUgMCAwIDAtLjg1NC0uMzU0bC0xLjQ1OSAxLjQ1OUE2Ljk1IDYuOTUgMCAwIDAgOCAxQzQuMTQxIDEgMSA0LjE0MSAxIDhzMy4xNDEgNyA3IDdhNi45NyA2Ljk3IDAgMCAwIDYuOTY4LTYuMzIyLjYyNi42MjYgMCAwIDAtLjU2Mi0uNjgyLjYzNS42MzUgMCAwIDAtLjY4Mi41NjJBNS43MjYgNS43MjYgMCAwIDEgOCAxMy43NWMtMy4xNzEgMC01Ljc1LTIuNTc5LTUuNzUtNS43NVM0LjgyOSAyLjI1IDggMi4yNWE1LjcxIDUuNzEgMCAwIDEgMy44MDUgMS40NDVsLTEuNDUxIDEuNDUxYS41LjUgMCAwIDAgLjM1My44NTR6Ii8+Cjwvc3ZnPgo=",
                    onclick: function (e) {
                        let r = CustomizableUI.getWidget("reload-button").forWindow(window).node;
                        e.preventDefault();
                        if (r && r.getAttribute('displaystop'))
                            gBrowser.stop();
                        else
                            if (e.button == 2) {
                                gBrowser.reloadWithFlags(Ci.nsIWebNavigation.LOAD_FLAGS_BYPASS_CACHE)
                            } else {
                                if (gBrowser.selectedBrowser._userTypedValue) {
                                    e.target.ownerGlobal.openTrustedLinkIn(gBrowser.selectedBrowser._userTypedValue, 'current', {
                                        postData: null,
                                        triggeringPrincipal: gBrowser.selectedBrowser.contentPrincipal
                                    });
                                } else {
                                    gBrowser.reload();
                                }
                            }
                    }
                })
    
                BTN.appendChild($C(document, 'image', {
                    class: 'urlbar-icon',
                }));
    
                PABTN.after(BTN);
                RELOADBTN.addEventListener('DOMAttrModified', this.reloadBtnAttr);
                this.reloadBtnAttr();
    
                window.addEventListener('MoveReloadIntoUrlUnload', this)
            },
            unload: function () {
                let windows = Services.wm.getEnumerator('navigator:browser');
                while (windows.hasMoreElements()) {
                    let win = windows.getNext();
                    win.dispatchEvent(new CustomEvent("MoveReloadIntoUrlUnload"));
                }
            },
            reloadBtnAttr: function (e) {
                let doc = e ? e.target.ownerDocument : document;
                btn = doc.getElementById('new-stop-reload-button');
                if (btn && (!e || e.attrName == 'displaystop')) {
                    var newVal = e ? e.newValue : doc.getElementById(
                        "reload-button").getAttribute('displaystop');
                    if (newVal)
                        btn.style.listStyleImage = "url('data:image/svg+xml;base64,PCEtLSBUaGlzIFNvdXJjZSBDb2RlIEZvcm0gaXMgc3ViamVjdCB0byB0aGUgdGVybXMgb2YgdGhlIE1vemlsbGEgUHVibGljCiAgIC0gTGljZW5zZSwgdi4gMi4wLiBJZiBhIGNvcHkgb2YgdGhlIE1QTCB3YXMgbm90IGRpc3RyaWJ1dGVkIHdpdGggdGhpcwogICAtIGZpbGUsIFlvdSBjYW4gb2J0YWluIG9uZSBhdCBodHRwOi8vbW96aWxsYS5vcmcvTVBMLzIuMC8uIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IiNkOTAwMDAiIGZpbGwtb3BhY2l0eT0iMS4wIiBzdHJva2U9IiNkOTAwMDAiIHN0cm9rZS13aWR0aD0iMS41Ij4KICA8cGF0aCBkPSJtOS4xMDggNy43NzYgNC43MDktNC43MDlhLjYyNi42MjYgMCAwIDAtLjg4NC0uODg1TDguMjQ0IDYuODcxbC0uNDg4IDAtNC42ODktNC42ODhhLjYyNS42MjUgMCAxIDAtLjg4NC44ODVMNi44NyA3Ljc1NGwwIC40OTEtNC42ODcgNC42ODdhLjYyNi42MjYgMCAwIDAgLjg4NC44ODVMNy43NTQgOS4xM2wuNDkxIDAgNC42ODcgNC42ODdhLjYyNy42MjcgMCAwIDAgLjg4NSAwIC42MjYuNjI2IDAgMCAwIDAtLjg4NUw5LjEwOCA4LjIyM2wwLS40NDd6Ii8+Cjwvc3ZnPgo=')";
                    else
                        btn.style.listStyleImage = "url('data:image/svg+xml;base64,PCEtLSBUaGlzIFNvdXJjZSBDb2RlIEZvcm0gaXMgc3ViamVjdCB0byB0aGUgdGVybXMgb2YgdGhlIE1vemlsbGEgUHVibGljCiAgIC0gTGljZW5zZSwgdi4gMi4wLiBJZiBhIGNvcHkgb2YgdGhlIE1QTCB3YXMgbm90IGRpc3RyaWJ1dGVkIHdpdGggdGhpcwogICAtIGZpbGUsIFlvdSBjYW4gb2J0YWluIG9uZSBhdCBodHRwOi8vbW96aWxsYS5vcmcvTVBMLzIuMC8uIC0tPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IiMwMDhjMDAiIGZpbGwtb3BhY2l0eT0iMS4wIiBzdHJva2U9IiMwMDhjMDAiIHN0cm9rZS13aWR0aD0iMSI+CiAgPHBhdGggZD0iTTEwLjcwNyA2IDE0LjcgNmwuMy0uMyAwLTMuOTkzYS41LjUgMCAwIDAtLjg1NC0uMzU0bC0xLjQ1OSAxLjQ1OUE2Ljk1IDYuOTUgMCAwIDAgOCAxQzQuMTQxIDEgMSA0LjE0MSAxIDhzMy4xNDEgNyA3IDdhNi45NyA2Ljk3IDAgMCAwIDYuOTY4LTYuMzIyLjYyNi42MjYgMCAwIDAtLjU2Mi0uNjgyLjYzNS42MzUgMCAwIDAtLjY4Mi41NjJBNS43MjYgNS43MjYgMCAwIDEgOCAxMy43NWMtMy4xNzEgMC01Ljc1LTIuNTc5LTUuNzUtNS43NVM0LjgyOSAyLjI1IDggMi4yNWE1LjcxIDUuNzEgMCAwIDEgMy44MDUgMS40NDVsLTEuNDUxIDEuNDUxYS41LjUgMCAwIDAgLjM1My44NTR6Ii8+Cjwvc3ZnPgo=')";
                }
            },
        }
    
        function $C(aDoc, tag, attrs, skipAttrs) {
            let d = (aDoc || document);
            attrs = attrs || {};
            skipAttrs = skipAttrs || [];
            var el = "createXULElement" in d ? d.createXULElement(tag) : d.createElement(tag);
            return $A(el, attrs, skipAttrs);
        }
    
        function $A(el, obj, skipAttrs) {
            skipAttrs = skipAttrs || [];
            if (obj) Object.keys(obj).forEach(function (key) {
                if (!skipAttrs.includes(key)) {
                    if (typeof obj[key] === 'function') {
                        el.setAttribute(key, "(" + obj[key].toString() + ").call(this, event);");
                    } else {
                        el.setAttribute(key, obj[key]);
                    }
                }
            });
            return el;
        }
    
        "canLoadToolbarContentPromise" in PlacesUIUtils ? PlacesUIUtils.canLoadToolbarContentPromise.then(_ => moveReloadIntoURL.init()) : moveReloadIntoURL.init();
    })();
    Alles anzeigen

    Vielleicht kannst Du das ja noch brauchen.
    Viele Grüße
    Endor

  • userChrome.js Scripte für den Fuchs (Diskussion)

    • Endor
    • 29. April 2024 um 11:13

    Mira_Belle

    Gerne. Freut mich wenn es passt. :)

    Mfg.
    Endor

Unterstütze uns!

Jährlich (2026)

35,3 %

35,3% (273,24 von 775 EUR)

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