AutoSaveDiv

save and restores div.contenteditable texts

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
Dediggefedde
Dnevne instalacije
0
Ukupnih instalacija
128
Ocjene
3 0 0
Verzija
1.04
Stvoreno
21.12.2014.
Ažurirano
03.02.2018.
Size
3,24 KB
Licenza
N/A
Primjenjuje se
Sve stranice

About

Did you ever left the page where you were writing some larger text? Like you're writing a new blog-entry and accidentally click on your favourites or alt+left-arrow?

Then you will enjoy Addons like Lazarus or History Form Control that save the content automatically and with a few clicks you can restore any text you like, even after a pc-crash.

Many forums use div elements instead of oldfashioned multiline input fields, though. This is thanks to the contenteditable attribute and is perfect for WYSIWYG editors.

However, Addons like Lazarus and History Form Control fail to recognize them as inputs, so text will be lost on accidents again.

This script jumps in and works only on div-elements as used in many popular forum-software (e.g. deviantart.com, WoltLab etc.) nowadays. It saves the text while you write and can restore it with a simple click should you accidentally delete it.

Manual

When you click into a div-field which is supported, the script will add a little blue mark at the left-bottom-corner of the field. A left-click will de-/activate logging the text. A right-click will restore old text. hovering will display any saved text for this icon. Alternatively you can use ctrl+shift+alt+d to de-/activate and ctrl+shift+alt+s to restore text. When logging is active, the mark will change red and you get a red border around your input-field.