Disclaimer does not work without Javascript
"Send your feedback" and "abuse notice" in the banner should work with Javascript disabled.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
this is right but currently we are supporting javascript for various reasons.
@fpietrosanti what do you think?
I think that we should just handle gracefully the error if javascript is disabled, something like "Javascript is disabled in your browser: Enable it to send your feedback or report abuse"
I don't see why you cannot simply make it work with Javascript disabled. Make it a link like this:
a href="...abuseform.html" onclick="....; return false"