mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"name": "Frame",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "This plugin detects instances of frame and iframe HTML elements.",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:<i?frame\\s+)"
|
|
}
|
|
]
|
|
}
|