mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 21:10:02 -04:00
11 lines
191 B
JavaScript
11 lines
191 B
JavaScript
const script = `
|
|
console.error('GYATT')
|
|
`
|
|
|
|
self.entryFunc = function(){
|
|
return {
|
|
host: 'example.com',
|
|
html: `<script>${script}</script>`,
|
|
injectTo: 'body'
|
|
}
|
|
}
|