Any solution for Tab Closing?

wernerk93

New Member
Rule The Galaxy
Joined
Mar 1, 2018
Messages
17
Reaction score
0
Achievement
Hey guys.

Do you know someone solution for tab closing?

I want to open popups on my site and after some sec or minute want to close them.

Because its opening 3 tabs and eat too much CPU.
 

opsfafsme

Well-Known Member
Rule The Universe
VIP
Joined
Jul 2, 2018
Messages
243
Reaction score
92
Website
OnlinePiercingShop.com
Achievement
Code:
await WaitForLoading ();
await Delay(10000);
var tabcount = await TabCount ();
for (var i = 2; i <= tabcount; i++) {
  TabFocus(i);
  await Delay(100);
  await ExecuteScript('window.close();');
}
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu