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,66 @@
|
||||
{
|
||||
"name": "InvisionPowerBoard",
|
||||
"author": "Andrew Horton",
|
||||
"version": "0.3",
|
||||
"description": "Invision Power Board - PHP Web Forum",
|
||||
"website": "http://www.invisionpower.com/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "(Powered by Invision Power Board)</title>"
|
||||
},
|
||||
{
|
||||
"text": "index.php?app=core&module=global&section=rss&type=forums&id="
|
||||
},
|
||||
{
|
||||
"certainty": 50,
|
||||
"text": "<a href='#j_content' title='Jump to content' accesskey='m'>Jump to content</a>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<script [^>]+src='[^']+\\/ipb\\.js)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<script [^>]*src='[^']+\\/ipb_global\\.js'>)"
|
||||
},
|
||||
{
|
||||
"text": "<div id=\"ipbwrapper\">"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<div [^>]*class='copyright'>Powered by <[^>]+>Invision Power Board<\\/a>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<script type=\"text\\/javascript\" src='[^']*ips_xmlhttprequest\\.js'><\\/script>)"
|
||||
},
|
||||
{
|
||||
"text": "Powered By <a href='http://www.invisionboard.com' style='text-decoration:none' target='_blank'>IP.Board</a>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:© [0-9]+ <a href='http:\\/\\/www\\.invisionpower\\.com'[^>]*>IPS, Inc<)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:© [0-9]+ <a href='http:\\/\\/www\\.invisionpower\\.com'[^>]*>IPS, <abbr title='Incorporated'>Inc<\\/abbr><)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<a href=\"[^\"]+index\\.php\\?s=[a-z0-9]+&act=Login&CODE=[0-9]+\">Log In<\\/a>)"
|
||||
},
|
||||
{
|
||||
"name": "powered by 1",
|
||||
"regexp": "(?-mix:Powered by <a [^>]+>Invision Power Board<\\/a>([^&]+) © 20[0-9]+)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"name": "powered by 2",
|
||||
"regexp": "(?-mix:([0-9\\.]+) © 20[0-9]+ <a href='http:\\/\\/www\\.invisionpower\\.com'[^>]+>IPS)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"name": "powered by 3",
|
||||
"regexp": "(?-mix:Invision Power Board<\\/a>[\\s]+v([0-9\\.]+) ©)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"name": "powered by 4",
|
||||
"regexp": "(?-mix:Invision Power Board<\\/a>([^&]+)© 20[0-9]+ <a href='http:\\/\\/www\\.invisionpower\\.com')",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user