mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
21 lines
477 B
JSON
21 lines
477 B
JSON
{
|
|
"name": "Shopatron",
|
|
"website": "http://ecommerce.shopatron.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "<body class=\"shopatron"
|
|
},
|
|
{
|
|
"regexp": "<img[^>]+mediacdn\\.shopatron\\.com",
|
|
"certainty": 50
|
|
},
|
|
{
|
|
"search": "meta[keywords]",
|
|
"regexp": "Shopatron"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "mediacdn\\.shopatron\\.com"
|
|
}
|
|
]
|
|
} |