Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Put this in your userscripts:

Name: Anonymous 2012-04-11 16:18


var l = document.getElementsByTagName('textarea')
for (var i = 0, n = l.length; i < n; i++) {
  if (localStorage['tx_' +  l[i].id] !== undefined) { 
    l[i].value = localStorage['tx_' +  l[i].id];
  }
  l[i].onkeyup = function (event) {
    localStorage['tx_' +  event.target.id] = event.target.value;
  }
}


Clearing the textareas when the form is submitted is left as an excercise for the reader.

Name: Anonymous 2012-04-26 18:53

Name: bampu pantsu 2012-05-29 4:19

bampu pantsu

Don't change these.
Name: Email:
Entire Thread Thread List