puppeteer/test/assets/simple-extension/content-script.js
2020-05-07 12:54:55 +02:00

3 lines
80 B
JavaScript

console.log('hey from the content-script');
self.thisIsTheContentScript = true;