mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
21 lines
436 B
JSON
21 lines
436 B
JSON
{
|
|
"name": "Stripe",
|
|
"website": "http://stripe.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[__stripe_mid]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[__stripe_sid]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<input[^>]+data-stripe"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "js\\.stripe\\.com"
|
|
}
|
|
]
|
|
} |