mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
535 B
JSON
16 lines
535 B
JSON
{
|
|
"name": "MetaGenerator",
|
|
"author": "Andrew Horton, Andrew Horton",
|
|
"version": "0.4",
|
|
"description": "This plugin identifies meta generator tags and extracts its value.",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"regexp": "(?i-mx:<meta[^>=]+content[\\s]*=[\\s]*[\"|']?([^\"^'^>]+)[\"|']?[^>=]+name[\\s]*=[\\s]*[\"|']?generator[\"|']?)"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<meta[^>=]+name[\\s]*=[\\s]*[\"|']?generator[\"|']?[^>=]+content[\\s]*=[\\s]*\"([^\"'>]+)\")"
|
|
}
|
|
]
|
|
}
|