mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-13 03:50:02 -04:00
10 lines
260 B
JavaScript
10 lines
260 B
JavaScript
function gyatt2() {
|
|
return {
|
|
host: 'example.com',
|
|
html: '<script>console.error("GYATT... 2")</script>',
|
|
injectTo: 'head'
|
|
}
|
|
}
|
|
|
|
//We need to return the refrence to the function and NOT the function itself
|
|
self.entryFunc = gyatt2;
|