Skip to content

Commit

Permalink
UPDATE dom-text
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauth authored Jul 10, 2024
1 parent 97cd4e7 commit f2a4317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* https://github.com/vauth/hueco
*/
document.addEventListener('contextmenu', event => event.preventDefault());
document.cookie = "message=We are watching you.";

var configs = (function () {
var instance;
Expand Down Expand Up @@ -139,7 +140,7 @@ var main = (function () {
MATRIX: { value:"matrix", help:"This command runs matrix rain animation."},
DORK: { value:"dork", help:"This command leads you to dorks cheatsheet JSON."},
VPN: { value:"vpn", help:"Download latest version of Vox VPN (Desktop)."},
DOMIT: { value: "dom", help: "Take control of document object model (DOM) with javascript."},
DOMIT: { value: "dom", help: "Take control of document/browser object model (DOM/BOM)."},
DATE: { value: "date", help: configs.getInstance().date_help },
HELP: { value: "help", help: configs.getInstance().help_help },
ECHOIT: { value: "echo", help: "Output the strings that are passed to it as arguments."},
Expand Down

0 comments on commit f2a4317

Please sign in to comment.