Last active
May 28, 2026 18:58
-
-
Save realAzazello/7e4f5cff2bab53bf742e50fc0972cc00 to your computer and use it in GitHub Desktop.
custom Default User-Agent for jDownloader - FINALLY <https://board.jdownloader.org/showthread.php?t=96453>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "enabled" : true, | |
| "name" : "custom Default User-Agent for JD - FINALLY", | |
| "cookies" : null, | |
| "deepPattern" : null, | |
| "formPattern" : null, | |
| "headers" : | |
| [ | |
| [ | |
| "User-Agent", | |
| "Links/2.29 (Linux; Android 14) Gecko/20100101 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36" | |
| ] | |
| ], | |
| "id" : null, | |
| "maxDecryptDepth" : 1, | |
| "packageNamePattern" : null, | |
| "passwordPattern" : null, | |
| "pattern" : "(?i)https?://[^\"]+", | |
| "propertyPatterns" : null, | |
| "rewriteReplaceWith" : null, | |
| "rule" : "DEEPDECRYPT", | |
| "logging" : true, | |
| "updateCookies" : true | |
| }, | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment