79564626

Date: 2025-04-09 14:41:40
Score: 1
Natty:
Report link

The JS file might be running from the extension's absolute path. If that's the case, maybe

chrome.tabs.executeScript(null, { file: 'js/content.js' });

will work better.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SamuelLouf