This script automates tab switching and refreshing in Firefox Developer Edition on Linux Ubuntu.
It integrates with Webpack DevServer to reload the correct tab when the development server starts.
- Uses
xdotool
to search for tabs and activate them. - Automatically refreshes the Webpack tab if found.
- Falls back to opening a new browser tab if necessary.