Y
Hacker News
new
|
ask
|
show
|
jobs
by
nickelpro
1083 days ago
The only purpose of the noscript tag is turn the visibility back on and maybe setup some other noscript-specific styling.
<noscript> <style> body {visibility: visible; opacity: 1;} </style> </noscript>
1 comments
vbezhenar
1083 days ago
Thanks for clarification, that’s a neat idea.
link