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,25 @@
|
||||
{
|
||||
"name": "Acclipse",
|
||||
"author": "Andrew Horton",
|
||||
"version": "0.3",
|
||||
"description": "Acclipse is a web CMS found mainly in New Zealand and Australia. It is popular with accountants.",
|
||||
"website": "www.acclipse.com",
|
||||
"matches": [
|
||||
{
|
||||
"name": "Footer link",
|
||||
"regexp": "(?-mix:<a href=\"http:\\/\\/www\\.(acclipse|acclipseweb)\\.(co\\.nz|com\\.au)[\\/]?(for_Businesses)?\" target=\"_blank\"( class=\"poweredbylink\")?>(Software solutions for accountants|Web design New Zealand|Web design Australia)<\\/a>)"
|
||||
},
|
||||
{
|
||||
"name": "Website powered by",
|
||||
"text": "Website powered by <A href=\"http://www.acclipse.com.au\" target=_blank>Acclipse</A>"
|
||||
},
|
||||
{
|
||||
"name": "acclipse link with uppercase A href",
|
||||
"text": "<A href=\"http://www.acclipse.co.nz/\" target=_blank></A>"
|
||||
},
|
||||
{
|
||||
"name": "https://secure.acclipse.com link",
|
||||
"regexp": "(?-mix:https:\\/\\/secure\\.acclipse(web)?\\.com\\/[^\\/]*\\/index\\.cfm)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user