mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
715 B
JSON
21 lines
715 B
JSON
{
|
|
"name": "BOOKSolved",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "BOOKSolved - guestbook script",
|
|
"website": "http://www.usolved.net/scripts_9.html",
|
|
"matches": [
|
|
{
|
|
"text": "<!-- BOOKSolved - Copyright by www.usolved.net -->"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<!-- BOOKSolved v([^\\s]+)- Copyright by www\\.usolved\\.net -->)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<tr><td style=\"text-align: center;\">[\\s]*BOOKSolved ([^\\s]+) © by <a href=\"http:\\/\\/www\\.usolved\\.net\" (target=\"_blank\" )?class=\"menu\">USOLVED<\\/a>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|