├── README.md ├── content_scripts └── content.js ├── h1-templates.zip ├── manifest.json ├── package.json ├── samples └── xss.md └── web-ext-artifacts └── h1_templates-1.0.xpi /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diego95root/h1-templates/HEAD/README.md -------------------------------------------------------------------------------- /content_scripts/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diego95root/h1-templates/HEAD/content_scripts/content.js -------------------------------------------------------------------------------- /h1-templates.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diego95root/h1-templates/HEAD/h1-templates.zip -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diego95root/h1-templates/HEAD/manifest.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diego95root/h1-templates/HEAD/package.json -------------------------------------------------------------------------------- /samples/xss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diego95root/h1-templates/HEAD/samples/xss.md -------------------------------------------------------------------------------- /web-ext-artifacts/h1_templates-1.0.xpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diego95root/h1-templates/HEAD/web-ext-artifacts/h1_templates-1.0.xpi --------------------------------------------------------------------------------