mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
723 B
JSON
22 lines
723 B
JSON
{
|
|
"name": "aspWebLinks",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "Web app for categorizing links",
|
|
"website": "http://www.fullrevolution.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:Powered By aspWebLinks ([\\d\\.]+) from <A[^>]*HREF=[\"']http:\\/\\/www.fullrevolution.com[^>]*>Full Revolution, Inc.<\\/A>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<A[^>]*HREF=[\"']http:\\/\\/www.fullrevolution.com[^>]*>Powered By aspWebLinks ([\\d\\.]+)<\\/A>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>aspWebLinks ([\\d\\.]+)<\\/title>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|