From 45f5dc2d689b16d122e3859c144da783aed4e0c8 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 9 May 2020 07:40:31 +0300 Subject: [PATCH] new file --- chrome/disable_newtab_on_middle_click.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 chrome/disable_newtab_on_middle_click.css 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