An open API service indexing awesome lists of open source software.

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

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.