How can we close all others browser tabs using Javascript like imacros command "TAB CLOSEALLOTHERS" ?!
Asked
Active
Viewed 1,599 times
-4
-
2... sounds like a dangerous thing to do. – user202729 Feb 04 '18 at 11:04
-
2(imagine you open some webpages, and suddenly your browser closes) – user202729 Feb 04 '18 at 11:04
-
@user202729 what you do ?! , it's programing question , not a reviews question !! – Almodoen Feb 04 '18 at 11:09
-
1Well, Then show us what you've tried... – Sudheesh Singanamalla Feb 04 '18 at 12:53
1 Answers
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

Advena
- 1,664
- 2
- 24
- 45