Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
dragon731012
GitHub Repository: dragon731012/-WORKING-bookmarklets-and-games
Path: blob/main/other/open multiple webpages
15563 views
javascript:const list=[];alert("multi website opener");var h=prompt('how many websites do you want to open?');var hm=h;while (hm>0){var a=prompt("what web page do you want to go to?");list.push(a);hm=hm-1;}alert("your searches are "+list+".");var hn=0;while (hn<h){window.open(list[hn]);hn=hn+1;}alert("by dragonmaster73101");