Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

137
Views
Continue JavaScript after open new Tab via Button Click

I'm quiet new to JavaScript and need your help concerning the following problem: I've written a JavaScript to subscribe automatically to a gym class every monday at 7 a.m.. I have to click a button that's opening a new tab where I have to fill my personal data. The URL of the new tab is variable so I cant do it via

window.open(URL,"_self")

Is there a way to continue the script in the new tab or open the website in the same tab?

Thanks!

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Because of the objections mentioned, that doesn't sound feasible to me - at least in this form. If you want to run a script on the external website, then simply use a browser solution such as:

  • Tampermonkey (https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en)
  • Greasemonkey (https://addons.mozilla.org/de/firefox/addon/greasemonkey/)

There you can install your script and have it automatically fill out your registration.

If you want to automate this completely without doing anything on your part, then you will not be able to avoid an (external server-side) solution such as a NodeJS application with puppeteer (https://github.com/puppeteer/puppeteer) running every X days.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!