mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"name": "Ophal",
|
|
"website": "http://ophal.org",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "Ophal(?: (.+))? \\(ophal\\.org\\)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Ophal(?: (.+))? \\(ophal\\.org\\)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "ophal\\.js"
|
|
}
|
|
],
|
|
"implies": "Lua"
|
|
} |