javascript-obfuscator / javascript-obfuscator-ui

A web UI to the JavaScript Obfuscator node.js package.
https://obfuscator.io
BSD 2-Clause "Simplified" License
230 stars 130 forks source link

Save my own preset and choose it easily from dropdown list #63

Open solofotinah opened 3 years ago

solofotinah commented 3 years ago

Is there any way to save my own preset ?

I want having to choose it easily from dropdown list, like that :

capture 2021-01-24

sanex3339 commented 3 years ago

Hi. Right now your current options are saved in the LocalStorage, so after a page refresh, these options will be restored. But no, right now you can't save your options as a preset.

sanex3339 commented 3 years ago

PR welcomed

solofotinah commented 3 years ago

What about modifing an existed one. Can I take 'High' Preset, and customizing it to fit to my options ? If yes, which files need to be modified ?

sanex3339 commented 3 years ago

It's better to save current options under custom preset.

solofotinah commented 3 years ago

Sure, it is the best solution.

But my idea of modifying 'High Preset' is a provisory workarround until next release. If it's possible, I want to know which files have to be edited.

interazioni commented 3 years ago

Please consider that would be important to import/export obfuscation parameters. As example, I had to reformat my development PC, or think about more people in a project using same obfuscator parameters in their modules, or again me saving in SVN all codes and configurations. Thanks.