新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "NextGEN-Gallery",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.",
"website": "http://nextgen-gallery.com",
"matches": [
{
"regexp": "(?-mix:<link rel='stylesheet' id='NextGEN-css' href='[^']*\\/wp-content\\/themes\\/default_ngg\\/nggallery.css\\?ver=[\\d\\.]+' type='text\\/css' media='screen' \\/>)",
"string": "Wordpress"
},
{
"regexp": "(?-mix:<link rel='stylesheet' id='shutter-css' href='[^']*\\/wp-content\\/plugins\\/nextgen-gallery\\/shutter\\/shutter-reloaded.css\\?ver=[\\d\\.]+' type='text\\/css' media='screen' \\/>)",
"string": "Wordpress"
},
{
"regexp": "(?-mix:<link rel='stylesheet' id='galleryview-css' href='[^']*\\/wp-content\\/plugins\\/nggGalleryview\\/galleryview.css\\?ver=[\\d\\.]+' type='text\\/css' media='screen' \\/>)",
"string": "Wordpress"
},
{
"string": "Wordpress",
"regexp": "(?-mix:<meta name='NextGEN' content='([\\d\\.]+)' \\/>)",
"offset": 1
}
]
}