mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
482 B
JSON
21 lines
482 B
JSON
{
|
|
"name": "MediaWiki",
|
|
"website": "https://www.mediawiki.org",
|
|
"matches": [
|
|
{
|
|
"regexp": "<body[^>]+class=\"mediawiki\""
|
|
},
|
|
{
|
|
"regexp": "<(?:a|img)[^>]+>Powered by MediaWiki</a>"
|
|
},
|
|
{
|
|
"regexp": "<a[^>]+/Special:WhatLinksHere/"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^MediaWiki ?(.+)$",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |