Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- // Sets the profile pic from Gravatar to Neocities
- const emailSha256hash = 'your email hashed to sha256'; // You can use https://emn178.github.io/online-tools/sha256.html
- if (navigator.userAgent.includes('Screenjesus')) {
- document.getElementsByTagName('body')[0].innerHTML = `<img style="height:100vh; width:100vw; object-fit: contain;" src="https://gravatar.com/avatar/${emailSha256hash}"/>`;
- }
- </script>
Advertisement
Add Comment
Please, Sign In to add comment