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

14 lines
402 B
JSON

{
"name": "prettyPhoto",
"website": "http://no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/",
"matches": [
{
"regexp": "(?:<link [^>]*href=\"[^\"]*prettyPhoto(?:\\.min)?\\.css|<a [^>]*rel=\"prettyPhoto)"
},
{
"search": "script",
"regexp": "jquery\\.prettyPhoto\\.js"
}
],
"implies": "jQuery"
}