mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user