update to new commit
51c48a2
or
3.10.1 or newer
change dynamic-mode-default to growik
"dynamic-mode-default": "growik"
update at or past 3.90.dev12
the value to change is
{"SNEAKY": "https://raw.githubusercontent.com/Growik/onlyfans-dynamic-rules/main/rules.json"}
change "dynamic-mode-default" to "sneaky"
This is only required for releases before 3.9.0dev12 before sneaky was added as an option
You'll have to change the value for the deviint url
set the right url
by changing the const value
This only works on version 3.7.1 or greater
{"DEVIINT: "https://raw.githubusercontent.com/Growik/onlyfans-dynamic-rules/main/rules.json"}
or replace
https://raw.githubusercontent.com/deviint/onlyfans-dynamic-rules/main/dynamicRules.json
with
https://raw.githubusercontent.com/Growik/onlyfans-dynamic-rules/main/rules.json
by searching the code and replacing the string
The goal is to replace
fmt = f"{content['start']}:{{}}:{{:x}}:{content['end']}"
with
fmt = f"{content['prefix']}:{{}}:{{:x}}:{content['suffix']}"
You can try searching for part of the phrase above or
deviint
get_request_auth_deviint
change "dynamic-mode-default" to "deviint"