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

111
Views
How to Inject script only in a particular Iframe

I am using Requestly to Inject script but couldn't find a way to inject the script only in a particular Iframe.

Is there any way to insert custom JS using Requestly in a particular iFrame in a webpage?

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

0

Requestly doesn't provide additional filters in Script Injection to detect whether you are injecting in Parent Page or Iframe.

However, there's one trick you can do.

You can additional checks in your script so that It only executes inside Iframe something like this

if (window.self !== window.top) {
    // Your script code goes here
}

However, If you can define your URL Pattern such that It only matches the Iframe then it's even better. Then you don't have to add this check but do better URL targeting such that Script Injection only works with Iframe URL and not parent URL.

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!