Hacker News new | ask | show | jobs
by wtfstatists 2755 days ago

    <noscript>
        <style type="text/css">main {display: none;}</style>
        <ul class="list" style="color: white;">
            <li>
                <p class="center">You donve Javascript enabled. Good luck with that.</p>
            </li>
        </ul>
    </noscript>
Wow. Going out of the way to annoy js blockers.
1 comments

This message was initially added more than 5 years ago and not really changed since then :) The related ticket has been fixed and master is now having a better wording for this message https://github.com/movim/movim/issues/737.
I am more refering to the css. All content is fetched without needing js. But its css hidden because ...
I've created a ticket for it https://github.com/movim/movim/issues/738.
Yes indeed for those static pages we could make an exception. I'll see what I can do.