mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"name": "wpQuiz",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "wpQuiz is a fully-featured quiz script.",
|
|
"website": "http://www.wireplastik.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<title>[^>]*>> [Register|Login]+ - wp[q|Q]+uiz<\\/title>)"
|
|
},
|
|
{
|
|
"text": "<div class='small' style='text-align: center;'>Powered by wpQuiz</div>\n"
|
|
}
|
|
]
|
|
}
|