mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
592 B
JSON
25 lines
592 B
JSON
{
|
|
"name": "Google Analytics",
|
|
"website": "http://google.com/analytics",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[__utma]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[_ga]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[_gat]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<amp-analytics [^>]*type=[\"']googleanalytics[\"']"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "google-analytics\\.com\\/(?:ga|urchin|analytics)\\.js"
|
|
}
|
|
]
|
|
} |