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

13 lines
273 B
JSON

{
"name": "scrollreveal",
"website": "https://scrollrevealjs.org",
"matches": [
{
"regexp": "<[^>]+data-sr(?:-id)"
},
{
"search": "script",
"regexp": "scrollreveal(?:\\.min)(?:\\.js)"
}
]
}