mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
551 B
JSON
23 lines
551 B
JSON
{
|
|
"name": "Shapecss",
|
|
"website": "https://shapecss.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "<link[^>]* href=\"[^\"]*shapecss(?:\\.min)?\\.css"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "shapecss[-.]([\\d.]*\\d)[^/]*\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/([\\d.]+)/shapecss(?:\\.min)?\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "shapecss.*\\.js"
|
|
}
|
|
]
|
|
} |