mirror of
https://github.com/infinition/Bjorn.git
synced 2026-03-15 08:52:00 +00:00
- Implemented LokiUtils class with GET and POST endpoints for managing scripts, jobs, and payloads. - Added SentinelUtils class with GET and POST endpoints for managing events, rules, devices, and notifications. - Both classes include error handling and JSON response formatting.
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
// Rickroll — Opens browser to a famous URL (harmless test)
|
|
layout('us');
|
|
delay(1000);
|
|
press("GUI r");
|
|
delay(500);
|
|
type("https://www.youtube.com/watch?v=dQw4w9WgXcQ\n");
|