mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
27 lines
689 B
JSON
27 lines
689 B
JSON
{
|
|
"id": "inject",
|
|
"name": "HTML injection",
|
|
"description": "Inject custom HTML code before either the </body> or </head> tag.",
|
|
"version": "1.0",
|
|
"stream": "no",
|
|
"settings": {
|
|
"INJECT_BODY": {
|
|
"context": "multisite",
|
|
"default": "",
|
|
"help": "The HTML code to inject before the </body> tag.",
|
|
"id": "inject-body",
|
|
"label": "body HTML code",
|
|
"regex": "^.*$",
|
|
"type": "text"
|
|
},
|
|
"INJECT_HEAD": {
|
|
"context": "multisite",
|
|
"default": "",
|
|
"help": "The HTML code to inject before the </head> tag.",
|
|
"id": "inject-body",
|
|
"label": "head HTML code",
|
|
"regex": "^.*$",
|
|
"type": "text"
|
|
}
|
|
}
|
|
}
|