https://github.com/caledoniaproject/postcss-deobfuscator
Deobfuscate class names obfuscated with postcss
https://github.com/caledoniaproject/postcss-deobfuscator
Last synced: 16 days ago
JSON representation
Deobfuscate class names obfuscated with postcss
- Host: GitHub
- URL: https://github.com/caledoniaproject/postcss-deobfuscator
- Owner: CaledoniaProject
- Created: 2025-02-11T02:58:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T03:03:25.000Z (over 1 year ago)
- Last Synced: 2025-11-28T19:43:56.858Z (7 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
I found a site where most CSS class names are obfuscated using postcss-obfuscator, so I built a deobfuscator to simplify things. It supports normal classes, @keyframes, and @media queries. For legal reasons, I can't include examples in the repo, but the code is clean and easy to understand—feel free to explore it yourself.