-4

How can we close all others browser tabs using Javascript like imacros command "TAB CLOSEALLOTHERS" ?!

Almodoen
  • 41
  • 1
  • 8

1 Answers1

0

"You can't close any tab via JavaScript. "This method is only allowed to be called for windows that were opened by a script using the window.open method." In other words, you can only use JavaScript to close a window/tab that was spawned via JavaScript." Source: How to close current tab in a browser window? -Ryan Joy

Tanckom
  • 1,102
  • 2
  • 14
  • 35