Inspect and view changes in Automatically reveal hidden HTML elements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Reveal hidden HTML",
"version": "1.7resigned1",
"author": "Nathan Nichols",
"description": "Unhides hidden HTML. Also, has a tool that fixes some websites with broken form validation Javascript by forcing an HTTP post.",
"applications": {
"gecko": {
"id": "SubmitMe@0xbeef.coffee",
"strict_min_version": "42.0"
}
},
"icons": {
"16": "icons/16x16.png",
"48": "icons/48x48.png"
},
"permissions": [
"contextMenus",
"webRequest",
"activeTab",
"notifications"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"passive_improve_css.js"
]
}
],
"page_action": {
"browser_style": true,
"default_icon": {
"16": "icons/16x16.png",
"48": "icons/48x48.png"
},
"default_title": "Submit Me",
"default_popup": "popup/popup.html"
},
"background": {
"scripts": [
"background.js"
]
}
} Best Automatically reveal hidden HTML elements Alternatives
Here are some Firefox add-ons that are similar to Automatically reveal hidden HTML elements:
Display Hidden Elements
SV368
Remove HTML Elements
Sevina
HTML Content Blocker
ilGur
HideIt
sizvix
HTMLRemover
MagiKirby
Form Hack
Leonidas Christou
HTML Comment Finder
VRZ
Accessibility Insights for Web
Iitysthanhk
Unhide
elvar333
OnlyHTML
Vishwa R
a11y.css accessibility checker
Stephane Deschamps
Hide Unwanted Elements (by Name too)!
FeVerSeCtioN