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

14 lines
306 B
JSON

{
"name": "Mermaid",
"website": "https://mermaidjs.github.io/",
"matches": [
{
"regexp": "<div [^>]*class=[\"']mermaid[\"']>",
"certainty": 90
},
{
"search": "script",
"regexp": "/mermaid(?:\\.min)?\\.js"
}
]
}