Beiträge von Endor
-
-
Ansonsten findest Du hier auch Dein Script für Firefox 87+ aktualisiert:
https://github.com/Endor8/user…/tree/master/Firefox%2087
Mfg.
Endor -
-
Hallo loshombre.
Vielen Dank für das Lob Meister.
Habe mal alles hier hoch gepackt und die Readme mal aktualisiert:
https://github.com/Endor8/user…/master/wetterfuchsbutton
Wenn alles passt schiebe ich das Mithrandir rüber.
Mfg.
Endor -
-
Bitte sehr:
Code
Alles anzeigen// ==UserScript== // @name wetterfuchsbutton.uc.js // @compatibility Firefox 33. - 85+ // @include main // @version 1.0.20190625 // ==/UserScript== var wetterfuchs = { urlobj: { MO_Doppelklick: {url:"https://www.msn.com/de-de/wetter/heute/de/Berlin,BE,Deutschland/we-city-52.520,13.380",width:800,height:800}, MO_Rechtsklick: {url:"http://www.wetter.net/47/Berlin",width:850,height:630}, MO_Mittelklick: {url:"https://www.daswetter.com/wetter_Berlin-Europa-Deutschland-Berlin--1-26301.html",width:800,height:638}, DED_WetterAktuell: {url:"https://www.wetterkontor.de/de/deutschland_aktuell.asp?id=0&page=0&sort=0",width:625,height:865}, DED_Vorhersage: {url:"https://www.wetterkontor.de/de/wetter/deutschland.asp",width:670,height:780}, DED_Pollenbelastung: {url:"https://www.wetterkontor.de/de/bio/pollenflug-erle.asp",width:478,height:590}, DED_UVIndexVorhersage: {url:"https://www.wetterkontor.de/de/bio/uv-index.asp",width:478,height:590}, DE_WetterAktuell: {url:"https://www.dwd.de/DWD/wetter/aktuell/deutschland/bilder/wx_deutschland.jpg",width:780,height:520}, DE_Vorhersage: {url:"https://www.dwd.de/DWD/wetter/wv_allg/deutschland/film/vhs_deutschland.jpg",width:780,height:485}, DE_Unwetterwarnung: {url:"http://www.unwetterzentrale.de/images/map/deutschland_index.png",width:572,height:572}, DE_RegenradarAktuell: {url:"https://www.niederschlagsradar.de/image.ashx",width:568,height:530}, DE_RegenradarPrognose: {url:"https://www.niederschlagsradar.de/images.aspx?srt=loopvorhersage&jaar=-3®io=homepage&tijdid=&m=&d=&uhr=&mi=",width:568,height:530}, EU_AktuellVorhersage: {url:"https://www.wetterkontor.de/de/wetter/europa/",width:680,height:690}, EU_Unwetterwarnung: {url:"http://www.unwetterzentrale.de/images/map/europe_index.png",width:572,height:572}, EU_RegenradarAktuell: {url:"http://www.meteox.de/images.aspx?jaar=-3&voor=&soort=loop-bliksem&c=&n=&tijdid=20128241541",width:570,height:570}, EU_RegenradarPrognose: {url:"http://db.eurad.uni-koeln.de/prognose/data/aktuell/trh_eur_1h_movd1.gif",width:518,height:518}, WE_WetterAktuell: {url:"http://www.meteocentrale.ch/de/wetter/weltwetter.html#sytl",width:575,height:360}, RE_AktuellVorhersage: {url:"https://www.wetterkontor.de/de/wetter/deutschland/brandenburg-berlin.asp",width:675,height:640}, RE_Unwetterwarnung: {url:"https://www.wetterkontor.de/warnungen/wetterwarnungen-brandenburg-berlin.asp",width:850,height:480}, RE_RegenradarAktuell: {url:"https://www.niederschlagsradar.de/image.ashx?type=regioloop®io=bln&j=&m=&d=&mi=&uhr=&bliksem=0&voor=&srt=loop1stunde&tijdid=201194154",width:568,height:530}, RE_RegenradarPrognose: {url:"https://www.wetteronline.de/regenradar/berlin-bundesland?mode=interactive&wrx=52.51,13.41&wrm=8",width:850,height:850}, }, wfthrobber: "https://raw.github.com/ardiman/userChrome.js/master/wetterfuchsbutton/loading51.gif", // alternativ z.B. wfthrobber: "chrome://global/skin/media/throbber.png" createBtn: function() { try { CustomizableUI.createWidget({ id: 'wetterfuchs-toolbarbutton', type: 'custom', onBuild: function(aDocument) { var toolbaritem = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton'); var attributes = { id: 'wetterfuchs-toolbarbutton', class: 'chromeclass-toolbar-additional', type: 'menu', removable: 'true', label: 'Wetterfuchs', tooltiptext: 'Lokale und globale Wetter Infos', oncontextmenu: "return false", ondblclick: "if (event.button === 0) { wetterfuchs.openPanel(\'MO_Doppelklick\',event,\'b\')}", onclick: "if (event.button === 1) {wetterfuchs.openPanel(\'MO_Mittelklick\',event,\'b\')};if (event.button === 2) {wetterfuchs.openPanel(\'MO_Rechtsklick\',event,\'b\')}", style: 'list-style-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAD+0lEQVQ4jb3Tf0zUZRwH8LdgEngngitiMVBXcxH4h+lmETndkqVIOYemrewH4ipJmCjmmDLJRmrKBkPgMNYSMYNN3cQ1YoG4ovjpwQEnX+644ziP7/fbHd9z4SnH8+4PxXIWtLX13j7bsz17Xtvz+TwP8H9lfXx02NT62HJd3JHlurgHe9GhYX9/appkx+k31m0JKtEBzzdlLLz08+6FlxcAz9VtCi7JjtNv/NfQ60sXJQJA/VocutVx6I77+9fGbl/fNeG7nu53X355zNu89W5DSkA+AGyIj1o1I1i1KtQglyzn2MUk/+TNYgq1nEIuohg9TuHK56Qtg2PfxftdJ2L4zStzK6azHgOwoDNRf9Q/kEPeqiJ/MwiqZaRSQsqFpOswhSNL0PEeJ9pXsDVBd1IH3ZMA5jyiFSwOWt//2eIfTF+lyt3XjrCvrZjjN0vJsQpSOUbezCQdH5D2N0nrBk6aYun5+nHF+KmusXDJ/JRHwI7UrS9WH05TW1quUZLMorOjlacNp9j/ay7p2kmquyhGd5HOHeTwNgrLq0J0hfPGhyE9BUA0gICHwIq8vNy2tva7DoeDZrOZNTU1rK6uZl1dPc+fr+HF2uOUBw9SKPtJ18fk8FZOGqPYsy34l1Ig9iEwBogs+uLzVpPJRIvFIoxGIxsaGihJEm02G212O43dfaysrKC9L4/05JDOHRTmeKHVzOaVJH1tInRPTHmBGe9v3/NTc/P40NAQrVYrJUni4ODgPcxm4/DwMB0OBzs6Onm2qpAj/bmcdKZTmBbRtD2o80pw4MZ9gB4AkJaWFnHhwoU7qqrS6XSKkZGRB5DL5aIsy1QUhaqq0uVycWBggF1d7aLlx+OcuB4hpMwQaz6w5P4rAVJSUhJ6e3vpdrupKAplWaYkSTSZTJRlmZqm0ev10uv1UtM0jo+P0+fzcXBIFj1nEiekzBDnt0vnffKgfytXrlxWX1/v93g8dLvdtFqt7O7uFhaLhXa7nYqiUNM0appGVVXp8/mE3+/nrdvjrMrY214FJJUBkX8dSkRycvKpsrIy58VLl+5cbW6m0WgUHo+HsizT1NtLVVWpaRodIyNUVDdv+3x0jI6y8I017SeAp7OBuQBmTYEBAGL1ev27EWFhB/ZnZTkbm5rYb77BltZWGsrLRWPTVfaZB1h7tpKGL/ewsqTo992bNnXs0wfvBRD0T19vdjgQFQmkLwkPN2x+aVnbO3ExA6uB2p0vPGX7KOEZxzrgXE402rbMw7nVwOZS4NnpwKkEA4hZByRnAm/lA2tP6HHgaAgOngTW1ABJZ4AV9282awbrz2QBwQVAaCowpxiIMQCLUoE5ecD8t+/17D8l8H7NmD8Aw0h46qvM+RMAAAAASUVORK5CYII=)' }; for (var a in attributes) toolbaritem.setAttribute(a, attributes[a]); appendMenupopup(toolbaritem); return toolbaritem; } }); addCss(); } catch(e) { }; function appendMenupopup(toolbaritem) { let mymenu = document.createXULElement('menupopup'); mymenu.id = 'wetterfuchsmenu'; toolbaritem.appendChild(mymenu); function appendMenu(label, id, Items) { let menu = document.createXULElement('menu'); menu.setAttribute('label', label); mymenu.appendChild(menu); let menupopup = document.createXULElement('menupopup'); menupopup.id = id; menu.appendChild(menupopup); for (let item of Items) { let menuitem = document.createXULElement('menuitem'); menuitem.setAttribute('label', item[0]); menuitem.setAttribute('oncommand', item[1]); menupopup.appendChild(menuitem); }; }; appendMenu("DE Wetterdaten", "wetterfuchsdatamenu", [ ["Wetter aktuell", "wetterfuchs.openPanel(\'DED_WetterAktuell\',event,\'p\')"], ["Vorhersage", "wetterfuchs.openPanel(\'DED_Vorhersage\',event,\'p\')"], ["Pollenbelastung", "wetterfuchs.openPanel(\'DED_Pollenbelastung\',event,\'p\')"], ["UV-Index", "wetterfuchs.openPanel(\'DED_UVIndexVorhersage\',event,\'p\')"] ]); appendMenu("DE Wetterkarten", "wetterfuchsDEmapsmenu", [ ["Wetter aktuell", "wetterfuchs.openPanel(\'DE_WetterAktuell\',event,\'p\')"], ["Vorhersage", "wetterfuchs.openPanel(\'DE_Vorhersage\',event,\'p\')"], ["Unwetterwarnung", "wetterfuchs.openPanel(\'DE_Unwetterwarnung\',event,\'p\')"], ["Regenradar aktuell", "wetterfuchs.openPanel(\'DE_RegenradarAktuell\',event,\'p\')"], ["Regenradarprognose", "wetterfuchs.openPanel(\'DE_RegenradarPrognose\',event,\'p\')"] ]); appendMenu("EU Wetter", "wetterfuchsEUmapsmenu", [ ["Aktuell und Vorhersage", "wetterfuchs.openPanel(\'EU_AktuellVorhersage\',event,\'p\')"], ["Unwetterwarnung", "wetterfuchs.openPanel(\'EU_Unwetterwarnung\',event,\'p\')"], ["Regenradar aktuell", "wetterfuchs.openPanel(\'EU_RegenradarAktuell\',event,\'p\')"], ["Regenradarprognose", "wetterfuchs.openPanel(\'EU_RegenradarPrognose\',event,\'p\')"] ]); appendMenu("Welt Wetter", "wetterfuchsWEmapsmenu", [ ["Aktuell und Vorhersage", "wetterfuchs.openPanel(\'WE_WetterAktuell\',event,\'p\')"] ]); appendMenu("Regionales Wetter", "wetterfuchsRegiomapsmenu", [ ["Aktuell und Vorhersage", "wetterfuchs.openPanel(\'RE_AktuellVorhersage\',event,\'p\')"], ["Unwetterwarnung", "wetterfuchs.openPanel(\'RE_Unwetterwarnung\',event,\'p\')"], ["Regenradar aktuell", "wetterfuchs.openPanel(\'RE_RegenradarAktuell\',event,\'p\')"], ["Regenradarprognose", "wetterfuchs.openPanel(\'RE_RegenradarPrognose\',event,\'p\')"] ]); }; function addCss() { var css = '@-moz-document domain(daswetter.com), \ domain(dwd.de), \ domain(meteocentrale.ch), \ domain(niederschlagsradar.de), \ domain(www.meteox.de), \ domain(msn.com), \ domain(wetter.faz.net), \ domain(wetter.de), \ domain(wetter.net), \ domain(wetterkontor.de), \ domain(wetteronline.de) { \ scrollbar {display: none !important} \ }'; if (Services.appinfo.version.split('.')[0] <= 56) { css += '@-moz-document url(chrome://browser/content/browser.xhtml) { \ #wetterfuchs-toolbarbutton .toolbarbutton-icon {max-width: none !important} \ }'; }; var cssUri = Services.io.newURI('data:text/css,' + encodeURIComponent(css), null, null); var SSS = Cc['@mozilla.org/content/style-sheet-service;1'].getService(Ci.nsIStyleSheetService); SSS.loadAndRegisterSheet(cssUri, SSS.AGENT_SHEET); }; }, init: function() { this.createBtn(); let panel = document.createXULElement('panel'); panel.id = "wetterfuchs-panel"; panel.setAttribute('noautohide', "false"); panel.setAttribute('type', "arrow"); panel.setAttribute('onpopuphiding', "wetterfuchs.clearPanel()"); panel.setAttribute('onmousedown', "if (event.button == 1) wetterfuchs.openUrlFromPanel()"); document.getElementById('mainPopupSet').appendChild(panel); let vbox = document.createXULElement('vbox'); panel.appendChild(vbox); let browser = document.createXULElement('browser'); browser.id = "wetterfuchs-iframe"; browser.setAttribute('type', 'content'); browser.setAttribute('flex', '1'); browser.setAttribute('remote', 'true'); browser.setAttribute('src', this.wfthrobber); vbox.appendChild(browser); }, myEventhandler: function (e,toDo) { switch (toDo) { case "p": e.preventDefault(); break; case "s": e.stopPropagation(); break; case "b": e.preventDefault(); e.stopPropagation(); break; } }, clearPanel: function() { var myiframe = document.getElementById("wetterfuchs-iframe"); myiframe.parentNode.width = 146; myiframe.parentNode.height = 146; myiframe.setAttribute("src",this.wfthrobber); }, openUrlFromPanel: function() { openWebLinkIn(document.getElementById("wetterfuchs-iframe").getAttribute("src"),"tab"); document.getElementById("wetterfuchs-panel").hidePopup(); }, openPanel: function(bezeichner,e,toDo) { this.myEventhandler(e,toDo); var mymenu = document.getElementById("wetterfuchsmenu"); if (mymenu.state === "open" && e.button !== 0) return; mymenu.hidePopup(); var myiframe = document.getElementById("wetterfuchs-iframe"); myiframe.parentNode.width = this.urlobj[bezeichner]["width"]; myiframe.parentNode.height = this.urlobj[bezeichner]["height"]; myiframe.setAttribute("src",this.urlobj[bezeichner]["url"]); var mypanel = document.getElementById("wetterfuchs-panel"); mypanel.openPopup(document.getElementById("wetterfuchs-toolbarbutton")); }, }; if (location == 'chrome://browser/content/browser.xhtml') wetterfuchs.init();
Die Schaltfläche landet im Anpassen Fenster. Daher musst Du diese dann
über den Apassendialog an die gewünschte Position ziehen.Mfg.
Endor -
Hallo zusammen.
Der CSS Code vom Wetterfuchs musste aktualisiert werden.
Bei Doppelklick MSN Wetter, musste alles neu gemacht werden,
aber auch sonst waren einige Anpassungen nötig.
loshombre und ich haben da mal wieder einiges gebastelt.
Hier der neue CSS Code:
CSS
Alles anzeigen/* AGENT_SHEET */ @namespace url(http://www.w3.org/1999/xhtml); /* Vorhersage klick auf Fahnen */ @-moz-document url-prefix("https://www.wetterkontor.de/de/wetter/schweden/"), url-prefix("https://www.wetterkontor.de/de/wetter/norwegen/"), url-prefix("https://www.wetterkontor.de/de/wetter/finnland/"), url-prefix("https://www.wetterkontor.de/de/wetter/daenemark/"), url-prefix("https://www.wetterkontor.de/de/wetter/niederlande/"), url-prefix("https://www.wetterkontor.de/de/wetter/belgien/"), url-prefix("https://www.wetterkontor.de/de/wetter/grossbritannien/"), url-prefix("https://www.wetterkontor.de/de/wetter/irland/"), url-prefix("https://www.wetterkontor.de/de/wetter/island/"), url-prefix("https://www.wetterkontor.de/de/wetter/griechenland/"), url-prefix("https://www.wetterkontor.de/de/wetter/luxemburg/"), url-prefix("https://www.wetterkontor.de/de/wetter/frankreich/"), url-prefix("https://www.wetterkontor.de/de/wetter/spanien/"), url-prefix("https://www.wetterkontor.de/de/wetter/oesterreich/"), url-prefix("https://www.wetterkontor.de/de/wetter/schweiz/"), url-prefix("https://www.wetterkontor.de/de/wetter/italien/"), url-prefix("https://www.wetterkontor.de/de/wetter/tschechische-republik/"), url-prefix("https://www.wetterkontor.de/de/wetter/slowakei/"), url-prefix("https://www.wetterkontor.de/de/wetter/slowenien/"), url-prefix("https://www.wetterkontor.de/de/wetter/polen/"), url-prefix("https://www.wetterkontor.de/de/wetter/russische-foederation/"), url-prefix("https://www.wetterkontor.de/de/wetter/estland/"), url-prefix("https://www.wetterkontor.de/de/wetter/lettland/"), url-prefix("https://www.wetterkontor.de/de/wetter/litauen/"), url-prefix("https://www.wetterkontor.de/de/wetter/ukraine/"), url-prefix("https://www.wetterkontor.de/de/wetter/ungarn/"), url-prefix("https://www.wetterkontor.de/de/wetter/rumaenien/"), url-prefix("https://www.wetterkontor.de/de/wetter/bulgarien/"), url-prefix("https://www.wetterkontor.de/de/wetter/tuerkei/"), url-prefix("https://www.wetterkontor.de/de/wetter/griechenland/"), url-prefix("https://www.wetterkontor.de/de/wetter/serbien/"), url-prefix("https://www.wetterkontor.de/de/wetter/kroatien/"), url-prefix("https://www.wetterkontor.de/de/wetter/bosnien-herzegowina/"), url-prefix("https://www.wetterkontor.de/de/wetter/montenegro/"), url-prefix("https://www.wetterkontor.de/de/wetter/mazedonien/"), url-prefix("https://www.wetterkontor.de/de/wetter/albanien/"), url-prefix("https://www.wetterkontor.de/de/wetter/portugal/") { #header, H2, HR, P, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, .uk-panel.uk-panel-box.uk-margin, .uk-grid.uk-grid-small.uk-grid-divider, #wkFooter2, .cc_banner.cc_container.cc_container--open, #sp_message_container_421683, #shr-admin-badge, .cc-window, div.uk-grid-small > div:nth-child(1) > div:nth-child(1), div.uk-grid-small > div:nth-child(2), div.uk-grid:nth-child(3), div.uk-panel:nth-child(14), div.uk-panel:nth-child(13){display: none !important;} .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, #content > DIV > DIV:first-child > UL:nth-child(3), #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:first-child > A, #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(8), #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(10), #content > DIV > DIV:first-child > ARTICLE > DIV:last-child, #content > DIV > DIV:first-child > UL:nth-child(8) > LI > A, #content > DIV > DIV:first-child > DIV:nth-child(8) > A, .uk-panel, #sp_message_container_421683,, .uk-width-small-1-2.uk-width-medium-1-2, .uk-panel.uk-panel-box{display: none !important;} #page{box-shadow: none!important; border: none !important;} #content {height: 670px !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > UL:last-child {margin-top: 100px !important; margin-bottom: -45px !important;} H1{margin-left: 210px !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/klima/") { #header, H2, HR, P, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, .uk-panel.uk-panel-box.uk-margin, .uk-grid.uk-grid-small.uk-grid-divider, #wkFooter2, .cc_banner.cc_container.cc_container--open, #sp_message_container_421683, #shr-admin-badge, .cc-window, div.uk-grid-small > div:nth-child(1) > div:nth-child(1), div.uk-grid-small > div:nth-child(2), div.uk-grid:nth-child(3), div.uk-panel:nth-child(14){display: none !important;} .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, #content > DIV > DIV:first-child > UL:nth-child(3), #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:first-child > A, #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(8), #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(10), #content > DIV > DIV:first-child > ARTICLE > DIV:last-child, #content > DIV > DIV:first-child > UL:nth-child(8) > LI > A, #content > DIV > DIV:first-child > DIV:nth-child(8) > A, .uk-panel, #sp_message_container_421683,, .uk-width-small-1-2.uk-width-medium-1-2, .uk-panel.uk-panel-box{display: none !important;} #page{box-shadow: none!important; border: none !important;} #content {height: 670px !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > UL:last-child {margin-top: 100px !important; margin-bottom: -45px !important;} H1{margin-left: 210px !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/wetter/deutschland/rueckblick.asp"){ #header, H2, HR, P, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, .uk-panel.uk-panel-box.uk-margin, .uk-grid.uk-grid-small.uk-grid-divider, #wkFooter2, .cc_banner.cc_container.cc_container--open, #sp_message_container_421683, #shr-admin-badge, div.uk-grid-small > div:nth-child(1) > div:nth-child(1), div.uk-grid-small > div:nth-child(2), div.uk-grid:nth-child(3), div.uk-panel:nth-child(14),div.uk-margin:nth-child(17), ins.adsbygoogle:nth-child(4), .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, #content > DIV > DIV:first-child > UL:nth-child(3), #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:first-child > A, #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(8), #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(10), #content > DIV > DIV:first-child > ARTICLE > DIV:last-child, #content > DIV > DIV:first-child > UL:nth-child(8) > LI > A, #content > DIV > DIV:first-child > DIV:nth-child(8) > A, .uk-panel, #sp_message_container_421683, .uk-width-small-1-2.uk-width-medium-1-2, .uk-panel.uk-panel-box, #content > DIV > DIV:first-child > DIV:first-child > UL > LI:last-child, .uk-width-large-2-5.uk-width-medium-1-3.uk-hidden-small, .uk-text-right, .uk-width-large-2-5.uk-width-medium-1-2, #content > DIV > DIV:first-child > DIV:nth-child(21), #content > DIV > DIV:first-child > DIV:nth-child(10), .banner728x90, #content > DIV > DIV:first-child > DIV:nth-child(8), div.uk-panel:nth-child(6), #tage5bis8, .uk-width-large-1-6.uk-hidden-small.uk-hidden-medium, .uk-grid.uk-margin.uk-hidden-small.uk-hidden-medium, #tabelle > p:nth-child(5){display: none !important;} #page{box-shadow: none!important; border: none !important;} #content {height: 670px !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > UL:last-child {margin-top: 100px !important; margin-bottom: -45px !important;} H1{margin-left: 210px !important;} body {margin-top: 25px !important;} #content > article:nth-child(1) > h1:nth-child(2){margin-left: 15px !important;} } @-moz-document url("https://www.wetterkontor.de/de/wetter/deutschland/") { #header, H1,H2, HR, P, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, .uk-panel.uk-panel-box.uk-margin, #sp_message_container_421683, .uk-grid.uk-grid-small.uk-grid-divider, #wkFooter2, .uk-list, .cc_banner.cc_container.cc_container--open {display: none !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:first-child > A, #content > DIV > DIV:first-child > H1, #shr-admin-badge, #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(8), #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(10), #content > DIV > DIV:first-child > ARTICLE > DIV:last-child, #sp_message_container_421683, .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, .uk-width-small-1-2.uk-width-medium-1-2, .uk-text-right.uk-text-small.uk-text-muted, .uk-form-row, .uk-panel.uk-panel-box{display: none !important;} #page_margins { margin-top: -115px !important;} #page{box-shadow: none!important; border: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > UL:last-child {margin-top: 100px !important; margin-bottom: -45px !important;} #wkRCol > TABLE > TBODY > TR > TD:first-child > DIV > DIV:nth-child(8), #wkRCol > TABLE > TBODY > TR > TD:first-child > DIV > DIV:nth-child(9) { width: 0px !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/wetter-vorhersage/deutschland/muenchen"){ #header, H1,H2, HR, P, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, .uk-panel.uk-panel-box.uk-margin, .uk-grid.uk-grid-small.uk-grid-divider, #wkFooter2, .uk-list, .cc_banner.cc_container.cc_container--open, #sp_message_container_421683 {display: none !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:first-child > A, #content > DIV > DIV:first-child > H1, #shr-admin-badge, #sp_message_container_421683, #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(8), #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(10), #content > DIV > DIV:first-child > ARTICLE > DIV:last-child, .uk-width-small-1-2.uk-width-medium-1-2, .uk-text-right.uk-text-small.uk-text-muted, .uk-form-row, .uk-panel.uk-panel-box{display: none !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/wetter-vorhersage/deutschland/(*)"){ #page {margin-top: -10px !important;} .breadcrumb {margin-top: 5px !important;} #header > DIV:first-child, #header > DIV:last-child, #wkFooter2, #content > DIV > DIV:last-child > DIV:nth-child(14), #shr-admin-badge, .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child {display: none !important;} } @-moz-document url("https://www.wetterkontor.de/de/wetter/deutschland/bayern.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/schleswigholstein-hamburg.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/badenwuerttemberg.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/brandenburg-berlin.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/niedersachsen.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/niedersachsen-bremen.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/hessen.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/mecklenburgvorpommern.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/nordrheinwestfalen.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/rheinlandpfalz-saarland.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/sachsen.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/sachsenanhalt.asp"), url("https://www.wetterkontor.de/de/wetter/deutschland/thueringen.asp"){ #header, H1,H2, HR, P, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, .uk-panel.uk-panel-box.uk-margin, .uk-grid.uk-grid-small.uk-grid-divider, #wkFooter2, .cc_banner.cc_container.cc_container--open, #bnr, #maine0d59d447b, .mir_info.mir_info-outside {display: none !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:first-child > A, #content > DIV > DIV:first-child > H1, #sp_message_container_421683, #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(8), #content > DIV > DIV:first-child > ARTICLE > H2:nth-child(10), #content > DIV > DIV:first-child > ARTICLE > DIV:last-child, .uk-width-small-1-2.uk-width-medium-1-2, #shr-admin-badge, .uk-text-right.uk-text-small.uk-text-muted, .uk-form-row, .uk-panel.uk-panel-box{display: none !important;} #page_margins { margin-top: -100px !important;} #page{box-shadow: none!important; border: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} #content > DIV > DIV:first-child > DIV:nth-child(3) > UL:last-child > LI:first-child {margin-top: 100px !important; margin-bottom: -50px !important;} #content > DIV > DIV:first-child > DIV:nth-child(3) > UL:last-child > LI:last-child {margin-top: 100px !important; margin-bottom: -50px !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/wetter/deutschland/wetter-vorhersage-ort.asp"){ #header, H1, H2, HR, P, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, #sp_message_container_421683,, .uk-panel.uk-panel-box.uk-margin, #sp_message_container_421683, .uk-grid.uk-grid-small.uk-grid-divider, #wkFooter2, .cc_banner.cc_container.cc_container--open {display: none !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:first-child > A, #content > DIV > DIV:first-child > H1, #shr-admin-badge, #content > DIV > DIV:first-child > ARTICLE > DIV:last-child, #content > DIV > DIV:first-child > DIV:nth-child(6) > DIV > UL, #content > DIV > DIV:first-child > DIV:first-child, #content > DIV > DIV:first-child > DIV:nth-child(20), #content > DIV > DIV:first-child > P:nth-child(27), #content > DIV > DIV:first-child > P:last-child, #content > DIV > DIV:first-child > DIV:nth-child(14) > DIV, #content > DIV > DIV:first-child > DIV:nth-child(23) > P:last-child > A, .uk-subnav.uk-subnav-pill, .uk-subnav.uk-subnav-line, .uk-width-small-1-2.uk-width-medium-1-2, .uk-form-row {display: none !important;} #content > DIV > DIV:first-child > UL:nth-child(9) > LI:nth-child(2), #content > DIV > DIV:first-child > UL:nth-child(9) > LI:first-child, #content > DIV > DIV:first-child > UL:nth-child(9) > LI:nth-child(3), #content > DIV > DIV:first-child > UL:nth-child(9) > LI:last-child, #content > DIV > DIV:first-child > UL:nth-child(17) > LI:first-child, #content > DIV > DIV:first-child > UL:nth-child(17) > LI:nth-child(2), #content > DIV > DIV:first-child > UL:nth-child(17) > LI:nth-child(3), #content > DIV > DIV:first-child > UL:nth-child(17) > LI:last-child {max-width: 150px !important; margin-left: 15px !important; margin-right: -15px !important;} #warnungen > H2{margin-left: 10px !important;} #content > DIV > DIV:first-child > DIV:nth-child(23) > DIV > DIV:last-child{min-width: 200px !important;} #content > DIV > DIV:first-child > H2:nth-child(5){ margin-left: 70px !important; margin-top: -25px !important;} #content > DIV > DIV:first-child > H2:nth-child(8){ margin-left: 130px !important;} #content > DIV > DIV:first-child > H2:nth-child(16){ margin-left: 220px !important;} #content > DIV > DIV:first-child > DIV:nth-child(23) > P:nth-child(2) > SPAN { margin-left: 12px !important;} #content > DIV > DIV:first-child > DIV:nth-child(23) > H3 { margin-left: 12px !important; margin-right: -10px !important;} #content > DIV > DIV:first-child > DIV:nth-child(23) > DIV > DIV:first-child {width: 360px !important; margin-left: 10px !important; margin-right: -30px !important;} #content > DIV > DIV:first-child > DIV:nth-child(23) > DIV > DIV:first-child > DL {width: 500px !important; margin-left: 10px !important;} #content > DIV > DIV:first-child > DIV:nth-child(23) > DIV > DIV:nth-child(2), #content > DIV > DIV:first-child > DIV:nth-child(23) > DIV > DIV:last-child {max-width: 110px !important; } } @-moz-document url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-gefuehlte-temperatur.asp"), url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-feuchte.asp"), url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-sichtweite.asp"), url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-druck.asp"), url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-wind.asp"), url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-wetter.asp"), url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-niederschlag.asp"), url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-temperatur.asp"), url-prefix("https://www.wetterkontor.de/de/aktuelle-werte-deutschland-sonnenscheindauer.asp"){ /*Text unten unsichtbar*/ .uk-article { font-size: 0px;} /*Textbox über dem Datum wieder lesbar*/ .uk-panel.uk-panel-box { color: black; font-size: 13px;} DIV[data-uk-tooltip=""]{ font-size: 12px!important; color: black!important;} .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, .uk-align-medium-right, div.uk-h3, .uk-width-large-3-5 > article:nth-child(1) > hr:nth-child(8), .uk-width-large-3-5 > article:nth-child(1) > hr:nth-child(9), .uk-width-large-3-5 > article:nth-child(1) > h3:nth-child(9), .uk-width-large-3-5 > article:nth-child(1) > h3:nth-child(10), .uk-width-large-3-5 > article:nth-child(1) > h4:nth-child(13), .uk-width-large-3-5 > article:nth-child(1) > h4:nth-child(15), .uk-width-large-3-5 > article:nth-child(1) > h4:nth-child(16), .uk-width-large-3-5 > article:nth-child(1) > h4:nth-child(17), .uk-width-large-3-5 > article:nth-child(1) > h4:nth-child(18), .uk-width-large-3-5 > article:nth-child(1) > h4:nth-child(19), .uk-width-large-3-5 > article:nth-child(1) > h4:nth-child(20), .uk-width-large-3-5 > article:nth-child(1) > h4:nth-child(21), .uk-width-large-3-5 > article:nth-child(1) > h4:nth-child(23), .uk-width-large-3-5 > article:nth-child(1) > a:nth-child(n+1), #header, H1, H2, P, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(5), .uk-text-right.uk-text-small.uk-text-muted, #sp_message_container_421683, #content > DIV > DIV:first-child > ARTICLE > UL > LI:last-child, #content > DIV > DIV:first-child > ARTICLE > UL > LI:first-child > A, .uk-panel.uk-panel-box.uk-margin, .message-container, .message-overlay, .message, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:first-child > A, #shr-admin-badge, .cc_banner.cc_container.cc_container--open, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(4) > HR {display: none !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(4) > UL:last-child > LI:first-child {margin-top: -30px !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(4) > UL:last-child > LI:last-child {margin-top: -30px !important;} #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(4) > UL:first-child > LI:nth-child(7) {margin-left: 215px !important;} #shr-admin-badge, #content > DIV > DIV:first-child > ARTICLE > UL > LI:first-child, #content > DIV > DIV:first-child > ARTICLE > UL > LI:last-child {display: none !important;} .uk-panel.uk-panel-box {max-height: 42px !important; margin-top: -8px !important;} .uk-h4.wk-header-margins {margin-bottom: 2px !important; margin-top: 3px !important;} LI{margin-top: 3px !important;} #page{box-shadow: none!important; border: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/radar/radar-ost.asp"), url-prefix("https://www.wetterkontor.de/de/radar/radar-suedost.asp"), url-prefix("https://www.wetterkontor.de/de/radar/radar-nordost.asp"), url-prefix("https://www.wetterkontor.de/de/radar/radar-suedwest.asp"), url-prefix("https://www.wetterkontor.de/de/radar/radar-west.asp"), url-prefix("https://www.wetterkontor.de/de/radar/radar-nordwest.asp"){ #header, H1, H2, P, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, #wkFooter2, .uk-text-right.uk-text-small.uk-text-muted, .uk-width-small-1-2.uk-width-medium-1-3.uk-row-first, #content > DIV > DIV:first-child > DIV:nth-child(3) > DIV > DIV:first-child > UL > LI > A , #content > DIV > DIV:first-child > DIV:nth-child(3) > DIV > DIV:first-child > UL, .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, #shr-admin-badge, .cc_banner.cc_container.cc_container--open {display: none !important;} #r1 {margin-left: 50px !important;} #content > DIV > DIV:first-child > DIV:nth-child(3){width: 500px !important; margin-left: 55px !important;} #content > DIV > DIV:first-child > DIV:nth-child(3) > DIV {width: 490px !important; margin-left: 5px !important; background: transparent !important; } .uk-subnav.uk-subnav-pill.uk-align-medium-right {min-width: 380px !important;} #page{box-shadow: none!important; border: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/radar.asp") { #header, H1, H2, P, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(5), .uk-text-right.uk-text-small.uk-text-muted, #shr-admin-badge, .uk-panel.uk-panel-box.uk-margin, #sp_message_container_421683, #tage5bis8, .uk-width-large-1-6.uk-hidden-small.uk-hidden-medium, div.uk-grid:nth-child(3), #page_margins > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1), div.uk-panel:nth-child(14), .cc_banner.cc_container.cc_container--open {display: none !important;} #page{box-shadow: none!important; border: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/bio/uv-index.asp") { #header, H1, H2, P, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(5), .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, .uk-text-right.uk-text-small.uk-text-muted,#shr-admin-badge, .uk-panel.uk-panel-box.uk-margin, .uk-width-large-2-5.uk-width-medium-1-2, H5, .cc_banner.cc_container.cc_container--open, #start > IMG {display: none !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/bio/pollenflug-hasel.asp"), url-prefix("https://www.wetterkontor.de/de/bio/pollenflug-erle.asp"), url-prefix("https://www.wetterkontor.de/de/bio/pollenflug-birke.asp"), url-prefix("https://www.wetterkontor.de/de/bio/pollenflug-graeser.asp"), url-prefix("https://www.wetterkontor.de/de/bio/pollenflug-ambrosia.asp"), url-prefix("https://www.wetterkontor.de/de/bio/pollenflug-beifuss.asp"), url-prefix("https://www.wetterkontor.de/de/bio/pollenflug-roggen.asp"), url-prefix("https://www.wetterkontor.de/de/bio/pollenflug-esche.asp"){ #header, H1, H2, P, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .uk-width-large-2-5.uk-width-medium-1-3, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(5), .uk-text-right.uk-text-small.uk-text-muted, .uk-panel.uk-panel-box.uk-margin, .uk-width-large-2-5.uk-width-medium-1-2, H5, TABLE, .uk-panel.uk-panel-box.uk-panel-box-primary, #start > IMG, .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, .cc_banner.cc_container.cc_container--open {display: none !important;} #page{box-shadow: none!important; border: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-bayern.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-badenwuerttemberg.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-brandenburg-berlin.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-hessen.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-mecklenburgvorpommern.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-niedersachsen-bremen.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-nordrheinwestfalen.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-rheinlandpfalz-saarland.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-sachsen.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-sachsenanhalt.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-schleswigholstein-hamburg.asp"), url-prefix("https://www.wetterkontor.de/warnungen/wetterwarnungen-thueringen.asp"){ #header,H1, .uk-width-large-2-5.uk-width-medium-1-3.uk-hidden-small, .uk-text-right, #content > DIV > DIV:first-child > P:nth-child(6), #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(5), .uk-panel.uk-panel-box.uk-margin, .banner728x90, .uk-width-large-1-6.uk-hidden-small.uk-hidden-medium, .uk-width-1-1.uk-hidden-small.uk-text-center, #content > DIV > DIV:first-child > P:nth-child(3), #content > DIV > DIV:first-child > P:nth-child(2), #page_margins > DIV > DIV > DIV:first-child > DIV:last-child > DIV, .cc_banner.cc_container.cc_container--open {display: none !important;} #page{box-shadow: none!important; border: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} DIV[class="warnungen_box uk-panel uk-panel-box uk-panel-box-primary"]{margin-top: -300px !important;} #karte {margin-left: -100px !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/warnungen/warnung.asp"){ .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, #header, .uk-width-large-2-5.uk-width-medium-1-3.uk-hidden-small, .uk-text-right, .uk-breadcrumb, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(7), .mir_container.mir_ad-800, div.uk-grid-small > div:nth-child(2), div.uk-grid:nth-child(3), .banner728x90, #shr-admin-badge, #content > DIV > DIV:first-child > DIV:nth-child(8), #content > DIV > DIV:first-child > DIV:nth-child(9), .cc_banner.cc_container.cc_container--open {display: none !important;} body {margin-left: 20px !important;} #content {height: 700px !important; width: 1200px !important;} #page{box-shadow: none!important; border: none !important;} .uk-grid.uk-grid-width-medium-1-2 {margin-left: 0px !important;} HTML, #start, .uk-grid {background: #FFFFFF !important; } #karte {margin-left: -110px !important; margin-top: 80px !important;} } @-moz-document url("https://www.wetterkontor.de/warnungen/"){ #header, .uk-width-large-2-5.uk-width-medium-1-3.uk-hidden-small, .uk-text-right, #content > DIV > DIV:first-child > DIV:first-child > UL > LI:nth-child(3), .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, .uk-breadcrumb, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(10), .banner728x90, #shr-admin-badge, #content > DIV > DIV:first-child > DIV:nth-child(8), div.uk-grid-small:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1), div.uk-grid-small:nth-child(1) > div:nth-child(2), div.uk-grid:nth-child(3), .cc_banner.cc_container.cc_container--open {display: none !important;} body {margin-left: 25px !important;} #content {height: 700px !important; width: 1200px !important;} #page{box-shadow: none!important; border: none !important;} .uk-grid.uk-grid-width-medium-1-2 {margin-left: 0px !important;} HTML, #start, .uk-grid {background: #FFFFFF !important; } } @-moz-document url-prefix("https://www.wetterkontor.de/wetter-warnungen/"){ .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, #header, .uk-width-large-2-5.uk-width-medium-1-3.uk-hidden-small, .uk-text-right, .uk-breadcrumb, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(10), .banner728x90, #shr-admin-badge, #content > DIV > DIV:first-child > DIV:nth-child(8), div.uk-panel:nth-child(15), #tage5bis8, .uk-width-large-1-6.uk-hidden-small.uk-hidden-medium, .uk-grid.uk-margin.uk-hidden-small.uk-hidden-medium, .uk-panel.uk-panel-box.uk-margin, #content > DIV > DIV:first-child > DIV:nth-child(7), #content > DIV > DIV:first-child > P:nth-child(4), #content > DIV > DIV:first-child > P:nth-child(5), .cc_banner.cc_container.cc_container--open {display: none !important;} #content {height: 700px !important; } #page{box-shadow: none!important; border: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important; } #content > DIV > DIV:first-child > DIV:nth-child(6) > UL {margin-left: 0px !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/wetter-vorhersage/deutschland/"), url-prefix("https://www.wetterkontor.de/de/radar/radar-vorhersage.asp"){ #header, .uk-width-large-2-5.uk-width-medium-1-3.uk-hidden-small, .uk-text-right, .uk-width-large-2-5.uk-width-medium-1-3, #sp_message_container_421683, #content > DIV > DIV:first-child > DIV:first-child, #content > DIV > DIV:first-child > DIV:nth-child(2) > UL > LI:nth-child(5), #content > DIV > DIV:first-child > DIV:nth-child(21), #content > DIV > DIV:first-child > FORM > DIV, .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, #aktuelle_beobachtung > P:last-child, div.uk-panel:nth-child(15), #tage5bis8, .uk-width-large-1-6.uk-hidden-small.uk-hidden-medium, .uk-grid.uk-margin.uk-hidden-small.uk-hidden-medium, #content > DIV > DIV:first-child > DIV:nth-child(2) > UL > LI:last-child, #content > DIV > DIV:first-child > DIV:nth-child(2) > UL > LI:nth-child(6), #content > DIV > DIV:first-child > P:nth-child(27), .uk-breadcrumb, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(10), .banner728x90, #shr-admin-badge, #content > DIV > DIV:first-child > DIV:nth-child(8), .cc_banner.cc_container.cc_container--open {display: none !important;} .uk-panel, H1, H2, #content > DIV > DIV:first-child > P:nth-child(4), .uk-subnav.uk-subnav-line {margin-left: 30px !important;} #content > DIV > DIV:first-child > DIV:nth-child(7){margin-left: -15px !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} #page{box-shadow: none!important; border: none !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/biowetter/"){ #content > DIV > DIV:first-child > DIV:first-child > UL > LI:last-child, #header, .uk-width-large-2-5.uk-width-medium-1-3.uk-hidden-small, .uk-text-right, .uk-width-large-2-5.uk-width-medium-1-2, #content > DIV > DIV:first-child > DIV:nth-child(21), .uk-breadcrumb, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(10), .banner728x90, #shr-admin-badge, #content > DIV > DIV:first-child > DIV:nth-child(8), .cc_banner.cc_container.cc_container--open, div.uk-panel:nth-child(6), #tage5bis8, .uk-width-large-1-6.uk-hidden-small.uk-hidden-medium, .uk-grid.uk-margin.uk-hidden-small.uk-hidden-medium, #sp_message_container_421683, .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child,div.uk-margin:nth-child(6), #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, .uk-panel.uk-panel-box.uk-margin {display: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} body {margin-top: 25px !important;} #page{box-shadow: none!important; border: none !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/blitze/"){ #header, .uk-width-large-2-5.uk-width-medium-1-3.uk-hidden-small, .uk-text-right, .uk-width-large-2-5.uk-width-medium-1-3, #content > DIV > DIV:first-child > DIV:nth-child(21), #content > DIV > DIV:first-child > ARTICLE > P:nth-child(7), #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(8), #content > DIV > DIV:first-child > ARTICLE > P:nth-child(9), #content > DIV > DIV:first-child > ARTICLE > P:nth-child(10), #content > DIV > DIV:first-child > ARTICLE > P:nth-child(11), #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(12), #content > DIV > DIV:first-child > ARTICLE > P:nth-child(13), .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, .uk-breadcrumb, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(10), div.uk-panel:nth-child(15), div.uk-panel:nth-child(5), #tage5bis8, .uk-width-large-1-6.uk-hidden-small.uk-hidden-medium, .uk-grid.uk-margin.uk-hidden-small.uk-hidden-medium, .uk-width-large-3-5 > article:nth-child(1) > hr:nth-child(6), .banner728x90, #shr-admin-badge, #content > DIV > DIV:first-child > DIV:nth-child(8), #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(6), .cc_banner.cc_container.cc_container--open, #wetterkontor_incontent_1, .uk-h3, .uk-width-large-3-5 > article:nth-child(1) > p:nth-child(8), div.uk-h4:nth-child(9), div.uk-margin:nth-child(11), div.uk-h4:nth-child(14), .uk-width-large-3-5 > article:nth-child(1) > p:nth-child(15), .uk-width-large-3-5 > article:nth-child(1) > p:nth-child(16), .uk-width-large-3-5 > article:nth-child(1) > p:nth-child(17), .uk-width-large-3-5 > article:nth-child(1) > p:nth-child(19), div.uk-h4:nth-child(18){display: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} H1{margin-left: 160px !important;} #page{box-shadow: none!important; border: none !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/wetter/europa/"){ #header,H1, H2, .uk-width-large-2-5.uk-width-medium-1-3, .uk-text-right, .uk-text-muted, #content > DIV > DIV:first-child > ARTICLE > DIV:nth-child(3) > DIV:first-child > UL > LI:last-child, .uk-breadcrumb, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(5), .uk-panel, .div_part,#content > DIV > DIV:first-child > P:nth-child(2), .uk-grid.uk-grid-small.uk-grid-match, .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, .cc_banner.cc_container.cc_container--open, #start > IMG {display: none !important;} #page{box-shadow: none!important; border: none !important;} HTML, #start, .uk-grid {background: #FFFFFF !important;} } @-moz-document url-prefix("https://www.wetterkontor.de/de/pegel/"){ .cc-window.cc-banner.cc-type-info.cc-theme-block.cc-top.cc-color-override-530831885, #page_margins > DIV > DIV > DIV:first-child > DIV:first-child > DIV, #page_margins > DIV > DIV > DIV:last-child, #sp_message_container_421683, #page_margins > DIV > DIV > DIV:first-child > DIV:last-child, #header, H1, H2, P, #wkFooter2, #content > DIV > DIV:first-child > DIV:nth-child(5), #shr-admin-badge, #content > DIV > DIV:first-child > DIV, #content > DIV > DIV:first-child > ARTICLE > DIV:last-child > HR, .breadcrumb,.uk-width-large-2-5.uk-width-medium-1-3, #start > IMG, .cc_banner-wrapper {display: none !important;} .uk-panel.uk-panel-box.uk-margin {margin-top: -5px !important;} } @-moz-document domain(www.msn.com) { #header, div.sectionContainer-DS-EntryPoint1-1:nth-child(4), .root-DS-EntryPoint1-1 > div:nth-child(6), .oneFooter-DS-EntryPoint1-1 ,.button_contentRegion-DS-EntryPoint1-1, .locateButton-DS-EntryPoint1-1, .feedback_link_default-DS-EntryPoint1-1.button-DS-EntryPoint1-3,.weather_alerts_link-DS-EntryPoint1-1, .profile_signInLink-DS-EntryPoint1-1, #onetrust-consent-sdk, .homeButton-DS-EntryPoint1-1, .weatherOverview_root-DS-EntryPoint1-1 > div:nth-child(6), .adsContent-DS-EntryPoint1-1, div.sectionContainer-DS-EntryPoint1-1:nth-child(2), .datafrom_text-DS-EntryPoint1-1{display: none! important;} .weather_alerts_title-DS-EntryPoint1-1{ margin-top: 38px !important; margin-left: -160px !important; max-width: 200px !important; word-wrap: break-word !important;} .weather_alerts_level-DS-EntryPoint1-1{ margin-top: -25px !important; min-height: 24px !important; pointer-events: none !important;} body{margin-top: -125px !important;} .weather-section{margin-top: 40px !important;} .weatherAdscontainer-DS-EntryPoint1-1{margin-top: 35px !important;} a.chevron-DS-EntryPoint1-1:nth-child(3) { margin-right: -35px !important;} a.chevron-DS-EntryPoint1-1:nth-child(1){ margin-left: -35px !important;} } @-moz-document domain(www.daswetter.com) {.estado-actual > span:nth-child(1) > span:nth-child(2), .publicidad, ul.enlaces:nth-child(2), span.secundaria:nth-child(4), .mas-noticias, .publicidad-pie, span.columnas:nth-child(2) > span:nth-child(1) > span:nth-child(2), #bannerSupPC, span.columnas:nth-child(5) > span:nth-child(1) > span:nth-child(2), div.megabanner, aside.caja, span.columnas:nth-child(6), span.franja:nth-child(7), #gpdr, #colBlanca, span.columnas:nth-child(5) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(2), .lluvia-nieve > span:nth-child(1) > a:nth-child(2), #izquierda, #news1, .fuente, #sat > div:nth-child(2), li.mLi:nth-child(6), .menu > ul:nth-child(1) > li:nth-child(6), span.franja:nth-child(4), span.principal:nth-child(3), span.secundaria:nth-child(4), .navegacion > a:nth-child(1) > img:nth-child(1), #pubIzq, #pubAside, #pubAside2, .pubDesk, .modulo.bSocial, .modulo.fotoLoc, #divGota, .liCompartir.comp-svg, .icons-de.liCompartir, #wrap > HEADER > ASIDE > DIV > _moz_generated_content_before, #bottom_newsletter, DIV[class="tCook"][style="display: block;"], #pubSup > DIV,#top30, .modulo.pubMapa, .modulo.fase-lunar.sl-1, .modulo.locC, FOOTER, #foots, .leySocial, #modulos > ASIDE, #pIzq, #top-prediccion, .galery-svg, #mod_izquierda, #mod_derechos_uso, span.boton:nth-child(2), DIV[class="addthis-smartlayers addthis-smartlayers-desktop"][aria-labelledby="at4-share-label"], .locC.half-module, #pubInferior, .leaflet-bottom.leaflet-right, #contPag, #meteored_share, .selectMapaLugar, #full_screen, .botonera, #selectRadarLugar, #selector_estilo, #selector_tipos, span.secundaria:nth-child(2),.navegacion > a:nth-child(1), .logo-svg, #contSup, .menu, DIV[class="at-share-dock-outer addthis-smartlayers addthis-smartlayers-mobile"][aria-labelledby="at-share-dock-label"][role="region"][role="region"],#mmt_vermas,#mapa-loc-shared {display: none !important;} header #contSup .logo-svg img {display: none !important;} span.columnas:nth-child(3),.titulo-horas, .franja { box-shadow: none!important; border: none !important;} span.columnas:nth-child(1) > span:nth-child(1) > span:nth-child(1), span.columnas:nth-child(5) > span:nth-child(1) > span:nth-child(1), span.columnas:nth-child(5) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1){ box-shadow: none!important; border: none !important;} [class="secundaria"]{ margin-left:35px !important; margin-right: -80px !important;} [class="prevision-hoy-horas"]{ margin-left:280px !important; margin-right: -280px !important; margin-top:30px !important; margin-bottom: -50px !important; box-shadow: none!important;} [class="tabla-horas"]{ margin-right: -30px !important; margin-top:50px !important; width: 730px !important;} [class="por-horas"]{ margin-top:-15px !important; } #divPestanas, #buscador, .loc-dia {margin-left: 30px !important;} #cookies {margin-right: -30px !important;} .grafica{margin-left: 15px !important; width: 740px !important;} .sin_prob{margin-left: 285px !important; margin-right: -255px !important; margin-bottom: -70px !important; } span.columnas:nth-child(3) > span:nth-child(1) > span:nth-child(2) {margin-left: 50px !important; margin-right: -30px !important; margin-top: 50px !important;} .titulo-horas{margin-left: 50px !important; margin-right: -30px !important; margin-bottom: 30px !important; margin-top: -20px !important;} span.columnas:nth-child(3) > span:nth-child(1) > span:nth-child(1) > section:nth-child(1) {margin-left: 15px !important; margin-right: 20px !important;} span.columnas:nth-child(3) > span:nth-child(1) > span:nth-child(2) > section:nth-child(1) > table:nth-child(1) > tbody:nth-child(2) {margin-left: 50px !important; margin-right: -30px !important;} .map-loc-titulo{margin-left: -70px !important;} .dos-semanas .dia.activo::after { border-right: 51px solid transparent !important; border-left: 51px solid transparent !important;} header #contSup{margin-left: -40px !important; box-shadow: none!important; border: none !important;} .navegacion{margin-left: -100px !important; box-shadow: none!important; border: none !important;} span.columnas:nth-child(2){margin-left: -270px !important; box-shadow: none!important; border: none !important;} #contenedorHora{margin-left: 70px !important;} #mod_derecha{margin-left: -145px !important;} #mods_cont {width: 85% !important; margin-left: 60px !important; box-shadow: none!important; border: none !important;} #pCentro {margin-left: 120px !important;} #mapid{min-width: 740px !important; min-height: 500px !important; margin-left: -295px !important; margin-top: -80px !important; box-shadow: none!important; border: none !important;} #controles_mm {margin-left: -70px !important;} #container{margin-left: -20px !important;} #h1Ul > h1:nth-child(1){margin-left: 120px !important;} #mapaAlertas{margin-left: 90px !important;} #tipAlert{margin-left: 50px !important;} span.columnas:nth-child(5){margin-top: -50px !important;} span.columnas:nth-child(2){margin-top: -60px !important;} .subcabecera {padding-left: 20px !important; box-shadow: none!important; border: none !important;} .dos-semanas{padding-left: 40px !important; box-shadow: none!important; border: none !important;} span.columnas:nth-child(1){margin-left: 20px !important;} .ulMove{margin-left: 130px !important;} .estado-actual, span.columnas:nth-child(1), span.franja:nth-child(4),span.columnas:nth-child(5), span.columnas:nth-child(6), span.columnas:nth-child(7){padding-left: 50px !important; box-shadow: none!important; border: none !important;} .franjas{background: #FFFFFF !important; box-shadow: none!important; border: none !important; margin-left:-45px !important;} .lluvia-nieve > span:nth-child(1){box-shadow: none!important; border: none !important;} navegacion label{border: none !important;} } @-moz-document domain(www.meteocentrale.ch) { #header,#top,#left,#c8548,#right,#footer,#wetterapp_border > NOSCRIPT,#content > H1,#page > NOSCRIPT,.qc-cmp-cleanslate, body > div:nth-child(10),body > div:nth-child(9), body > div:nth-child(16),body > div:nth-child(13), #lower-content > center:nth-child(6){display: none !important;} #wetterapp_border{ margin-left: -30px !important; margin-top: -10px !important;} } @-moz-document domain(www.wetter.net) { header.row {background: transparent !important;} div.col-md-5:nth-child(3) {margin-top: 5px !important; margin-bottom: -30px !important; margin-left:-24px !important;} .city-favs{margin-top: -10px !important; margin-left:-220px !important;} .col-md-10 > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > p:nth-child(3), .col-md-10 > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > p:nth-child(3) {background: white !important; color: black !important; font-weight: bold !important;} #city_search_input {background: white !important; color: black !important; font-weight: bold !important;} #search-wrapper{margin-bottom: 20px !important; margin-left: 8px !important; margin-top: -2px !important;} .toggle-favs-icon-down:after, .toggle-favs-icon-up:after { color: white !important;} #bodyContainer_switch > DIV:nth-child(5) > DIV > UL, .advertising_billboard, HTML > BODY > DIV:first-child, NAV, FOOTER, HTML > BODY > DIV:nth-child(12), .upArrow, .row.social_share_city , .advertising_pubperform.row, .col-sm-4.teaser_block, .advertising_city.col-xs-12, .advertising_left, .col-sm-8.teaser_block.teaser_block_2, .teaser_container > div:nth-child(1), div.container-fluid, .weather_container > div:nth-child(10), .share_buttons_float_right, #banner, #sky, HTML > BODY > DIV:nth-child(9) > DIV > DIV > DIV, .col-md-3 > a:nth-child(1) {display: none !important;} .white.todayTextHeader{font-size: 24px !important;} .white.center.todayText {font-size: 20px !important;} p{font-size: 18px !important;} } @-moz-document domain(www.unwetterzentrale.de), domain(www.niederschlagsradar.de), url-prefix(http://db.eurad.uni-koeln.de/prognose/data/aktuell/trh_eur_1h_movd1.gif), url-prefix(https://www.dwd.de/DWD/wetter/wv_allg/deutschland/film/vhs_deutschland.jpg), url-prefix(https://www.dwd.de/DWD/wetter/aktuell/deutschland/bilder/wx_deutschland.jpg), domain(www.meteox.de){ HTML {background: #FFFFFF !important;} } @-moz-document url-prefix("https://www.wetteronline.de/regenradar/berlin-bundesland"), url-prefix("https://www.wetteronline.de/regenradar/hamburg-bundesland"), url-prefix("https://www.wetteronline.de/regenradar/bremen-bundesland"), url-prefix("https://www.wetteronline.de/regenradar/mecklenburg-vorpommern"), url-prefix("https://www.wetteronline.de/regenradar/niedersachsen"), url-prefix("https://www.wetteronline.de/regenradar/nordrhein-westfalen"), url-prefix("https://www.wetteronline.de/regenradar/sachsen"), url-prefix("https://www.wetteronline.de/regenradar/bayern"), url-prefix("https://www.wetteronline.de/regenradar/braunschweig"), url-prefix("https://www.wetteronline.de/regenradar/baden-wuerttemberg"), url-prefix("https://www.wetteronline.de/regenradar/thueringen"), url-prefix("https://www.wetteronline.de/regenradar/sachsen-anhalt"), url-prefix("https://www.wetteronline.de/regenradar/saarland"), url-prefix("https://www.wetteronline.de/regenradar/hessen"), url-prefix("https://www.wetteronline.de/regenradar/schleswig-holstein"), url-prefix("https://www.wetteronline.de/regenradar/brandenburg-bundesland"), url-prefix("https://www.wetteronline.de/regenradar/rheinland-pfalz"){ #top, #searchbox, #favorites, #memberarea_wrapper, #woBillboard, div._3Sb_2c:nth-child(12), #sp_message_container_389665, #map-searchform, div.leaflet-top:nth-child(2), ._1KFpPt, div.leaflet-bottom:nth-child(4), .top-right > wo-zoom:nth-child(2), #content-navigation, #header, #topcontainer, cc_banner, .cc_banner-wrapper, #ultraleftcontainer, .top-right, .cleverpush-bell, #rightcontainer {display: none !important;} ._1OzLNe {margin-bottom: 0px !important; margin-left: -120px !important;} #content{margin-top: -100px !important;} }
Ein Hinweis noch dazu im Script selber müsste man in dieser Zeile:
CodeMO_Doppelklick: {url:"https://www.msn.com/de-de/wetter/heute/de/Berlin,BE,Deutschland/we-city-52.520,13.380",width:700,height:640},
die Fenstergröße auf 800 x 800 geändert werden.
Hoffe es passt alles.
Mfg.
Endor -
-
-
-
-
Hallo Boersenfeger .
Alles alles Gute zum Geburtstag!
Vor allem viel Gesundheit.
Bleibt gesund und pass auf dich auf.
Mfg.
Endor
-
-
Hallo Speravir
Habe ich getestet und übernommen.
Auch dafür nochmals vielen Dank für den Hinweis.
Mfg.
Endor -
Hallo zusammen.
hier zwei neue Versionen der Scripte, die hier auch im Nightly funktionieren:
RestartFirefox_plus.uc.js Schaltfläche für Symbolleiste + Eintrag bei Datei
Code
Alles anzeigen// RestartFirefox_plus.uc.js (function() { if (location != 'chrome://browser/content/browser.xhtml') return; try { CustomizableUI.createWidget({ id: 'restart-button', type: 'custom', defaultArea: CustomizableUI.AREA_NAVBAR, onBuild: function(aDocument) { var toolbaritem = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbarbutton'); var props = { id: 'restart-button', class: 'toolbarbutton-1 chromeclass-toolbar-additional', removable: false, label: 'Neustart', tooltiptext: 'Neustart (mit Rechts- und Mittelklick wird userChrome.js-Cache geleert)', style: 'list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8%2F9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89%2BbN%2FrXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz%2FSMBAPh%2BPDwrIsAHvgABeNMLCADATZvAMByH%2Fw%2FqQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf%2BbTAICd%2BJl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA%2Fg88wAAKCRFRHgg%2FP9eM4Ors7ONo62Dl8t6r8G%2FyJiYuP%2B5c%2BrcEAAAOF0ftH%2BLC%2BzGoA7BoBt%2FqIl7gRoXgugdfeLZrIPQLUAoOnaV%2FNw%2BH48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl%2FAV%2F1s%2BX48%2FPf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H%2FLcL%2F%2Fwd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s%2BwM%2B3zUAsGo%2BAXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93%2F%2B8%2F%2FUegJQCAZkmScQAAXkQkLlTKsz%2FHCAAARKCBKrBBG%2FTBGCzABhzBBdzBC%2FxgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD%2FphCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8%2BQ8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8%2BxdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR%2BcQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI%2BksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG%2BQh8lsKnWJAcaT4U%2BIoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr%2Bh0uhHdlR5Ol9BX0svpR%2BiX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK%2BYTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI%2BpXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q%2FpH5Z%2FYkGWcNMw09DpFGgsV%2FjvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY%2FR27iz2qqaE5QzNKM1ezUvOUZj8H45hx%2BJx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4%2FOBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up%2B6Ynr5egJ5Mb6feeb3n%2Bhx9L%2F1U%2FW36p%2FVHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm%2Beb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw%2B6TvZN9un2N%2FT0HDYfZDqsdWh1%2Bc7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc%2BLpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26%2FuNu5p7ofcn8w0nymeWTNz0MPIQ%2BBR5dE%2FC5%2BVMGvfrH5PQ0%2BBZ7XnIy9jL5FXrdewt6V3qvdh7xc%2B9j5yn%2BM%2B4zw33jLeWV%2FMN8C3yLfLT8Nvnl%2BF30N%2FI%2F9k%2F3r%2F0QCngCUBZwOJgUGBWwL7%2BHp8Ib%2BOPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo%2Bqi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt%2F87fOH4p3iC%2BN7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi%2FRNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z%2Bpn5mZ2y6xlhbL%2BxW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a%2FzYnKOZarnivN7cyzytuQN5zvn%2F%2FtEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1%2B1dT1gvWd%2B1YfqGnRs%2BFYmKrhTbF5cVf9go3HjlG4dvyr%2BZ3JS0qavEuWTPZtJm6ebeLZ5bDpaql%2BaXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO%2FPLi8ZafJzs07P1SkVPRU%2BlQ27tLdtWHX%2BG7R7ht7vPY07NXbW7z3%2FT7JvttVAVVN1WbVZftJ%2B7P3P66Jqun4lvttXa1ObXHtxwPSA%2F0HIw6217nU1R3SPVRSj9Yr60cOxx%2B%2B%2Fp3vdy0NNg1VjZzG4iNwRHnk6fcJ3%2FceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w%2B0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb%2B%2B6EHTh0kX%2Fi%2Bc7vDvOXPK4dPKy2%2BUTV7hXmq86X23qdOo8%2FpPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb%2F1tWeOT3dvfN6b%2FfF9%2FXfFt1%2Bcif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v%2B3Njv3H9qwHeg89HcR%2FcGhYPP%2FpH1jw9DBY%2BZj8uGDYbrnjg%2BOTniP3L96fynQ89kzyaeF%2F6i%2FsuuFxYvfvjV69fO0ZjRoZfyl5O%2FbXyl%2FerA6xmv28bCxh6%2ByXgzMV70VvvtwXfcdx3vo98PT%2BR8IH8o%2F2j5sfVT0Kf7kxmTk%2F8EA5jz%2FGMzLdsAAAAEZ0FNQQAAsY58%2B1GTAAAAIGNIUk0AAHolAACAgwAA%2Bf8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAN8SURBVHjaVJFNTBxlAIafb2Z29gd2l4VdYCkokAUt1AJplQRTrVqjUWMPPWHSCzb21IOn9qIHY2xMahoTTb00NmkUm5qAjdpUI61VaCxCpCVYixt%2ByvKzCwu7LDs7zMw3HmhM%2Bt6fJ0%2FyCp69wiOzZBCPcqSmIXg0HPHuC4R8nkLWyOXyYiIzfuVHzMIA%2BZsLtH18EApntUdhpzUSD5577nDLi%2FGWKjx%2BHVfR8HpFwNwsxTMzza%2BOXJ1%2B58Ev2sVEV%2ByEawXqxf8FllNWEQ9ePXzsqQOecIDU8jampSAVD76Al2BIIx4Dv2Nz7%2FYq%2B5%2BP8sNXE6WdAhdQlOM9rzUdaGiN8M9UjnKvQjzuA0UjV3AxDIcHywqRoEbXoVrKgyBtKXYEUvprmiN9oaoyvr9wl62NHJbtJeDzOo17YmprVzWOppLO2RRNwf1FSOzSUAXsCIR4QdP13UPfjhUde2mjuBXUjcXNEabOnJmq7Y4Nd7z1fu%2BJ%2FR2Jpgrm0jauAI8GlnSlBi4I0bO6sLBWHc9esxRdmjOZf5n%2B5CLWzCzOvsbKupBZ1xgmElUoC%2BgoKtRGQfNomoaND8P8XS%2Bby1olO7O6GHTl1DejGDOrNB%2BvpO7I%2Ba31%2FDP9Z28YUmqoqhCKcG2EYD6ZMUTojZ8WHmsqD%2BI6wnWFajugCkuuZaV%2FZS47wp99R7E3LbxPV6rtr7dV1pmyuBWs3hr7dZ380LC2tzseffvUHm86C1JC2A%2FrGcn509cn%2BPvTk9ibc1R06qL91Ms1CadF000ll9rVS2VykLzVr0lHOgtpuJ9yUFyXxqhKZjbH2nJRI9IZwyw2kXjvXV%2FIOWgaBcc2a%2BtjdVXR1J3iBDx8QUpQUJAuJJclseogxz441H5vrPO72cm0VSyVPJq27ZaHm8ST3Y0M9d9Kkr19A1A1x4VIObTGBfNrsJ5XmE9b6KqgvrOGhr1Vns2sgeNIkXiigvHf1liZuHWZYjINSEXRVLewZjN6bYmYbvN4rcDvVzFKLnOpErMLBpvbklClznyyyPDA6DjTX3wJWICr%2Bnb3ffjXSGpl5Nxnn88uh2ORUCBaHfVQU%2BsjVuGhKqJT5lFYShr8fGH4j42bH53EnJ4EtgEEPQOTzHx9mqXLl9AT9TS82RvreOmVcMTXVh4JhIr5kp3LFu6u3Lk%2ByMylQazU3ENYAvw3AFUTimFqj5i7AAAAAElFTkSuQmCC)', onclick: 'if (event.button == 0) { \ Services.startup.quit(Ci.nsIAppStartup.eRestart | Ci.nsIAppStartup.eAttemptQuit); \ }; \ if (event.button == 1 || event.button == 2) { \ Services.appinfo.invalidateCachesOnRestart(); \ Services.startup.quit(Ci.nsIAppStartup.eRestart | Ci.nsIAppStartup.eAttemptQuit); \ };' }; for (var p in props) toolbaritem.setAttribute(p, props[p]); return toolbaritem; } }); CustomizableUI.registerToolbarNode(tb); } catch(e) { }; var menuitem = document.createXULElement('menuitem'); var props = { id: 'restartfirefox-fileMenu2', label: 'Neustart', tooltiptext: 'Neustart (mit Rechts- und Mittelklick wird userChrome.js-Cache geleert)', onclick: 'if (event.button == 0) { \ Services.startup.quit(Ci.nsIAppStartup.eRestart | Ci.nsIAppStartup.eAttemptQuit); \ }; \ if (event.button == 1 || event.button == 2) { \ Services.appinfo.invalidateCachesOnRestart(); \ Services.startup.quit(Ci.nsIAppStartup.eRestart | Ci.nsIAppStartup.eAttemptQuit); \ };' }; for (var p in props) menuitem.setAttribute(p, props[p]); document.getElementById('menu_FilePopup').insertBefore(menuitem, document.getElementById('menu_FileQuitItem')); var pane1 = document.getElementById('appmenuPrimaryPane'); if (pane1) { menuitem = document.createXULElement('menuitem'); var props = { id: 'restartfirefox-fileMenu', class: 'menuitem-iconic', label: 'Neustart', tooltiptext: 'Neustart (mit Rechts- und Mittelklick wird userChrome.js-Cache geleert)', onclick: 'if (event.button == 0) { \ Services.startup.quit(Ci.nsIAppStartup.eRestart | Ci.nsIAppStartup.eAttemptQuit); \ }; \ if (event.button == 1 || event.button == 2) { \ Services.appinfo.invalidateCachesOnRestart(); \ Services.startup.quit(Ci.nsIAppStartup.eRestart | Ci.nsIAppStartup.eAttemptQuit); \ };' }; for (var p in props) menuitem.setAttribute(p, props[p]); pane1.insertBefore(menuitem, document.getElementById('appmenu-quit')); }; })();
RestartFirefox-Hamburger.uc.js Eintrag für Hamburger Schaltfläche bzw. dessen Kontextmenü
Code
Alles anzeigen(function() { var menuitem = document.createXULElement('toolbarbutton'); menuitem.id = 'uc_menu_Restart_H'; menuitem.classList.add('subviewbutton', 'subviewbutton-iconic'); menuitem.setAttribute('label' , 'Neustart'); menuitem.setAttribute('tooltiptext' , 'Neustart'); menuitem.style.listStyleImage= 'url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="context-fill" fill-opacity="context-fill-opacity" d="M15,1a1,1,0,0,0-1,1V4.418A6.995,6.995,0,1,0,8,15a6.954,6.954,0,0,0,4.95-2.05,1,1,0,0,0-1.414-1.414A5.019,5.019,0,1,1,12.549,6H10a1,1,0,0,0,0,2h5a1,1,0,0,0,1-1V2A1,1,0,0,0,15,1Z"/></svg>\')'; menuitem.setAttribute('oncommand' , "Services.appinfo.invalidateCachesOnRestart() || Services.startup.quit(Ci.nsIAppStartup.eRestart | Ci.nsIAppStartup.eAttemptQuit);"); var refItem = document.getElementById('appMenu-viewCache').content.getElementById('appMenu-quit-button'); refItem.parentNode.insertBefore(menuitem, refItem); })();
Mfg.
Endor -
-
-
-
Hallo Boersenfeger
Der ist neu:
CSS Code:
CSS#help_taskManager{ appearance:none!important; background: url("..//icons/Bild49.gif") no-repeat !important; min-height: 24px!important; padding-left:4px!important; background-position:6px 5px!important;}
Symbol:
Mfg.
Endor -
Hallo zusammen.
Habe vor einiger Zeit, dieses Script entdeckt:
scrollbars-minimal.uc.js
Damit wird die Scrollbar nur noch ganz dünn dargestellt.
Script:
JavaScript
Alles anzeigen(function() { var css =` scrollbar { z-index: 2147483647 !important; position: relative !important; } scrollbar, scrollbar * { -moz-appearance: none !important; margin: 0px !important; padding: 0px !important; border: 0px !important; box-shadow: none !important; } scrollbar[orient="vertical"] { -moz-margin-start: 0px !important; max-width: 12px !important; min-width: 12px !important; /*background: #38383d !important;*/ background: transparent !important; background-size: 12px 12px !important; background-repeat: repeat-y !important; background-position: 50% 0% !important; cursor: default; } scrollbar[orient="horizontal"] { margin-top: 0px !important; max-height: 12px !important; min-height: 12px !important; /*background: #38383d !important;*/ background: transparent !important; background-size: 12px 12px !important; background-repeat: repeat-x !important; background-position: 0% 50% !important; cursor: default; } /*scrollbar[orient="vertical"]:hover { background: #ddd !important; transition: all 0.08s !important; } scrollbar[orient="horizontal"]:hover { background: #ddd !important; transition: all 0.08s !important; }*/ scrollbar thumb[orient="vertical"] { min-height: 24px !important; width: 12px !important; min-width: 12px !important; max-width: 12px !important; } scrollbar thumb[orient="horizontal"] { min-width: 24px !important; height: 12px !important; min-height: 12px !important; max-height: 12px !important; } scrollbar thumb { border-radius: 6px !important; /*background: #38383d !important;*/ background: transparent !important; border: 2px solid rgba(0,255,255,0) !important; box-shadow: 0 0 0 8px #23a1ff inset !important; transition: all 0.04s !important; opacity: 1 !important; } scrollbar:hover thumb { box-shadow: 0 0 0 8px #1876bc inset !important; } scrollbar thumb:active { box-shadow: 0 0 0 8px #0c3c60 inset !important; background: #1876bc !important; } scrollbar, scrollcorner { -moz-appearance: none !important; /*background-color: #38383d !important;*/ background: transparent !important; background-image: unset !important; } /*scrollbar gripper { box-shadow: 0 0 0 8px red inset !important; background: blue !important; }*/ /* no buttons */ scrollbar:hover scrollbarbutton { box-shadow: 0 0 0 8px #23a1ff inset !important; opacity: 1 !important; } scrollbar:active scrollbarbutton { box-shadow: 0 0 0 8px #1876bc inset !important; opacity: 1 !important; } scrollbar scrollbarbutton:hover { box-shadow: 0 0 0 8px #1876bc inset !important; opacity: 1 !important; } scrollbar scrollbarbutton:active { box-shadow: 0 0 0 8px #0c3c60 inset !important; background: #1876bc !important; opacity: 1 !important; } scrollbar scrollbarbutton { min-height: 12px !important; min-width: 12px !important; max-height: 12px !important; max-width: 12px !important; height: 12px !important; width: 12px !important; border-radius: 6px !important; /*background: #38383d !important;*/ background: transparent !important; border: 2px solid rgba(0,255,255,0) !important; /*box-shadow: 0 0 0 8px #23a1ff inset !important; */ box-shadow: 0 0 0 8px rgba(100,100,100,0.3) inset !important; transition: all 0.04s !important; opacity: 1 !important; }`; var sss = Cc['@mozilla.org/content/style-sheet-service;1'].getService(Ci.nsIStyleSheetService); var uri = makeURI('data:text/css;charset=UTF=8,' + encodeURIComponent(css)); sss.loadAndRegisterSheet(uri, sss.AGENT_SHEET); })();
Sieht damit dann so aus:
Vielleicht kann es ja jemand von euch brauchen.
Mfg.
Endor