mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"name": "hCaptcha",
|
|
"website": "https://www.hcaptcha.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "<style[^>]+[^<]+#cf-hcaptcha-container[^<]+</style>"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "https://hcaptcha.com/([\\d]+?)/api.js",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |