可以使用纯 CSS 显示隐藏的输入字段吗?

Can a hidden input field be shown using pure CSS?

可以使用纯 CSS 显示 <input type="hidden"> 字段吗?

我想使用像 Stylus 这样的浏览器扩展来修改网页的 CSS。我尝试添加一个 display: block 样式,希望输入字段只有一个全局浏览器样式来阻止它被渲染,但它似乎不起作用。

Hidden inputs are completely invisible in the rendered page, and there is no way to make [them] visible in the page's content.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/hidden