mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
791 B
JSON
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})\"\\);)"
|
|
}
|
|
]
|
|
}
|