新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
@@ -0,0 +1,24 @@
{
"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_"
}
]
}