mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
537 B
JSON
18 lines
537 B
JSON
{
|
|
"name": "KMSoft-Guestbook",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Guestbook",
|
|
"website": "http://www.kmsoft.org/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<div id=\"footer\">KMSoft Guestbook v ([\\d\\.]+) Powered by <a href=\"http:\\/\\/www.kmsoft.org[\\/]*\">KMSoft<\\/a><\\/div>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>KMSoft Guestbook v([\\d\\.]+)[^<]+<\\/title>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|