Run script which opens a new tab and runs another script on it
Ok i signed up for to ask this. If you'd be so kind to answer i'd be much obliged.
So i'm trying to run a bookmark script which would:
1) fill in some forms
2) click the button in a new tab (ctrl-click on the button in chrome, for example)
3) run another script (or a part of the same script) on that new tab (since the button sends to a confirm screen)
4) close that tab
5) repeat that process with different values in the forms (this would be done with a "for" loop, counter and an array, i'd reckon).
currently i need to use a cookie as a counter and click the bookmark 50+ times
is this even possible? running a script on a different page/tab from another, i mean.
Bookmarks