mirror of
https://github.com/safing/web
synced 2025-04-10 22:19:10 +00:00
3 lines
No EOL
89 B
JavaScript
3 lines
No EOL
89 B
JavaScript
document.querySelectorAll('nojs').forEach((nojs) => {
|
|
nojs.style.display = "none"
|
|
}); |