Whats new since v3.14
★★ wrap output code option added ★★
You now able to encapsulate all the output code with:
- No-capsulation
- Usage: Checkbox un-checked.
- Action: Obfuscate your code as it.
- IIFE (Immediately Invoked Function Expression)
- Usage: Checkbox checked with empty value.
- Action: Code runs as soon as it is defined.
- Predefined function name
- Usage: Checkbox checked with custom function name.
- Action: New function created and should be executed later on your code.
- Note: The new function should be executed manually on your code.