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

13 lines
307 B
JSON

{
"name": "SweetAlert",
"website": "https://t4t5.github.io/sweetalert/",
"matches": [
{
"regexp": "<link[^>]+?href=\"[^\"]+sweet-alert(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "sweet-alert(?:\\.min)?\\.js"
}
]
}