mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
855 B
JSON
23 lines
855 B
JSON
{
|
|
"name": "Site-Meter",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "A fast, free Web counter that features custom counters styles. Site Meter creates dynamic 3D charts showing visitors, page views, country maps, visit durations and much more.",
|
|
"website": "http://www.sitemeter.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:<script [^>]*src=[\"']http:\\/\\/[^>]+sitemeter\\.com\\/js\\/counter\\.js\\?site=([^\"^'^>]+)[^>]*>)"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<img [^>]*src=[\"']http:\\/\\/[^>]+sitemeter\\.com\\/meter\\.asp\\?site=([^\"^'^>]+)[^>]*>)"
|
|
},
|
|
{
|
|
"certainty": 25,
|
|
"text": "<!-- Site Meter -->"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<!-- Copyright \\(c\\)20[\\d]{2} Site Meter -->)"
|
|
}
|
|
]
|
|
}
|