Skip to content

Instantly share code, notes, and snippets.

@veloper
veloper / JSONVue-Dark.css
Created March 15, 2024 16:08
Dark Mode view for JSONVue Chrome Extension that is readable
body {
white-space: pre;
font-family: monospace;
color: #ddd; /* Light grey color for general text */
background-color: black; /* Black background */
}
a {
color: #66ccff; /* Light blue color for links */
text-decoration: none; /* Removes the underline */
@veloper
veloper / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created September 16, 2024 14:38 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code