Bookmarklets - sgml/signature GitHub Wiki
Heartbeat
javascript:void(window.setInterval(function(){var foo = new XMLHttpRequest(); foo.open('GET', ''); foo.send(); }, 10000))
Wikisource Typography (Hammurabi)
document.styleSheets[0].insertRule('p{ margin-bottom: 5em; font-size: 1.5em; }')
Social Bookmarklets
https://glitch.com/~bookmarklet
References
https://www.codeproject.com/Articles/9607/Prevent-Session-Timeout-in-ASP-NET
http://www.webdevbros.net/2006/12/14/keep-session-alive-with-javascript/
https://css-tricks.com/snippets/jquery/