mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
592 B
JSON
17 lines
592 B
JSON
{
|
|
"name": "Google-API",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "This plugin identifies references to Google API in <script>.",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:<script[^>]+src[\\s]*=[\\s]*[\"|']?http:\\/\\/www.google.com\\/jsapi[^>]*>[\\s]*<\\/script[\\s]*>)",
|
|
"string": "Dynamic"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<script[^>]+src[\\s]*=[\\s]*[\"|']?http:\\/\\/ajax.googleapis.com\\/([a-zA-Z0-9\\/\\.-_]+)[\"|']?[^>]*>[\\s]*<\\/script[\\s]*>)"
|
|
}
|
|
]
|
|
}
|