summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/simple-extension/content-script.js
blob: 0fd83b90f1eb565d05daa6e12a683826ce9d0d3f (plain)
1
2
console.log('hey from the content-script');
self.thisIsTheContentScript = true;