mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
14 lines
385 B
JSON
14 lines
385 B
JSON
{
|
|
"name": "Infusionsoft",
|
|
"website": "http://infusionsoft.com",
|
|
"matches": [
|
|
{
|
|
"regexp": "<input [^>]*name=\"infusionsoft_version\" [^>]*value=\"([^>]*)\" [^>]*\\/>",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<input [^>]*value=\"([^>]*)\" [^>]*name=\"infusionsoft_version\" [^>]*\\/>",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |