mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 17:50:21 +08:00
14 lines
227 B
Python
14 lines
227 B
Python
![]() |
CHALLENGE_TITLES = [
|
||
|
# Cloudflare
|
||
|
"Just a moment...",
|
||
|
# DDoS-GUARD
|
||
|
"DDoS-Guard",
|
||
|
]
|
||
|
|
||
|
EXTENTION_REPOSITIORIES = [
|
||
|
"OhMyGuus/I-Still-Dont-Care-About-Cookies",
|
||
|
"uBlockOrigin/uBOL-home",
|
||
|
]
|
||
|
|
||
|
SLEEP_SECONDS = 1
|