新增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
+26
View File
@@ -0,0 +1,26 @@
{
"name": "eFront",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "eFront is a modern learning system, bundled with key enterprise functionality ranging from skill-gap analysis and branch management to tailor-made reports.",
"website": "http://www.efrontlearning.net/",
"matches": [
{
"text": "<body onkeypress = \"if (window.eF_js_keypress) eF_js_keypress(event);\" onbeforeunload = \"if (window.getPeriodicData) getPeriodicData();\">"
},
{
"text": "<script>var BOOKMARKTRANSLATION = 'Bookmarks';var NODATAFOUND = 'No data found';</script>"
},
{
"text": "</script><script>if (__shouldTriggerNextNotifications) { new Ajax.Request(\"send_notifications.php?ajax=1\", {method:'get', asynchronous:true}); } </script>"
},
{
"regexp": "(?-mix:<div><a href = \"http:\\/\\/www\\.efrontlearning\\.net\">eFront<\\/a> \\(version ([^\\)]+)\\) &bull; Community Edition &bull; <a href = \"index\\.php\\?ctg=contact\">)",
"offset": 1
},
{
"regexp": "(?-mix:<script type = \"text\\/javascript\" src = \"js\\/scripts\\.php\\?(build=[\\d]+)&load=[^\"^>]+\"> <\\/script>)",
"offset": 1
}
]
}