If we have a tab window in Firefox/Chrome we make maximize each tab window by pulling it out.
Would it be possible to revert it back?(Drag the opened browser window & drop on the other window to make it as a tabbed panel) using JS/jQ in Firefox/Google Chrome?
No. Browsers don’t really let you control the chrome, other than occasionally popping open a new window, or closing one that you opened.
There are some older, convtroversial methods on the
windowobject to allow resizing and moving, but they don’t work in the latest version of Chrome (thankfully).