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

13 lines
321 B
JSON

{
"name": "Lightbox",
"website": "http://lokeshdhakar.com/projects/lightbox2/",
"matches": [
{
"regexp": "<link [^>]*href=\"[^\"]+lightbox(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "lightbox(?:-plus-jquery)?.{0,32}\\.js"
}
]
}