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

Beiträge von stoffel78

  • FF 71 Kürzlich geschlossenen Tab mit Mittelklick wieder öffnen

    • stoffel78
    • 23. Dezember 2019 um 13:05

    #7 Perfekt:thumbup:

    danke

  • FF 71 Kürzlich geschlossenen Tab mit Mittelklick wieder öffnen

    • stoffel78
    • 22. Dezember 2019 um 20:14

    oh das geht danke.

    früher reichte halt ein Mittelklick auf Tableiste und der geschlossene öffnete sich wieder.

    So gehts auch-man muss sich halt umgewöhnen.

    danke

  • FF 71 Kürzlich geschlossenen Tab mit Mittelklick wieder öffnen

    • stoffel78
    • 22. Dezember 2019 um 19:52

    Leider keine funktion.

    Öffnet wie die andere Version nur neuen Tab

  • FF 71 Kürzlich geschlossenen Tab mit Mittelklick wieder öffnen

    • stoffel78
    • 22. Dezember 2019 um 17:49

    Hallo

    gestern update auf 71 durchgeführt und seitdem einiges versucht. Leider funktioniert das Script nicht mehr.

    Aus langeweile hab ich heut saubere Neuinstallation von Firefox durchgeführt.

    Skripte nach und nach eingebaut.

    Als erstes das Problemskript - keine funktion

    danach Uhr im Menü, Neutart im Menü, Tab unten usw.

    funktionieren alle

    danach in user chrome css meine Sache eingebaut funktioniert

    läuft alles nur das eine nicht.

    evtl. kann mal jemand nen Blick darauf werfen.

    Code
    // ==UserScript==
    // @name middle-click "Undo Close Tab"
    // @description Kürzlich geschlossenen Tab mit Mittelklick wieder öffnen
    // @version 1.1
    // @include main
    // @compatibility Firefox ESR31.3, 34.0.5, 69*
    // @author oflow
    // @mod aborix
    // @namespace https://oflow.me/archives/265
    // @note Firefox 31.3, 34.0.5 neuere nicht getestet
    // @note remove arguments.callee
    // @note mTabContainer -> tabContainer
    // ==/UserScript==
    
    (function() {
    
      if (!window.gBrowser)
        return;
    
      var ucjsUndoCloseTab = function(e) {
        // Nur mit Mittelkick
        if (e.button != 1) {
          return;
        }
        // Klick auf Tab-Leiste und die Neuer Tab Schaltflächen
        let node = e.originalTarget;
        while (node.localName != 'tab' && node.localName != 'toolbarbutton' && node.id != 'tabbrowser-tabs') {
          node = node.parentNode;
        }
        if (node.id == 'tabbrowser-tabs' || node.id == 'new-tab-button'
            || node.classList.contains('tabs-newtab-button')) {
          undoCloseTab(0);
          e.preventDefault();
          e.stopPropagation();
        }
      }
    
      // Schaltfläche Neuer Tab
      document.getElementById('new-tab-button').onclick = ucjsUndoCloseTab;
      // Tab-Leiste
      gBrowser.tabContainer.addEventListener('click', ucjsUndoCloseTab, true);
    
    })();
    Alles anzeigen
  • Win 10 oder FF70 schuld

    • stoffel78
    • 25. Oktober 2019 um 22:48

    Man fast es nicht aber es scheint so, als läge es am Haken bei Einstellungen Farben und Systemfarben verwenden.

    Weiss aber zu 100% das ich den haken nicht entfernt habe. Evtl. durchs update? auf jedenfall startet Fox wieder ohne den Fehler.

    An der anderen Sache bin ich dran.

  • Win 10 oder FF70 schuld

    • stoffel78
    • 24. Oktober 2019 um 22:38

    beim logview in mozregression

    so eben mal meine 2 SSD mit Win10 Backup dran gemacht. Das ist eine fertige Neuinstallation von Win10 und Firefox 64

    Start FF64 normaler Start.

    Update FF70 wieder das Verhalten

    Userjs nicht vorhanden

  • Win 10 oder FF70 schuld

    • stoffel78
    • 24. Oktober 2019 um 18:49

    Also firefox neuaufsetzten reicht nicht? wenn doch-was darf ich mit nehmen mir gehts um user chrome usw

    Zu Treiber: der ist der neuste mal genau gucken ist nicht böse gemeint

    The Radeon Software Adrenalin 2019 Edition 19.10.1 installation package contains the following:

    Radeon Software Adrenalin 2019 Edition 19.10.1 Driver Version 19.30.25.10 (Windows Driver Store Version 26.20.13025.10004)

    genau diesen hab ich drauf

    Veröffentlicht am 17.10. treiber ist halt vom 4.10.

    Trojaner Board hab ich mal angemeldet und Thema erstellt

    mozreg rumgespielt:versteh gar nix mehr

    bei 65 kommt das Phänomen

    bei 69 und 70 nicht wenn sich dort fox öffnet.

    Die Info kommt bei jedem:

    Code
    [Parent 244, Gecko_IOThread] WARNING: pipe error: 109: file z:/task_1558387126/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
    2019-10-24T20:07:18: INFO : [Child 12040, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1558387126/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
    2019-10-24T20:07:19: INFO : [Child 12040, Chrome_ChildThread] WARNING: [Parent 244, Gecko_IOThread] WARNING: pipe error: 109: file z:/task_1558387126/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
    2019-10-24T20:07:19: INFO : [Child 2532, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1558387126/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
    2019-10-24T20:07:19: INFO : [Child 2532, Chrome_ChildThread] WARNING: pipe[Parent 244, Gecko_IOThread] WARNING: pipe error: 109: file z:/task_1558387126/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
    2019-10-24T20:07:19: INFO : [Child 141
    2019-10-24T20:07:19: INFO : ###!!! [Child][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost
    2019-10-24T20:07:19: INFO : 
    2019-10-24T20:07:21: INFO : [GPU 11152,
  • Win 10 oder FF70 schuld

    • stoffel78
    • 24. Oktober 2019 um 13:10

    Inhalt hab ich entfernt. unter about support find ich jetzt keine user.js mehr

    #7 hab ich gesehen aber da muss ich mich genau befassen damit-englisch nicht so meins

    Normal malwarebytes auch sauber

    eben hab ich mich an den obereb link gehalten mit adcleaner auch einstellungen und usw.

  • Win 10 oder FF70 schuld

    • stoffel78
    • 24. Oktober 2019 um 12:56

    Könnte sein.Also nichts größeres. Lass malwarebytes auch regelmässigmal durchlaufen.

    Habe gerade nochmal komplett neues Profil angelegt. Kommt genauso.

    Noch mal auf Hell in Win 10 gestellt und genau geschaut da startet es normal. evtl. doch win 10 sache und irgendwas beisst sich nur mit FF70-keine ahnung

  • Win 10 oder FF70 schuld

    • stoffel78
    • 24. Oktober 2019 um 12:45
    Code
    # -------------------------------
    # Malwarebytes AdwCleaner 7.4.2.0
    # -------------------------------
    # Build:    10-21-2019
    # Database: 2019-10-21.1 (Cloud)
    # Support:  https://www.malwarebytes.com/support
    #
    # -------------------------------
    # Mode: Scan
    # -------------------------------
    # Start:    10-24-2019
    # Duration: 00:00:10
    # OS:       Windows 10 Home
    # Scanned:  35182
    # Detected: 0
    
    
    ***** [ Services ] *****
    
    No malicious services found.
    
    ***** [ Folders ] *****
    
    No malicious folders found.
    
    ***** [ Files ] *****
    
    No malicious files found.
    
    ***** [ DLL ] *****
    
    No malicious DLLs found.
    
    ***** [ WMI ] *****
    
    No malicious WMI found.
    
    ***** [ Shortcuts ] *****
    
    No malicious shortcuts found.
    
    ***** [ Tasks ] *****
    
    No malicious tasks found.
    
    ***** [ Registry ] *****
    
    No malicious registry entries found.
    
    ***** [ Chromium (and derivatives) ] *****
    
    No malicious Chromium entries found.
    
    ***** [ Chromium URLs ] *****
    
    No malicious Chromium URLs found.
    
    ***** [ Firefox (and derivatives) ] *****
    
    No malicious Firefox entries found.
    
    ***** [ Firefox URLs ] *****
    
    No malicious Firefox URLs found.
    
    ***** [ Preinstalled Software ] *****
    
    No Preinstalled Software found.
    
    
    AdwCleaner_Debug.log - [4812 octets] - [24/10/2019 12:42:46]
    
    ########## EOF - C:\AdwCleaner\Logs\AdwCleaner[S00].txt ##########
    Alles anzeigen
  • Win 10 oder FF70 schuld

    • stoffel78
    • 24. Oktober 2019 um 12:29
    Code
    user_pref("browser.shell.checkDefaultBrowser",false);
    user_pref("extensions.blocklist.url","https://blocklists.settings.services.moziIIa.com/v1/blocklist/3/%APP_ID%/%APP_VERSION%/%PRODUCT%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/%PING_COUNT%/%TOTAL_PING_COUNT%/%DAYS_SINCE_LAST_PING%/");
    user_pref("toolkit.telemetry.server","https://incoming.telemetry.moziIIa.org");
    user_pref("extensions.blocklist.enabled",false);
    user_pref("xpinstall.signatures.required",false);
    user_pref("app.shield.optoutstudies.enabled",false);
    user_pref("app.normandy.enabled",false);
    user_pref("app.update.enabled",true);
  • Win 10 oder FF70 schuld

    • stoffel78
    • 24. Oktober 2019 um 11:58
    Code
    Allgemeine Informationen
    ------------------------
    
    Name: Firefox
    Version: 70.0
    Build-ID: 20191016161957
    Update-Kanal: release
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
    Betriebssystem: Windows_NT 10.0
    Starter-Prozess: Aktiviert
    Fenster mit mehreren Prozessen: 2/2 aktiviert (Standard)
    Externe Prozesse: 5
    Unternehmensrichtlinien: Inaktiv
    Google-Location-Service-Schlüssel: Gefunden
    Google-Safebrowsing-Schlüssel: Gefunden
    Mozilla-Location-Service-Schlüssel: Gefunden
    Abgesicherter Modus: false
    
    Absturzberichte der letzten 3 Tage
    ----------------------------------
    
    Firefox-Funktionen
    ------------------
    
    Name: Firefox Screenshots
    Version: 39.0.0
    ID: screenshots@mozilla.org
    
    Name: Form Autofill
    Version: 1.0
    ID: formautofill@mozilla.org
    
    Name: Web Compat
    Version: 6.2.0
    ID: webcompat@mozilla.org
    
    Name: WebCompat Reporter
    Version: 1.1.0
    ID: webcompat-reporter@mozilla.org
    
    Externe Prozesse
    ----------------
    
    Typ: Webinhalt
    Anzahl: 3 / 8
    
    Typ: Erweiterung
    Anzahl: 1
    
    Typ: GPU
    Anzahl: 1
    
    Erweiterungen
    -------------
    
    Name: Amazon.de
    Version: 1.1
    Aktiviert: true
    ID: amazon@search.mozilla.org
    
    Name: Bing
    Version: 1.0
    Aktiviert: true
    ID: bing@search.mozilla.org
    
    Name: Buster: Captcha Solver for Humans
    Version: 0.6.0
    Aktiviert: true
    ID: {e58d3966-3d76-4cd9-8552-1582fbc800c1}
    
    Name: ClearPrivateData
    Version: 1.5.4
    Aktiviert: true
    ID: de@ClearPrivateData
    
    Name: convert2mp3.net Online Video Converter
    Version: 3.5
    Aktiviert: true
    ID: info@convert2mp3.net
    
    Name: DuckDuckGo
    Version: 1.0
    Aktiviert: true
    ID: ddg@search.mozilla.org
    
    Name: eBay
    Version: 1.0
    Aktiviert: true
    ID: ebay@search.mozilla.org
    
    Name: Ecosia
    Version: 1.0
    Aktiviert: true
    ID: ecosia@search.mozilla.org
    
    Name: Flash- und Video-Download
    Version: 1.0.9.7
    Aktiviert: true
    ID: {adeadebb-fedc-4180-a7f4-cfdd87496551}
    
    Name: Google
    Version: 1.0
    Aktiviert: true
    ID: google@search.mozilla.org
    
    Name: I don't care about cookies
    Version: 3.0.5
    Aktiviert: true
    ID: jid1-KKzOGWgsW3Ao4Q@jetpack
    
    Name: LEO Eng-Deu
    Version: 1.0
    Aktiviert: true
    ID: leo_ende_de@search.mozilla.org
    
    Name: MyJDownloader Browser Erweiterung
    Version: 3.2.39
    Aktiviert: true
    ID: jid1-OY8Xu5BsKZQa6A@jetpack
    
    Name: uBlock Origin
    Version: 1.22.4
    Aktiviert: true
    ID: uBlock0@raymondhill.net
    
    Name: Wikipedia (de)
    Version: 1.0
    Aktiviert: true
    ID: wikipedia@search.mozilla.org
    
    Name: YouTube to MP3
    Version: 5.2
    Aktiviert: true
    ID: tomp3@youtube.com
    
    Sicherheitssoftware
    -------------------
    
    Typ: Windows Defender Antivirus
    
    Typ:
    
    Typ: Windows-Firewall
    
    Grafik
    ------
    
    Allgemeine Merkmale
    Compositing: Basic
    Asynchrones Wischen und Zoomen: Mausrad-Eingabe aktiviert; Ziehen der Bildlaufleiste aktiviert; Tastatur aktiviert; automatischer Bildlauf aktiviert
    WebGL-1-Treiber: WSI Info: EGL_VENDOR: Google Inc. (adapter LUID: 000000000000abec) EGL_VERSION: 1.4 (ANGLE 2.1.0.21dccd386996) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_explicit_context
    WebGL-1-Treiber: Renderer: Google Inc. -- ANGLE (AMD Radeon(TM) RX Vega 11 Graphics Direct3D11 vs_5_0 ps_5_0)
    WebGL-1-Treiber: Version: OpenGL ES 2.0 (ANGLE 2.1.0.21dccd386996)
    WebGL-1-Treiber: Erweiterungen: GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object OES_compressed_EAC_R11_signed_texture OES_compressed_EAC_R11_unsigned_texture OES_compressed_EAC_RG11_signed_texture OES_compressed_EAC_RG11_unsigned_texture OES_compressed_ETC2_RGB8_texture OES_compressed_ETC2_RGBA8_texture OES_compressed_ETC2_punchthroughA_RGBA8_texture OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture OES_compressed_ETC2_sRGB8_alpha8_texture OES_compressed_ETC2_sRGB8_texture
    WebGL-1-Erweiterungen: ANGLE_instanced_arrays EXT_blend_minmax EXT_color_buffer_half_float EXT_disjoint_timer_query EXT_float_blend EXT_frag_depth EXT_shader_texture_lod EXT_sRGB EXT_texture_compression_bptc EXT_texture_filter_anisotropic OES_element_index_uint OES_standard_derivatives OES_texture_float OES_texture_float_linear OES_texture_half_float OES_texture_half_float_linear OES_vertex_array_object WEBGL_color_buffer_float WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_depth_texture WEBGL_draw_buffers WEBGL_lose_context
    WebGL-2-Treiber: WSI Info: EGL_VENDOR: Google Inc. (adapter LUID: 000000000000abec) EGL_VERSION: 1.4 (ANGLE 2.1.0.21dccd386996) EGL_EXTENSIONS: EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_EXTENSIONS(nullptr): EGL_EXT_client_extensions EGL_EXT_platform_base EGL_EXT_platform_device EGL_ANGLE_platform_angle EGL_ANGLE_platform_angle_d3d EGL_ANGLE_device_creation EGL_ANGLE_device_creation_d3d11 EGL_ANGLE_experimental_present_path EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug EGL_ANGLE_explicit_context
    WebGL-2-Treiber: Renderer: Google Inc. -- ANGLE (AMD Radeon(TM) RX Vega 11 Graphics Direct3D11 vs_5_0 ps_5_0)
    WebGL-2-Treiber: Version: OpenGL ES 3.0 (ANGLE 2.1.0.21dccd386996)
    WebGL-2-Treiber: Erweiterungen: GL_ANGLE_client_arrays GL_ANGLE_copy_texture_3d GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_multisample GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_sync_query GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_norm16 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object GL_OVR_multiview2 OES_compressed_EAC_R11_signed_texture OES_compressed_EAC_R11_unsigned_texture OES_compressed_EAC_RG11_signed_texture OES_compressed_EAC_RG11_unsigned_texture OES_compressed_ETC2_RGB8_texture OES_compressed_ETC2_RGBA8_texture OES_compressed_ETC2_punchthroughA_RGBA8_texture OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture OES_compressed_ETC2_sRGB8_alpha8_texture OES_compressed_ETC2_sRGB8_texture
    WebGL-2-Erweiterungen: EXT_color_buffer_float EXT_disjoint_timer_query EXT_float_blend EXT_texture_compression_bptc EXT_texture_filter_anisotropic OES_texture_float_linear WEBGL_compressed_texture_s3tc WEBGL_compressed_texture_s3tc_srgb WEBGL_debug_renderer_info WEBGL_debug_shaders WEBGL_lose_context
    Verwendent Kacheln für Inhalt: true
    Zeichnen auf Nebenthread aktiviert: true
    Anzahl Worker für Zeichnen auf Nebenthread: 4
    Anvisierte Bildwiederholfrequenz (Framerate): 60
    DirectWrite: true (10.0.18362.356)
    GPU 1
    Aktiv: Ja
    Beschreibung: AMD Radeon(TM) RX Vega 11 Graphics
    Herstellerkennung: 0x1002
    Gerätekennung: 0x15dd
    Treiber-Version: 26.20.13025.10004
    Treiber-Datum: 10-4-2019
    Treiber: aticfx64 aticfx64 aticfx64 amdxc64 aticfx32 aticfx32 aticfx32 amdxc32 atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a
    Subsys-ID: 00000000
    RAM: 2048
    
    Weitere Informationen
    AzureCanvasBackend: skia
    AzureCanvasBackend (UI Process): skia
    AzureContentBackend: skia
    AzureContentBackend (UI Process): skia
    AzureFallbackCanvasBackend (UI Process): none
    CMSOutputProfile: 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
    GPUProcessPid: 10404
    ClearType-Parameter: Gamma: 2,2 Pixel Structure: RGB ClearType Level: 100 Enhanced Contrast: 400
    Entscheidungsprotokoll
    HW_COMPOSITING:
    disabled by user: Disabled by pref
    D3D11_COMPOSITING:
    unavailable by default: Hardware compositing is disabled
    DIRECT2D:
    unavailable by default: Direct2D requires Direct3D 11 compositing
    D3D11_HW_ANGLE:
    unavailable by default: D3D11 compositing is disabled
    disabled by env: D3D11 compositing is disabled
    WEBRENDER:
    opt-in by default: WebRender is an opt-in feature
    unavailable-no-angle by runtime: ANGLE is disabled
    WEBRENDER_QUALIFIED:
    blocked-device-too-old by env: Device too old
    
    
    
    
    Medien
    ------
    
    Audio-Backend: wasapi
    Max. Kanäle: 2
    Bevorzugte Sample-Rate: 48000
    Ausgabegeräte
    Name: Gruppe
    1 - Digital Display Audio (AMD High Definition Audio Device): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Realtek Digital Output (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Digitalaudio (HDMI) (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Digitalaudio (HDMI) (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Lautsprecher (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Kopfhörer (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    2 - Digital Display Audio (AMD High Definition Audio Device): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    4 - Digital Display Audio (AMD High Definition Audio Device): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Realtek Digital Output (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    1 - SMBX2250 (AMD High Definition Audio Device): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    3 - Digital Display Audio (AMD High Definition Audio Device): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Digitalaudio (HDMI) (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Digitalaudio (S/PDIF) (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Realtek HD Audio 2nd output (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Digitalaudio (HDMI) (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Lautsprecher (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Lautsprecher (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Eingabegeräte
    Name: Gruppe
    Subwoofer (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Stereomix (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Eingang (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Side (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Subwoofer (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Center (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Rear Pink In (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Rear Black In (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Mikrofon (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Mikrofon (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Eingang (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Front Green In (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Rear Blue In (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Rear Black In (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Interne AUX-Buchse (AMD High Definition Audio Device): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Interne AUX-Buchse (AMD High Definition Audio Device): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Interne AUX-Buchse (AMD High Definition Audio Device): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Mikrofon (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Front (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Side (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Front Green In (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Rear (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Mikrofon (Microsoft LifeCam VX-5000): USB\VID_045E&PID_0728&MI_02\8&1b3a8e8&0&0002
    Front (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Rear Orange In (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Rear Orange In (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Rear Pink In (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Interne AUX-Buchse (AMD High Definition Audio Device): HDAUDIO\FUNC_01&VEN_1002&DEV_AA01&SUBSYS_00AA0100&REV_1007\5&14bace15&0&0001
    Center (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Rear Blue In (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Rear (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Front Pink In (Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    Front Pink In (2- Realtek(R) Audio): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&00
    Interne AUX-Buchse (High Definition Audio-Gerät): HDAUDIO\FUNC_01&VEN_10EC&DEV_1220&SUBSYS_1458A182&REV_1000\5&4196906&0&0001
    
    Wichtige modifizierte Einstellungen
    -----------------------------------
    
    accessibility.force_disabled: 1
    browser.cache.disk.amount_written: 880989
    browser.cache.disk.capacity: 1048576
    browser.cache.disk.filesystem_reported: 1
    browser.cache.disk.hashstats_reported: 1
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.telemetry_report_ID: 52
    browser.download.folderList: 0
    browser.search.update: false
    browser.sessionstore.upgradeBackup.latestBuildID: 20191016161957
    browser.startup.homepage: about:blank
    browser.startup.homepage_override.buildID: 20191016161957
    browser.startup.homepage_override.mstone: 70.0
    browser.tabs.closeWindowWithLastTab: false
    browser.tabs.drawInTitlebar: false
    browser.tabs.insertRelatedAfterCurrent: false
    browser.urlbar.maxRichResults: 18
    browser.urlbar.placeholderName: Google
    browser.urlbar.searchSuggestionsChoice: false
    browser.urlbar.suggest.bookmark: false
    browser.urlbar.suggest.openpage: false
    browser.urlbar.suggest.searches: false
    dom.disable_window_open_feature.location: false
    dom.push.userAgentID: 313526e6ea4b4f0d85d001ed90e9e07d
    extensions.lastAppVersion: 70.0
    font.internaluseonly.changed: false
    idle.lastDailyNotification: 1571849666
    layers.acceleration.disabled: true
    layers.mlgpu.sanity-test-failed: false
    media.benchmark.vp9.fps: 263
    media.benchmark.vp9.versioncheck: 5
    media.gmp-gmpopenh264.abi: x86_64-msvc-x64
    media.gmp-gmpopenh264.lastUpdate: 1571848647
    media.gmp-gmpopenh264.version: 1.8.1.1
    media.gmp-manager.buildID: 20191016161957
    media.gmp-manager.lastCheck: 1571849507
    media.gmp-widevinecdm.abi: x86_64-msvc-x64
    media.gmp-widevinecdm.lastUpdate: 1567866691
    media.gmp-widevinecdm.version: 4.10.1440.19
    media.gmp.storage.version.observed: 1
    media.hardware-video-decoding.failed: false
    network.dns.disablePrefetch: true
    network.http.speculative-parallel-limit: 0
    network.predictor.cleaned-up: true
    network.predictor.enabled: false
    network.prefetch-next: false
    places.database.lastMaintenance: 1571288733
    places.history.expiration.transient_current_max_pages: 112348
    plugin.disable_full_page_plugin_for_types: application/pdf
    privacy.sanitize.pending: [{"id":"newtab-container","itemsToClear":[],"options":{}}]
    privacy.socialtracking.notification.counter: 1
    privacy.socialtracking.notification.enabled: false
    privacy.socialtracking.notification.lastShown: 1571850585505
    privacy.trackingprotection.enabled: true
    privacy.trackingprotection.fingerprinting.enabled: true
    privacy.trackingprotection.socialtracking.enabled: true
    security.remote_settings.intermediates.checked: 1565003931
    security.sandbox.content.tempDirSuffix: {73979b06-8fc5-4cce-8876-31da1f9500d6}
    security.sandbox.plugin.tempDirSuffix: {c8778576-af04-4d1f-a5ce-6dc5d1bf458b}
    services.sync.declinedEngines:
    signon.importedFromSqlite: true
    signon.rememberSignons: false
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1571032794
    ui.osk.debug.keyboardDisplayReason: IKPOS: Touch screen not found.
    ui.osk.enabled: false
    
    user.js-Einstellungen
    ---------------------
    
    Der Profilordner besitzt eine user.js-Datei, welche Einstellungen enthält, die nicht von Firefox erstellt wurden.
    
    Wichtige nicht veränderbare Einstellungen
    -----------------------------------------
    
    Chronik- und Lesezeichendatenbank
    ---------------------------------
    
    JavaScript
    ----------
    
    Inkrementelle GC: true
    
    Barrierefreiheit
    ----------------
    
    Aktiviert: false
    Barrierefreiheit verhindern: 1
    Accessible Handler verwendet: true
    Dienst für Barrierefreiheit aufgerufen durch:
    
    Bibliotheken-Versionen
    ----------------------
    
    NSPR
    Minimal vorausgesetzte Version: 4.22
    Verwendete Version: 4.22
    
    NSS
    Minimal vorausgesetzte Version: 3.46.1
    Verwendete Version: 3.46.1
    
    NSSSMIME
    Minimal vorausgesetzte Version: 3.46.1
    Verwendete Version: 3.46.1
    
    NSSSSL
    Minimal vorausgesetzte Version: 3.46.1
    Verwendete Version: 3.46.1
    
    NSSUTIL
    Minimal vorausgesetzte Version: 3.46.1
    Verwendete Version: 3.46.1
    
    Isolierte Umgebungen
    --------------------
    
    Ebene der isolierten Umgebung des Inhaltsprozesses: 5
    Effektive Ebene der isolierten Umgebung: 5
    
    Internationalisierung & Lokalisierung
    -------------------------------------
    
    Anwendungseinstellungen
    Angeforderte Sprachen: ["de"]
    Verfügbare Sprachen: ["de","en-US"]
    Anwendungssprachen: ["de","en-US"]
    Region-Einstellungen: ["de-DE"]
    Standardsprache: "de"
    Betriebssystem
    Sprachen des Betriebssystems: ["de-DE"]
    Region-Einstellungen: ["de-DE"]
    Alles anzeigen
  • Win 10 oder FF70 schuld

    • stoffel78
    • 24. Oktober 2019 um 08:21

    Bei ff69 war ja noch nichts.

    beim edge springt auch nichts-deswegen dacht ich halt liegt am fox. lass mich aber gerne belehren

  • Win 10 oder FF70 schuld

    • stoffel78
    • 23. Oktober 2019 um 20:13

    Hallo

    seit dem update heut hab ich ein komisches Verhalten. Siehe Video.

    Passiert auch wenn ich neues Profil teste

    Wenn ich Win 10 auf hell stelle, dann sieht man es nicht so-aber kurzes flackern nehm ich auch war.

    Wer ist jetzt schuld dran?

    https://1drv.ms/v/s!Am-XSuTALMFjqT4_E0Rjz_lKzl1t?e=ZqF1uP

  • Einen einzelnen Tab ausblenden bei FF 69

    • stoffel78
    • 9. September 2019 um 14:08

    Herzlichen Dank-ich wusst auf euch ist verlass.

    CSS tat sich nichts, aber das Skript funktioniert.

  • Einen einzelnen Tab ausblenden bei FF 69

    • stoffel78
    • 9. September 2019 um 13:42

    hm hat hier noch jemand was oder muss ich mit der Tableiste leben? Eigentlich geht es darum die Tableiste auszublenden, wenn nicht mehrere Tabs geöffnet sind

  • Einen einzelnen Tab ausblenden bei FF 69

    • stoffel78
    • 8. September 2019 um 08:42

    Edit: hab gerade etwas rumgetestet. alle skripts weg, nach und nach alle codes im css entfernt. am schluß stand nur noch #7 drin

    Tableiste immer da.

    Menü und Titelleiste eingeblendet.

    menuNeustart.uc

    tab wiederhers.uc - geschlossenen Tab wiederherstellen mittelklick

    Tabs unten.uc - tab unter Menüleiste

    uhrmenü.uc Uhr in Menüleiste

    HideTabbarWithOneTab.uc

    Hier mal meine ganze userchromecss

    CSS
    /*AGENT_SHEET*/
    
    /* Firefox 57+ userChrome.css tweaks ****************************************************/
    /* code mostly taken from 'NoiaButtons' add-on ******************************************/
    /* by Aris (aris-addons@gmx.net)*********************************************************/
    /* Github: https://github.com/aris-t2/customcssforfx ************************************/
    /****************************************************************************************/
    
    /****************************************************************************************/
    /* NoiaButtons add-on for Firefox 57+ ***************************************************/
    /****************************************************************************************/
    
    /* icons for default browser buttons ****************************************************/
    @import url(./css/toolbar_buttons_noia.css);
    /*@import url(./css/toolbar_buttons_firefox1.css);*/
    /*@import url(./css/toolbar_buttons_firefox2.css);*/
    /*@import url(./css/toolbar_buttons_firefox3.css);*/
    /*@import url(./css/toolbar_buttons_firefox3aero.css);*/
    
    /* shrink icons on hover ****************************************************************/
    @import url(./css/toolbar_buttons_reduce_size_on_hover.css);
    
    /* icon size on navigation toolbar (auto: compact=24/normal=30/touch=36) ****************/
    @import url(./css/toolbar_buttons_size_on_navbar_auto.css);
    /*@import url(./css/toolbar_buttons_size_on_navbar_18px.css);*/
    /*@import url(./css/toolbar_buttons_size_on_navbar_24px.css);*/
    /*@import url(./css/toolbar_buttons_size_on_navbar_30px.css);*/
    /*@import url(./css/toolbar_buttons_size_on_navbar_36px.css);*/
    
    /* location bar: go button and autocomple dropmarker icons ******************************/
    @import url(./css/locationbar_buttons.css);
    
    /* light Noia theme for tabs & toolbars + 'tabs not on top' (known from "Noia" themes) **/
    /*@import url(./css/noiaui_light.css);*/
    /*@import url(./css/noiaui_light_tabs_below_navigation_toolbar.css);*/
    
    /* dark Noia theme for tabs & toolbars + 'tabs not on top' (known from "Noia" themes) ***/
    /*@import url(./css/noiaui_dark.css);*/
    /*@import url(./css/noiaui_dark_tabs_below_navigation_toolbar.css);*/
    
    /**/
     * set default namespace to XUL
     */
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    
    
    #TabsToolbar {
    border-bottom:1px solid grey!important}
    
    #PersonalToolbar{
    border-top:1px solid grey!important;
    }
    
    #PersonalToolbar{
    border-bottom:1px solid grey!important;
    }
    
    .bookmark-item[container="true"] {
       fill:orange !important;
       color:black !important;
    }
    
    .bookmark-item[label="SucheSon"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Fussball"] {list-style-image: url('./icons/black.ico') !important;}
    .bookmark-item[label="Shops"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="PC-Foren-Shop"] {list-style-image: url('./icons/black.ico') !important;}
    .bookmark-item[label="Geschaeft"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Daniela"] {list-style-image: url('./icons/black.ico') !important;}
    .bookmark-item[label="Sharing"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Mobil/Fest"] {list-style-image: url('./icons/black.ico') !important;}
    .bookmark-item[label="TV/PKW/GER"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Neues"] {list-style-image: url('./icons/black.ico') !important;}
    .bookmark-item[label="Ebay/Versand"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Streams"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Apotheken"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Gutscheine"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Sonstiges"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="PC-Sonstiges"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="altunwi"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="rest"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Tippsusw"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Auto"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Kaffee/gsp"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="TVrest"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Lebensmittel/Drogerie"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Baum/Schnaepp"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Moebel/TV"] {list-style-image: url('./icons/blue.png') !important;}
    .bookmark-item[label="Sonstige"] {list-style-image: url('./icons/blue.png') !important;}
    
    
    #TabsToolbar {
        min-height: 22px !important;
        max-height: 22px !important;
        }
    
    .tabbrowser-tab{
        min-height: 20px !important;
        max-height: 20px !important;
        }
    
    .tabbrowser-tab::after, .tabbrowser-tab::before {
        border-left: none !important;
    }
    .tab-background {
      border-radius: 12px 12px 0px 0px !important;
      border-image: none !important;
      border-left: 1px solid !important;
      border-right: 1px solid !important;
      border-top: 1px solid !important;
      background-color: #BDBDBD !important;
    }
    .tab-line {
      display: none !important;
    }
    
    /* letzten Tab ausblenden */
    #TabsToolbar .tabbrowser-tab:only-of-type {
      display: none !important;
    }
    
    
    .tabbrowser-tab::after, .tabbrowser-tab::before {
        border-left: none !important;
    Alles anzeigen
  • Einen einzelnen Tab ausblenden bei FF 69

    • stoffel78
    • 8. September 2019 um 06:51

    hab ich versucht, dann ist die leere tableiste aber immer noch da. abeer immer bereits nach dem start

  • Einen einzelnen Tab ausblenden bei FF 69

    • stoffel78
    • 7. September 2019 um 18:40

    hallo

    häng mich hier mal an.

    bis jetzt hatte ich es auch immer so das, wenn ich alle tabs geschlossen habe, die Tableiste weg war.

    Bring seit dem update die tableiste nicht weg.

    Beim öffnen keine tableiste - mehrere tabs auf und wieder zu dann ist tableiste da öffne ich neues fenster - keine tableiste

    in der user chrome css habe ich diesen eintrag:

    CSS
    /* letzten Tab ausblenden */
    #TabsToolbar .tabbrowser-tab:only-of-type {
      display: none !important;

    ausserdem noch

    HideTabbarWithOneTab.uc.js

    Code
    //  HideTabbarWithOneTab.uc.js
    //  v. 0.2
    
    (function() {
      if (!window.gBrowser)
        return;
      let tabbar = document.getElementById("TabsToolbar");
      function showHideTabbar() {
        tabbar.collapsed = (gBrowser.visibleTabs.length == 1);
      };
      setTimeout(function() {
        showHideTabbar();
      }, 0);
      let observer = new MutationObserver(showHideTabbar);
      observer.observe(document.getElementById("tabbrowser-tabs"), {childList: true});
    })();
    Alles anzeigen
  • Firefox Adressleiste

    • stoffel78
    • 3. Februar 2019 um 16:02

    hi
    ich häng mich mal mit an. Mich stört das selbe wie den TE.
    Früher hab ich zb. 3 Adressen eingetippt, die ich nicht als Lesezeichen habe.
    Ging ich auf den Pfeil in der Adressleiste, kamen genau die 3 Adressen zum Auswählen.
    Jetzt sieht man hier jeden besuchten Link innerhalb der Adresse. zb. auf dieser Seite jedes Thema welches ich geöffnet habe.
    War vorher nie der Fall
    Hoffe hier kommt evtl. noch was
    danke

Unterstütze uns!

Jährlich (2025)

67,1 %

67,1% (435,86 von 650 EUR)

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