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

101
Views
JavaScript which finds javascript loading in html and blocks them

I am making an application in Flutter. My application will have a WebView through which sites can be opened. As you know, in WebView you can embed your own Js code. Let's say I open facebook.com and it has the following html code:

<!DOCTYPE html>
<html lang="en">
<head>
    <title>Document</title>
    <script async="async" src="https://www.site-one.com/js.js"></script>
    <script async="async" src="https://www.site-two.com/js.js"></script>
    <script async="async" src="https://www.site-three.com/js.js"></script>
</head>
<body>
..
</body>
</html>

I need to determine if the site has a script download from site-two.com. If such a site is present, then we block the download of the script from site-two.com, and the site facebook.com itself continues to work only without this script.

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!