@Yoruka@eientei.org @gabi@freesoftwareextremist.com @iamtakingiteasy@eientei.org @Suiseiseki@freesoftwareextremist.com @sally@freesoftwareextremist.com @Zergling_man@sacred.harpy.faith This is a way to do it without any JS
(you can also have a noscript in the body and have it cover up the message, but I think this is cleaner)
<!DOCTYPE html>
<html>
<head>
<style>
#noscript {
display: none;
}
</style>
<noscript>
<style>
#noscript {
display: block;
}
#script {
display: none;
}
</style>
</noscript>
</head>
<body>
<div id="noscript">
website content
</div>
<div id="script">
We have detected that you have JavaScript enabled in your browser, please disable it to continue. Please be aware that your browser has a severe vulnerability, as it performs remote code execution of malicious JavaScript automatically.
</div>
</body>
</html>
Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
reimu@mk.fumo.pictures's status on Sunday, 09-Mar-2025 15:16:45 JST reimu