mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
864 B
JSON
25 lines
864 B
JSON
{
|
|
"name": "Oracle-Real-User-Experience-Insight",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Oracle Real User Experience Insight - passive network performance analysis and usage analysis",
|
|
"website": "http://www.oracle.com/technetwork/oem/uxinsight/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<title>Oracle Real User Experience Insight \\-\\[ ([^\\s]+@[^\\s]+) \\]\\-<\\/title>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<title>Oracle Real User Experience Insight \\-\\[ ([\\d\\.a-z]+) \\]\\-<\\/title>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div class=\"windowWatermark\">Version: ([^\\s]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"url": "/ruei/rpc.php",
|
|
"text": "{\"retval\":false,\"error_"
|
|
}
|
|
]
|
|
}
|