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

25 lines
791 B
JSON

{
"name": "Reinvigorate",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Reinvigorate measures your influence on the web in real-time. Simple, real-time web analytics + heatmaps.",
"website": "http://www.reinvigorate.net/",
"matches": [
{
"certainty": 10,
"text": "<!-- Reinvigorate -->"
},
{
"text": "<script type=\"text/javascript\" src=\"http://include.reinvigorate.net/re_.js\"></script>"
},
{
"certainty": 25,
"regexp": "(?-mix:reinvigorate\\.track\\(\"([a-z\\d]{5}-[a-z\\d]{10})\"\\);)"
},
{
"certainty": 10,
"regexp": "(?-mix:re_\\(\"([a-z\\d]{5}-[a-z\\d]{10})\"\\);)"
}
]
}