These bookmarklets were made by other people and I found them really useful but I no longer remember where I got them so if you know who made them please contact me and I'll add in the credits.
In browser text editor (useful for notes and making bookmarklets on the fly):\
javascript:(function(){window.open('data:text/html;charset=utf-8,<title>TextEditor</title><style>html{height: 100%;}body{margin:0;padding:4%;border:20px solid #eee;background-color:#fff;border-radius:2em}textarea{width:100%;height:100%;border:0 none;font-family:"Lucida Grande",sans-serif;font-size:2em;outline:none;color:#444}</style><body><textarea spellcheck="false" autofocus="autofocus"></textarea></body></html>', '_blank');})();
Estimated time to read:
javascript:(function(){function getTextNodesIn(c){var d=0,b=/^\s*$/;function a(g){if(g.nodeType==3){if(!b.test(g.nodeValue)){d+=g.nodeValue.split(" ").length}}else{for(var f=0,e=g.childNodes.length;f<e;++f){a(g.childNodes[f])}}}a(c);return d}alert("Estimated reading time: "+(getTextNodesIn(document.body)/250)+" minutes")}());
A bookmarklet version which allows local storage so no worries about closing it but Chrome currently considers it malicious: http://blog.getsetbro.com/Bookmarklet-to-make-your-browser-a-Text-Editor.html
In browser text editor (useful for notes and making bookmarklets on the fly):\
javascript:(function(){window.open('data:text/html;charset=utf-8,<title>TextEditor</title><style>html{height: 100%;}body{margin:0;padding:4%;border:20px solid #eee;background-color:#fff;border-radius:2em}textarea{width:100%;height:100%;border:0 none;font-family:"Lucida Grande",sans-serif;font-size:2em;outline:none;color:#444}</style><body><textarea spellcheck="false" autofocus="autofocus"></textarea></body></html>', '_blank');})();
Estimated time to read:
javascript:(function(){function getTextNodesIn(c){var d=0,b=/^\s*$/;function a(g){if(g.nodeType==3){if(!b.test(g.nodeValue)){d+=g.nodeValue.split(" ").length}}else{for(var f=0,e=g.childNodes.length;f<e;++f){a(g.childNodes[f])}}}a(c);return d}alert("Estimated reading time: "+(getTextNodesIn(document.body)/250)+" minutes")}());
A bookmarklet version which allows local storage so no worries about closing it but Chrome currently considers it malicious: http://blog.getsetbro.com/Bookmarklet-to-make-your-browser-a-Text-Editor.html