mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
13 lines
414 B
JSON
13 lines
414 B
JSON
{
|
|
"name": "Applet",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "This plugin detects instances of applet HTML elements and retrieves the URL from the code parameter.",
|
|
"website": "http://en.wikipedia.org/wiki/Java_applet",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:<applet[^>]+code[\\s]*=[\\s]*[\"|']?([^\\s^>^\"^']+)[^>]*>)"
|
|
}
|
|
]
|
|
}
|