This is an implementation of the request in #315, but instead of removing the hint completely, it's shown only when the console has never been used.
The JS on the page sets a cookie when the user types in the console, and hides the hint if that cookie is present. (The cookie will expire after one year.)
This is an implementation of the request in #315, but instead of removing the hint completely, it's shown only when the console has never been used.
The JS on the page sets a cookie when the user types in the console, and hides the hint if that cookie is present. (The cookie will expire after one year.)
Closes #342 Fixes #315