{"id":22903989,"url":"https://github.com/json2d/obscure","last_synced_at":"2025-05-08T17:21:49.519Z","repository":{"id":57313058,"uuid":"60041448","full_name":"json2d/obscure","owner":"json2d","description":"no nonsense obfuscation for html/css based frontend applications","archived":false,"fork":false,"pushed_at":"2017-03-24T18:38:40.000Z","size":7,"stargazers_count":32,"open_issues_count":2,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T16:18:48.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/json2d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-30T22:04:01.000Z","updated_at":"2025-04-01T23:53:54.000Z","dependencies_parsed_at":"2022-09-20T23:02:39.814Z","dependency_job_id":null,"html_url":"https://github.com/json2d/obscure","commit_stats":null,"previous_names":["bitstrider/obscure"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json2d%2Fobscure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json2d%2Fobscure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json2d%2Fobscure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/json2d%2Fobscure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/json2d","download_url":"https://codeload.github.com/json2d/obscure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252215193,"owners_count":21712923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T02:39:41.617Z","updated_at":"2025-05-08T17:21:49.405Z","avatar_url":"https://github.com/json2d.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# obscure\n*by Jason Yung - [http://callmejay.com](http://callmejay.com \"http://callmejay.com\")*\n\nno nonsense obfuscation for html/css based frontend applications\n\n### Installing to Command Line\n\n\t$ npm install -g obscure\n\n### Basic Usage\n\t\n\t$ obscure style.css --apply index.html\n\nThis will grab all **ids and classes** (which I'm calling **definitions**) from `style.css` to be obfuscated, and apply that obfuscation to `index.html` (as well as `style.css` itself)\n\n### Output Directory\n\n\t$ obscure style.css --apply index.html --output ./obfuscated\nUse `--output` to specify where the obfuscated source files will be written\n\n### Exclusion \n\n\t$ obscure style.css --exclude bootstrap.css\n\nYou might have some **definitions** in you CSS that should not be obfuscated.  No problem, just `--exclude`\n\n### Batch Support\t\nMost likely you will be obfuscating multiple source files together.  \nHere's some examples on how to get that done:\n\n##### List\n\t\n\t$ obscure style.css,other.css --apply index.html,other.html\n\n##### Glob\n\n\t$ obscure *.css --apply *.html\n\n##### Mixed\n\n\t$ obscure *.css,app/style.css --apply *.html,app/index.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson2d%2Fobscure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjson2d%2Fobscure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjson2d%2Fobscure/lists"}