Created
July 20, 2018 16:38
-
-
Save tyrw/49916d4da1d1befc8659df9f13ddb64e to your computer and use it in GitHub Desktop.
Anymod noscript snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Paste inside the <body> element --> | |
<noscript class="anmd"> | |
Please enable JavaScript to view all available content on this page. | |
<style>noscript.anmd{position:fixed;left:0;right:0;bottom:0;padding:20px;background:#d9edf7;}</style> | |
</noscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment