This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {JSDOM} from "jsdom" | |
const obfuscateString = (str) => { | |
return new Array(str.length).fill("*").join(""); | |
}; | |
const obfuscateElement = (element) => { | |
const attrs = element.getAttributeNames(); | |
for (const attr of attrs) { | |
const value = element.getAttribute(attr); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const lol = kek + cheburek; |