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

133
Views
Auto click like buttons on my Feed Instagram directly from Google Chrome's DevTools

The button path is:

enter image description here

The auto click I tried in the DevTools Console was:

document.querySelectorAll('svg[aria-label="Curtir"]').forEach(btn => btn.click());

The error when trying to run:

Uncaught TypeError: btn.click is not a function
    at <anonymous>:1:74
    at NodeList.forEach (<anonymous>)
    at <anonymous>:1:55

Usually on websites this model for clicks works fine, but for Instagram it's not working, what am I doing wrong so that the result is not positive?

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

0

Maybe svg elements themselves are not clickable.

document.querySelectorAll('svg[aria-label="Curtir"]').forEach(svg => svg.closest("button").click());

should work :)

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!