Nebula/database_assets/com.nebula.test-2/index.js
2024-10-26 04:19:46 -06:00

10 lines
261 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;