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

320
Views
Why 404 error showing if I go to inspection tool?

I found that on this page https://www.ofwteleserye.su/its-showtime-may-2-2022/ if I try to go to the inspection tool the video of this page instantly shows "404 No Video Found". What is the reason behind that? How to solve this issue? I have tried different browsers but found the same issue. I don't have detailed knowledge of HTML. Image attached.

Screenshot

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

0

They are using this DevTools detector. If DevTools are detected, they redirect the player frame to ../player/includes/template/no_video.html:

    <script type="text/javascript">
      !function() {
        navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS/i) || navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPad/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/Windows Phone/i) || (devtoolsDetector.addListener(function(t, e) {
          t && (document.location.href = "../player/includes/template/no_video.html")
        }),
        devtoolsDetector.launch())
      }();
    </script>

You can use some browser extension which is capable of blocking requests and block https://loading.su/player/assets/devtools-detector/devtools-detector.min.js which is where they load the script from. For example, AdBlock Plus configured with "Fanboy's Annoyance List" does successfully block it for me.

Looking at their code, this doesn't happen if a mobile user agent is detected, so what also works is enabling mobile view in DevTools, reloading the page, and then disabling mobile view again while page is already open (because this check is only done once when the video is loaded).

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!