Files
AI/참고/playwright-main/tests/assets/extension-mv3-simple/content-script.js

4 lines
81 B
JavaScript
Raw Normal View History

2026-05-12 19:40:31 +09:00
console.log('hey from the content-script');
self.thisIsTheContentScript = true;