Browser turns into quicknotepad and bookmark
2 answers
You can do it, but you need this html instead data:text/html, <html contenteditable>
data:text/html, <html><body><input type=button id="add"
onclick='location.href=location.href.replace(/ENTER TEXT HERE/g,"")+
document.getElementsByTagName("div")[0].innerHTML'
value="ADD to URL" /><br/><br/><div contenteditable>ENTER TEXT HERE
This script adds your body of text to the url, then you can bookmark the current page in your browser. clicking CRTL+D
+2
source to share