https://github.com/7twin/devrant-comment-rant-saver
Save comment or rant, when accidentally clicking outside the textbox area
https://github.com/7twin/devrant-comment-rant-saver
Last synced: 5 months ago
JSON representation
Save comment or rant, when accidentally clicking outside the textbox area
- Host: GitHub
- URL: https://github.com/7twin/devrant-comment-rant-saver
- Owner: 7twin
- Created: 2018-05-27T03:37:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T05:00:50.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T01:11:27.927Z (8 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-devrant - devrant-comment-rant-saver - Save comment or rant, when accidentally clicking outside the textbox area (Uncategorized / Uncategorized)
README

# devrant-comment-rant-saver
Save comment or rant, when accidentally clicking outside the textbox area# TOC
* [Screenshots](#screenshots)
* [Download](#download)
* [Possible ToDo](#possible-todo)# Screenshots
# Download
Download tampermonkey:* **Chrome:** https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
* **Firefox:** https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/
* **Opera:** https://addons.opera.com/en/extensions/details/tampermonkey-beta/
* **Other:** https://tampermonkey.net/ (follow instructions there)Then install the user-script here: https://github.com/7twin/devrant-comment-rant-saver/raw/master/devrant-comment-rant-saver.user.js
# Possible ToDo
- [ ] Save rants and comments to localstorage, so they can be recovered even if the tab or browser was closed
> Note: make sure to distinguish between the input used for editing a post and an actual new rant/comment textbox, because they have the same name (in case of rant edit: maybe check the url, if the rant input is being saved on a rant page or on the feed?)