mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"name": "Shoptet",
|
|
"website": "http://www.shoptet.cz",
|
|
"matches": [
|
|
{
|
|
"regexp": "<link [^>]*href=\"https?://cdn\\.myshoptet\\.com/"
|
|
},
|
|
{
|
|
"search": "meta[web_author]",
|
|
"regexp": "^Shoptet"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "^https?://cdn\\.myshoptet\\.com/"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |