mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
535 B
JSON
25 lines
535 B
JSON
{
|
|
"name": "Welcart",
|
|
"website": "https://www.welcart.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[usces_cookie]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<link[^>]+?href=\"[^\"]+usces_default(?:\\.min)?\\.css"
|
|
},
|
|
{
|
|
"regexp": "<!-- Welcart version : v([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "uscesL10n"
|
|
}
|
|
],
|
|
"implies": [
|
|
"PHP",
|
|
"WordPress"
|
|
]
|
|
} |