diff --git a/chrome/disable_newtab_on_middle_click.css b/chrome/disable_newtab_on_middle_click.css new file mode 100644 index 0000000..01aa206 --- /dev/null +++ b/chrome/disable_newtab_on_middle_click.css @@ -0,0 +1,7 @@ +/* Prevents middle-clicking in empty area in tabs toolbar from opening new tabs */ + +#tabbrowser-arrowscrollbox{pointer-events: none} +.tabbrowser-tab, +#scrollbutton-up, +#scrollbutton-down, +#tabs-newtab-button{pointer-events: auto} \ No newline at end of file