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

235
Views
How to use Tampermonkey(or other alternatives) to run through/load a list of links?

For example, if i want the browser to run through and load stack overflow's pages, how do I set up the code in Tampermonkey?

Here is what I have:

// ==UserScript==
// ==/UserScript==

let x = 5;
//x is the max number of pages i want to load
let link ="https://stackoverflow.com/questions/"
for(let i = 1; i<x; i++){
    let newLink = link + i;
    window.location.href = newLink;
}

I have no idea if the code runs correctly or not since I didn't find the console. And I do want the browser to have my cookies loaded.

about 4 years ago · Juan Pablo Isaza
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!