Script to get new IP addresses in JDownloader by reconnecting Private Internet Access.
- Go to Settings -> Reconnect
- Tick all three checkboxes.
- Set method to
External Batch Reconnect - Set interpreter to
cmd /c
| /** | |
| * This node js script scans through the input component template files and tidy's them according to certain guidelines. | |
| * | |
| * Sample shell command: | |
| * node tidy-templates.js src/app projects | |
| * | |
| * To disable lint for a template add this comment to the top of the file: | |
| * <!-- tidy-templates: disable --> | |
| * | |
| * Derived from: |
These rules are adopted from the AngularJS commit conventions.