mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
16 lines
452 B
JSON
16 lines
452 B
JSON
{
|
|
"name": "Script",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "This plugin detects instances of script HTML elements and returns the script language/type.",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:<script(\\s|>))"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<script[^>]+(language|type)\\s*=\\s*['\"]?([^'\"\\s]+)['\"]?)"
|
|
}
|
|
]
|
|
}
|