On the “File Manager” page, would it be possible to add this code so that I (or users) can use the mouse wheel to scroll through the tab bar when there are too many tabs open?
You can type this code in the console while you are on the File Manager page, and the tabs will move left or right depending on the direction you scroll the mouse wheel.
Do you find this more convenient? Personally, I do. I like it.
Just add your code to the script file in the theme settings (extensions). Adding code to that file is mostly safe from overwrites when virtualmin/webmin is up dated so put your code there and forget about it
Ah, I had never noticed that it was possible to add code into a theme.
it is probably applied globally to all pages. It would be better to only target /filemin/index.cgi in the URL and maybe create a system so that the script loads only after the File Manager has finished loading.