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. Merci chao

Beiträge von Merci chao

  • Multi Tab Rows (MultiTabRows@Merci.chao.uc.js) | Mehrzeilige Tableiste

    • Merci chao
    • 13. April 2026 um 15:05

    Die neue Version 4.6 ist veröffentlicht. Jetzt kann die Tab-Leiste unterhalb des Browserinhalts platziert werden (obwohl ich mich frage, wie viele Leute dieses Feature wirklich brauchen).

    By the way, some texts in the script appear in the UI. You’re welcome to provide a localization if you’d like the texts to be displayed in your language for better consistency.

    Code
    {
        message: `${SCRIPT_NAME} (${SCRIPT_FILE_NAME}) version ${remote} is released.`,
        update: "Update Now",
        updateKey: "N",
        download: "Update Manually",
        downloadKey: "M",
        changelog: "Changelog",
        changelogKey: "C",
        finished: "Done",
        finishedKey: "D",
        later: "Remind Tomorrow",
        laterKey: "R",
        done: `${SCRIPT_NAME} has been updated to version ${remote}. You may restart Firefox to apply.`,
        error: `Failed to apply the update of version ${remote}. Please ensure the file is not read-only or locked by another program:`,
        csp: `The preference "${csp}" is locked to "false" by the script loader. Please modify or remove the corresponding restriction, or use another script loader.`,
    }
    Alles anzeigen
  • Multi Tab Rows (MultiTabRows@Merci.chao.uc.js) | Mehrzeilige Tableiste

    • Merci chao
    • 15. März 2026 um 07:01
    Zitat von BrokenHeart

    Solange der Ersteller sich darum kümmert ist alles in bester Ordnung, aber die Erfahrung hat gezeigt, dass sehr viele Skripte irgendwann verwaist sind und andere die Fehlerbehebung durchführen müssen, was bei der Größe und Komplexität absolut ein Problem sein kann.

    Das stimmt. Es ist auch eine große Herausforderung für alle Einzelkämpfer-Entwickler. Wenn jemand übernehmen kann, ist das natürlich das beste Ergebnis. Wenn niemand weitermachen kann, dann muss man es einfach als Schicksal akzeptieren. Ich sehe „die Arbeit ist zu groß, und ich habe nicht genug Fähigkeit, sie weiterzuführen“ nicht als Fehler des Autors.

    Jedenfalls begann meine erste und erfolgreichste Erweiterung, Personal Menu, bereits 2006 (als Firefox noch bei Version 1.5 war). Obwohl ich sie selbst ab 2014 nicht mehr nutzte, nachdem Firefox 29 den orangefarbenen Firefox-Button entfernt hatte, habe ich sie bis 2017 (Firefox 57) weiterhin gut gepflegt – für all die Fans, die sie noch benutzten. Also… schauen wir mal, wozu ich fähig bin und was das Schicksal bringen wird.


    =========

    That’s true. It’s also a huge challenge for all one-man-band developers. If someone can take over, that’s obviously the best outcome. If no one is able to continue, then it just has to be accepted as fate. I don’t see “the work is too huge, and I don’t have enough ability to carry it on” as the author’s fault.

    Anyway, my first and most successful extension, Personal Menu, started back in 2006 (when Firefox was still at version 1.5). Even though I stopped using it myself in 2014 when Firefox 29 removed the orange Firefox button, I kept it well maintained until 2017 (Firefox 57), for all the fans who were still using it. So… let’s see what I’m capable of, and what fate will bring.

  • Multi Tab Rows (MultiTabRows@Merci.chao.uc.js) | Mehrzeilige Tableiste

    • Merci chao
    • 15. März 2026 um 04:28
    Zitat von lenny2

    Ich habe Ihr Skript ausprobiert, der Browser hat sich seltsam verhalten.

    Alle Nutzer stört die enorme Größe des Skripts – 10.000 Codezeilen –, während der CSS-Stil für multirow tabs von MrOtherGuy nur 90 Codezeilen umfasst.

    Bei einer so enormen Größe ist es schwierig, den Code zu analysieren oder Änderungen daran vorzunehmen.

    Meiner Meinung nach muss das Skript, um erfolgreich zu sein, drastisch verkleinert werden – um das Zehnfache.

    Ich denke, du hast die ältere Version verwendet, da ich vergessen hatte, die eval-Einstellung zu ändern, bevor ich die neu hinzugefügte eval()-Aufgabe ausgeführt habe. Jedenfalls ist dieses Problem inzwischen behoben, und die neueste Version sollte problemlos funktionieren, solange es keine anderen widersprüchlichen JS- oder CSS-Dateien gibt.

    Meiner Meinung nach müssen sich die Nutzer nicht wirklich um den eigentlichen Code kümmern – insbesondere nicht um Dinge wie die Dateigröße –, solange das Ganze nicht zu schwerfällig läuft. Das Sprichwort „weniger ist mehr“ gilt nur in dem Sinne, dass „weniger Unsinn mehr ist“. Wenn etwas tatsächlich ein universelles Gesetz oder eine göttliche Wahrheit wäre, dann sollte jede Software nur eine einzige Codezeile, ein Schlüsselwort, einen Buchstaben oder sogar gar keinen Code benötigen (null Code ist weniger als irgendein Code).

    Vor über 10 Jahren habe ich selbst mehrere Erweiterungen gepflegt und war auch ein Fan von Tab Mix Plus. Wie jede normale Software war TMP nicht perfekt und hatte seine Bugs. Obwohl ich die Fähigkeit hatte, den Code zu analysieren, wollte ich ihn nie selbst reparieren, weil:

    • Es besser ist, Probleme dem Entwickler zu melden, damit die Lösung allen zugutekommt.
    • Debugging und Fixes eigentlich nicht die Verantwortung der Nutzer sind.
    • Ganz ehrlich: Ich bin faul und lasse lieber den Fachmann die Arbeit machen.

    Wenn du also Fehler findest, Meinungen hast oder Verbesserungen vorschlagen möchtest, ist es am besten, den Entwickler damit zu betrauen – vorausgesetzt, er ist dazu bereit. Eigene private Mods sind in der Regel eine schlechte Idee, da sie mit neuen offiziellen Versionen wahrscheinlich kaputtgehen und du dann in einem endlosen Albtraum aus Merge-Arbeiten feststeckst (was ironischerweise genau das ist, was ich selbst gerade tue).

    Am Ende des Tages solltest du einfach die Skripte verwenden, mit denen du dich wohlfühlst.


    =============


    I think you were using the older version since I forgot to switch the eval preference before running the newly added eval() task. Anyway, that issue has been fixed, and the latest version should work fine as long as there aren’t other conflicting JS or CSS files.

    In my view, users don’t really need to worry about the actual code — especially things like file size — as long as it isn’t too heavy to run. The saying “less is more” only applies when it means “less nonsense is more”. If something were truly a universal law or divine truth, then every piece of software should need just one line of code, one keyword, one letter, or even no code at all (zero code is less than any code).

    Over 10 years ago, I used to maintain several extensions myself, and I was also a fan of Tab Mix Plus. Like any normal software, TMP wasn’t perfect and had its share of bugs. Even though I had the ability to analyze the code, I never wanted to fix it myself because:

    • It’s better to report issues to the developer so the fix benefits everyone.
    • Debugging and fixing isn’t really the user’s responsibility.
    • Honestly, I’m lazy and prefer to let the skilled developer handle it for me.

    So if you find bugs, have opinions, or want to suggest improvements, it’s best to let the developer take care of them — assuming they’re willing. Making your own private mod is usually a bad idea, because it will likely break with new official releases, and you’ll end up stuck in a cycle of merging your changes over and over like a nightmare (which, ironically, is kind of what I’m doing myself).

    At the end of the day, just use the scripts that make you feel comfortable.

  • Multi Tab Rows (MultiTabRows@Merci.chao.uc.js) | Mehrzeilige Tableiste

    • Merci chao
    • 13. März 2026 um 07:26

    Für mein Skript Multi Tab Rows (MultiTabRows@Merci.chao.uc.js) habe ich eine Einführungsseite erstellt, die Screenshots und detaillierte Beschreibungen enthält. Schau sie dir an, wenn du nach einer besseren Lösung für mehrzeilige Tableisten suchst! ;)

    Multi Tab Rows
    The best multi-row tabs experience for Firefox. Optimized space usage, intuitive drag & drop, polished interactions, pinned tabs grid, and automatic update…
    merci-chao.github.io

    Es gibt auch eine deutsche Version über Google Translate: https://merci--chao-github-io.translate.goog/userChrome.js/…=en&_x_tr_tl=de

    Hoffentlich ist sie verständlich genug. :D

    Da einige Leute etwas skeptisch gegenüber dem „großen Stück Code“ im Skript waren, habe ich hier eine Erklärung geschrieben: RE: Mehrzeilige Tableiste für aktuelle Firefox-Versionen

    Da ich selbst kein Deutsch spreche und maschinelle Übersetzungen nicht immer zuverlässig sind, schlage ich vor, Feedback und Fragen auf Englisch zu hinterlassen — entweder hier oder, noch besser, auf meinem GitHub. GitHub ist sehr zu empfehlen, da ich dort eine Benachrichtigung erhalte, wenn du etwas postest: https://github.com/Merci-chao/userChrome.js/issues/new

  • Vollbild-Fenstermodus

    • Merci chao
    • 22. Februar 2026 um 17:24

    Looking for something like this?

    GitHub - Merci-chao/userChrome.js: Firefox userChrome.js scripts: Multi Tab Rows, History Submenus II, Page Title in URL Bar, and more...
    Firefox userChrome.js scripts: Multi Tab Rows, History Submenus II, Page Title in URL Bar, and more... - Merci-chao/userChrome.js
    github.com

    Bilder

    • Region.png
      • 544,22 kB
      • 1.180 × 767
    • 2026_02_23_00_36_11.gif
      • 1,22 MB
      • 948 × 657
  • JavaScriptLoader, läuft bei mir nicht!

    • Merci chao
    • 9. Januar 2026 um 09:56
    Zitat von Mira_Belle

    Zwei Dinge sind mir noch unklar.
    1. Warum werden manche UserSkripte geladen und ausgeführt und andere eben nicht,
    und
    2. Was ist mit dem Menü "userChrome,js Scripte"? Warum wird da nichts angezeigt?

    Hast du schon die von onemen gepflegten firefox-scripts ausprobiert? Und auch das rebuild_userChrome.uc.js, das ich in #19 erwähnt habe? Auf einem frisch erstellten, sauberen Profil sollten die eigentlich laufen.

  • JavaScriptLoader, läuft bei mir nicht!

    • Merci chao
    • 8. Januar 2026 um 13:20

    The script loader provided by xiaoxiaoflood is out of maintenance for a long time. You will need to use the version maintained by onemen, the author of Tab Mix Plus:

    Installation

    Follow the steps and install the loader - firefox-scripts.

    I'm not sure if there is a new version of rebuild_userChrome.uc.js, but the one which I've fixed a bit still works on Firefox 148a (at least for enabling/disabling scripts):

    Unable to disable script manager from toolbar button · Issue #347 · xiaoxiaoflood/firefox-scripts
    The popup menu that opens when clicking the script manager button in the toolbar (#userChromejs_options) has a problem in version 137. All options work…
    github.com

    If I remember correctly, rebuild_userChrome.uc.js only works with firefox-scripts. (Don't blame me if I'm wrong though)

    (OK, I'm wrong. There are 2 versions of rebuild_userChrome.uc.js, one's for alice and the other's for xiaoxiaoflood.)

    By the way, I've totally found 3 loaders, which are popular and still ongoing:

    • firefox-scripts by xiaoxiaoflood, maintained by onemen
    • fx-autoconfig by MrOtherGuy
    • userChrome.js by alice0775

    It looks like there are no major difference among them for running some general scripts, but only fx-autoconfig, which may be the one you are using, uses sub-folders to place the .js and .css files.

  • Mehrzeilige Tableiste für aktuelle Firefox-Versionen

    • Merci chao
    • 7. Januar 2026 um 13:47
    Zitat von Mira_Belle

    Merci chao 哦,謝謝你提供這資訊。
    AI翻譯器真是太棒了。:)

    I hope that's roughly correct?

    Yup, it's very clear and good to understand.

  • Mehrzeilige Tableiste für aktuelle Firefox-Versionen

    • Merci chao
    • 7. Januar 2026 um 12:23
    Zitat von Mira_Belle

    :D

    Okay, what is your native language, if I may ask?

    I speak Cantonese and write in Traditional Chinese. I come from Macau, which shares the same culture and a very similar historical background with Hong Kong.

  • Mehrzeilige Tableiste für aktuelle Firefox-Versionen

    • Merci chao
    • 7. Januar 2026 um 11:21
    Zitat von Mira_Belle

    こんにちは Merci chao
    ここに投稿してくれて、本当にありがとう。
    あなたの説明は、とてもわかりやすく、納得できるものです。ありがとうございます。

    私の英語は完璧ではないし、日本語は言うまでもなく完璧ではないので、私も DeepL を使って翻訳しました。
    ですから、今後、あなたに質問があるときは、あなたの
    リポジトリを利用させていただきます。


    Hello Merci chao
    I think it's great that you got in touch here.
    Your explanation is clear and understandable. Thank you.

    And since my English, and especially my Japanese, are not perfect, I also used DeepL for translation.
    So if I have any questions for you in the future, I will use your
    repository.

    Alles anzeigen

    Um... I'm not Japanese, and my native language is not English also...

    Sorry for disappointing you. XD

    I created the Japanese version of the page just because I know some Japanese and the Japanese folks generally not good at English, so, yeah, AI is great.

  • Mehrzeilige Tableiste für aktuelle Firefox-Versionen

    • Merci chao
    • 7. Januar 2026 um 09:39

    Ich kann kein Deutsch, daher wurden diese Zeilen durch KI übersetzt. Die englische Version folgt danach.

    ============================

    Hallo zusammen, ich bin der Entwickler des spekulativen Multi-Row-Tabs-Skripts MultiTabRows@Merci.chao.uc.js.

    Zu den Zweifeln, die einige Leute oben erwähnt haben, hier die Gründe:

    1. Das Ausführen von eval() war ungefähr zwischen Firefox 139 und 145 notwendig, weil einige Firefox-Funktionen als privat gesetzt und technisch nicht mehr zugänglich waren. Die Verwendung von eval(), um "#private()" zu kopieren und eine "_public()"-Version zu erstellen, war die einzige Methode. Auch wenn es für neuere Versionen von Firefox unnötig erscheint, bleiben diese Codezeilen für einen gewissen Grad an Kompatibilität erhalten und dienen zur Fehlerbehebung mit der sich noch in Entwicklung befindenden Split-View-Funktion des kommenden Firefox, die immer noch fehlerhaft ist.
    2. Wie einige Leute gesagt haben, aktualisiert und erweitert das Firefox-Team die Tabs-Funktion kontinuierlich, und inoffizielle Skripte brechen schnell oder können die neuen Funktionen nicht unterstützen. Wie man sieht, gibt es keine anderen Multi-Row-Skripte, die Tab-Gruppen und Split View vollständig unterstützen können. Bei dem schnellen Update-Rhythmus profitieren die Nutzer von einer automatischen Update-Prüfung, um mit den Änderungen Schritt zu halten. Die Update-Prüfung kann deaktiviert werden, und neue Versionen werden standardmäßig manuell angewendet. Diese Punkte sind auf der Einführungsseite des Skripts klar erwähnt.
    3. Das Skript enthält tausende Zeilen Code (derzeit über 9.000 Zeilen), weil es die eingebaute Tabs-Funktion neu gestaltet, um umfassende Unterstützung für Multi-Rows zu bieten. Außerdem sind tausende Zeilen eingebetteter CSS-Regeln in der Skriptdatei enthalten. Ich weiß nicht, wie viele Zeilen die allgemeinen Sketch-Skripte haben, aber ich mache hier ein echtes Hardcore-Multi-Row-Tabs-Projekt, sogar mit Drag-&-Drop-Operationen und Animation, und das meine ich ernst. Ihr könnt euch diese Bildschirmaufnahme ansehen und mir sagen, welches Multi-Row-Tabs-Implementierung auf der Welt eine so flüssige Interaktion im Multi-Row-Modus erreichen kann: https://cdn.jsdelivr.net/gh/Merci-chao/…/preview4.0.mp4
    4. Ja, man sollte immer skeptisch gegenüber verdächtigen Skripten sein. Da stimme ich völlig zu.

    Ich bin nur zufällig auf diesen Diskussions-Thread gestoßen, und da ich auch kein Deutsch kann, entschuldige ich mich dafür, dass ich hier keine Antworten geben werde. Für Fragen und Diskussionen seid ihr herzlich eingeladen, mein Repository zu besuchen: https://github.com/Merci-chao/userChrome.js

    ============================

    Hello folks, I'm the developer of the specious multi-row tabs script MultiTabRows@Merci.chao.uc.js.

    As for the doubts some folks mentioned above, here are the reasons:

    1. Running eval() was necessary around Firefox 139 to 145 because some Firefox functions were set as private and technically became inaccessible. Using eval() to copy "#private()" and create a "_public()" version was the only method. Though it seems unnecessary for newer versions of Firefox, the lines of code are left there for some degree of compatibility, and for bug patching with the under-development Split View feature of the upcoming Firefox, which is still buggy.
    2. As some folks said, the Firefox team is consistently updating and expanding the tabs feature, and unofficial scripts break quickly or can't catch up to support the new features. As you can see, there are no other multi-row scripts that can fully support tab groups and split view. With the rapid update rhythm, auto update-checking benefits users by helping them keep up with the changes. Update-checking can be disabled, and new versions are applied manually by default. These points are clearly mentioned on the introduction page of the script.
    3. There are thousands of lines of code in the script (currently 9,000+ lines) because the script redesigns the built-in tabs feature to provide comprehensive support for multi-rows. There are also thousands of lines of embedded CSS rules in the script file. I don't know how many lines the general sketch scripts have, but I'm doing some hard-core multi-row tabs work, even the drag & drop operations and animation, and I mean it. You can check this screen recording and tell me which multi-row tabs implementation on earth can achieve this smooth interaction in multi-row mode: https://cdn.jsdelivr.net/gh/Merci-chao/…/preview4.0.mp4
    4. Yes, folks should always be skeptical of suspicious scripts. I totally agree.

    I just accidentally found this discussion thread, and I also don't know any German, so I'm sorry that I'm not going to have replies here. For questions and discussions, you are welcome to visit my repository: https://github.com/Merci-chao/userChrome.js/

Unterstütze uns!

Jährlich (2026)

34 %

34% (263,24 von 775 EUR)

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