I see multiple mistakes here:
1. Regex does not allow "www." at the beginning of those URLs.
2. Domain "ebookhunter.net" is missing.
3. Referer is needed to make those "redirect URLs" work so a 2nd rule is needed as you cannot (yet) specify a referer in such a rule.
Rule I made:
Code:
[
{
"maxDecryptDepth": 0,
"name": "redirect rule for website theebookhunter.com",
"pattern": "https?://(www\\.)?(theebookhunter\\.com|ebookhunter\\.net)/d\\?=[A-Za-z0-9_-]+",
"rule": "FOLLOWREDIRECT",
"enabled": true,
"logging": true,
"updateCookies": false
},
{
"enabled": true,
"logging": false,
"maxDecryptDepth": 1,
"name": "deepdecrypt rule for website theebookhunter.com",
"pattern": "https?://(www\\.)?(theebookhunter\\.com|ebookhunter\\.net)/[a-z0-9_-]+/",
"rule": "DEEPDECRYPT",
"packageNamePattern": null,
"deepPattern": "(//(theebookhunter\\.com|ebookhunter\\.net)/d\\?=[A-Za-z0-9_-]+)"
}
]
Pastebin:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Then after all that it still doesn't work because of a possible bug or design-flaw in our "FOLLOWREDIRECT" handling.
Ticket: