mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
508 B
JSON
16 lines
508 B
JSON
{
|
|
"name": "WordPress-Stats",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "WordPress.com Stats",
|
|
"website": "https://wordpress.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<script src=\"https?:\\/\\/(ssl-)?stats\\.wordpress\\.com\\/[^\"]+\" type=\"text\\/javascript\"><\\/script>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<noscript><img src=\"https?:\\/\\/stats\\.wordpress\\.com\\/b\\.gif\\?v=noscript\")"
|
|
}
|
|
]
|
|
}
|