Searches seemingly only turn up solutions that use JavaScript. I want to present a Cookie consent message that is visible even when the visitor is using a scriptblocker, so I am wondering if this may be done with CSS and HTML, without any JS at all?
The visible part is one thing. Then there is the question of interacting with it: Some links looking like buttons may suffice to send the visitor to the Privacy Policy page, etc.
However, what to use to register the Consent, which means setting/changing a cookie? Can that be done while the scriptblocker is actively blocking any scripts? (using just HTML..?)
As a consequence, a page reload triggered by a click would be acceptable.