Google
×
Past month
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Nov 13, 2024 · The error means that it was not possible to load the content.js in JavaScript for the script. and the dist folder is the folder that is created after the "npm ...
Nov 16, 2024 · I am working through a book which asks me to embed my JS code between tags in an HTML file, like this: <!DOCTYPE html> <body> <script> console.log("Hello"); </ ...
2 days ago · The object itself is available if I log the window/this object but when I try to access it via the content script it returns undefined? I'm using a content ...
Nov 15, 2024 · I'm trying to fetch an object from the current page window via a content script. The object itself is available if I log the window/this object but when I ...
Nov 13, 2024 · (Bolding is for skimming, not shouting.) This SO question/answer seems to suggest that it's due to a security consideration when loading cross-domain scripts.
2 days ago · Chrome does not showing width of screen as screen resize? This question may be very simple. Usually as we inspect an element and we re-size browser ,browser ...
Nov 17, 2024 · Is there something wrong with my manifest.json or background.js setup for this behavior? Why is the chrome.action.setIcon() method not working for my ...
1 day ago · I'm using the workbox-build generateSW to generate my service worker. Everything works fine with building the sw.js. When it is installed, it follows with ...
Nov 7, 2024 · My script runs perfectly in non-headless mode, but when I set it to headless (headless=True or headless2=True), it fails to find certain elements.
Nov 6, 2024 · If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox. i tried adding a flag to disable sandbox but it's not working.