mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
30 lines
794 B
JSON
30 lines
794 B
JSON
{
|
|
"name": "MailChimp",
|
|
"website": "http://mailchimp.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "<form [^>]*data-mailchimp-url"
|
|
},
|
|
{
|
|
"regexp": "<form [^>]*id=\"mc-embedded-subscribe-form\""
|
|
},
|
|
{
|
|
"regexp": "<form [^>]*name=\"mc-embedded-subscribe-form\""
|
|
},
|
|
{
|
|
"regexp": "<input [^>]*id=\"mc-email\"",
|
|
"certainty": 20
|
|
},
|
|
{
|
|
"regexp": "<!-- Begin MailChimp Signup Form -->"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "s3\\.amazonaws\\.com/downloads\\.mailchimp\\.com/js/mc-validate\\.js"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "cdn-images\\.mailchimp\\.com/[^>]*\\.css"
|
|
}
|
|
]
|
|
} |