chaowenguo commited on
Commit
f414845
·
verified ·
1 Parent(s): a01a0a7

Rename index.mjs to index.js

Browse files
Files changed (1) hide show
  1. index.mjs → index.js +1 -1
index.mjs → index.js RENAMED
@@ -1,4 +1,4 @@
1
- //npx javascript-obfuscator --unicode-escape-sequence true --output index.js index.mjs
2
  globalThis.document.querySelector('div[style*="flex-direction"] > button').onclick = () =>
3
  {
4
  globalThis.document.querySelector('div[style*="flex-direction"]').style.width = globalThis.document.querySelector('body > nav').style.marginLeft = globalThis.document.querySelector('div[style*="justify-content"]').style.marginLeft = globalThis.document.querySelector('video').style.marginLeft = 0
 
1
+ //npx javascript-obfuscator --unicode-escape-sequence true --output index.mjs index.js
2
  globalThis.document.querySelector('div[style*="flex-direction"] > button').onclick = () =>
3
  {
4
  globalThis.document.querySelector('div[style*="flex-direction"]').style.width = globalThis.document.querySelector('body > nav').style.marginLeft = globalThis.document.querySelector('div[style*="justify-content"]').style.marginLeft = globalThis.document.querySelector('video').style.marginLeft = 0