Code to open a new tab instead of maximizing/minimizing browser by double-clicking on Tab Bar?

This page summarizes the projects mentioned and recommended in the original post on /r/FirefoxCSS

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • firefox-scripts

    userChromeJS / autoconfig.js and extensions

  • in this status-bar.uc.js (from https://github.com/xiaoxiaoflood/firefox-scripts) which is inside the chrome folder.

  • fx-autoconfig

    Load custom javascript in browser context

  • even supports shift/ctrl/alt modifiers. you'll need to download this and then make a new file in the JS folder (in your profile's chrome folder) called doubleClickTabBar.uc.js and paste the code above in it. pretty simple

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • uc.css.js

    A dark indigo CSS theme for Firefox and a large collection of privileged scripts to add new buttons, menus, and behaviors and eliminate nuisances. The theme is similar to other userChrome stylesheets, but it's intended for use with an autoconfig loader like fx-autoconfig, since it uses JavaScript to implement its more functional features.

  • Oh, you can't use xiaoxiaoflood's autoconfig loader for this. It's for fx-autoconfig, like I said in the first post. You should not be combining the two either, that's a really bad idea. Anyway, xiaoxiaoflood's status-bar.uc.js file does not have -moz-window-dragging in it in the first place. Maybe you have an old version of it. It was updated Nov 22, 2021, so that seems likely. This is why I keep version numbers in all my scripts.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts