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

236
Views
No se permite cargar el recurso local: blob:<URL> "blob:https://

Estoy tratando de descargar archivos desde la pestaña Red, obtengo un enlace como este "blob:https://aaaaaaaaaaa.org/c8788081-fc3c-4779-b576-0a184c698c35" , pero cuando intento descargar, aparece " No se permite cargar el recurso local: blob:<URL>". ¿Qué estoy haciendo mal?

Agregué la clave de inicio al navegador Chrome (--disable-web-security --allow-file-access-from-files --allow-file-access), no ayudó.

 async function sleep(millis) { return new Promise(resolve => setTimeout(resolve, millis)); } (async () => { var nodes = UI.panels.network.networkLogView.dataGrid.rootNode().flatNodes, arrUrls = []; nodes.forEach(function() { var req = arguments[0].request(); if (req !== undefined) { const substring = "blob:https"; if (req.url().includes(substring)) { arrUrls.push(req.url()); } } }); i = 0; for (const sUrl of arrUrls) { await sleep(1000); i++; var link = document.createElement('a'); link.href = sUrl; link.download = i + '_download.jpg'; document.body.appendChild(link); link.click(); document.body.removeChild(link); delete link; } })();

ingrese la descripción de la imagen aquí ingrese la descripción de la imagen aquí

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!