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

14 lines
305 B
JSON

{
"name": "xCharts",
"website": "https://tenxer.github.io/xcharts/",
"matches": [
{
"regexp": "<link[^>]* href=\"[^\"]*xcharts(?:\\.min)?\\.css"
},
{
"search": "script",
"regexp": "xcharts\\.js"
}
],
"implies": "D3"
}