Files
OneForAll-mirror/data/rules/wappalyzer/material design lite.json
T
2020-07-29 00:02:06 +08:00

14 lines
356 B
JSON

{
"name": "Material Design Lite",
"website": "https://getmdl.io",
"matches": [
{
"regexp": "<link[^>]* href=\"[^\"]*material(?:\\.[\\w]+-[\\w]+)?(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "(?:/([\\d.]+))?/material(?:\\.min)?\\.js",
"offset": 1
}
]
}