View Single Post
  #8  
Old 27.07.2021, 13:14
denylx denylx is offline
JD Beta
 
Join Date: Aug 2019
Posts: 59
Default

Quote:
Originally Posted by pspzockerscene View Post
Hi again,
here is a simple LinkCrawler Rule that will work for single direct-URLs of that forum.
You need to replace "CENSORED" (without "") with the value of your own "mybbuser" cookie.

Code:
[
  {
    "enabled": true,
    "cookies": [
      [
        "mybbuser",
        "CENSORED"
      ]
    ],
    "updateCookies": true,
    "logging": false,
    "maxDecryptDepth": 1,
    "name": "example rule preggophilia.com",
    "pattern": "**External links are only visible to Support Staff**,
    "rule": "DIRECTHTTP"
  }
]
Rule as plaintext for easier copy & paste:
pastebin.com/dBGyUDa1

-psp-
Maybe a stupid question, but how do I get the value of mybbuser cookie?
Reply With Quote