Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised) by klye

View this thread on steempeak.com
· @klye · (edited)
$315.36
Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)
<center>![](https://steemitimages.com/DQmegYmNRbc7wwDwJ2TxmrUAkv34owh1s1LEJvVR8HANbFo/image.png)</center>

If you're anything like me the most natural way to save a file or your work is the handy dandy <code>ctrl + s</code> shortcut. Nearly all programs use this to save your work and rather than fight with my self to reprogram my nature I decided to make a quick little Steemit.com mod!

<center><h1>How it Works, Installation and Code</h1></center>

By using the chrome / firefox plugin [Tampermonkey](https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiLzqfeuebUAhVC44MKHfk9CpsQFggoMAA&url=https%3A%2F%2Fchrome.google.com%2Fwebstore%2Fdetail%2Ftampermonkey%2Fdhdgffkkebhmkfjojejmpbldmpobfkfo%3Fhl%3Den&usg=AFQjCNH4m9IkKXa8qEs7FQV7Fiv08bFjLA)(or equivalent) we're able to monitor the keyboard for key press input. By taking this input and blocking the browsers natural reaction we can implement our own.. In this case rather than saving the whole page we instruct your browser to click the "POST" button on the "https://steemit.com/submit.html" page!

To install this quick and easy script you first must install Tampermonkey (or Greasemonkey). For more in depth instructions on this please refer to my post "[Steemit FloatVote: KLYE Edition](https://steemit.com/steemdev/@klye/steemit-floatvote-klye-edition-never-scroll-to-the-post-bottom-again)" as it's got a pretty detailed walk through on how to accomplish this and I don't feel the need to repeat the steps here. When you've got Tampermoney set up make a new script and copy/paste the following code below:

```
// ==UserScript==
// @name         Steemit Ctrl + S to Post
// @namespace    https://Steemit.com/klye
// @version      0.0.2
// @description  CTRL + S to save post!
// @author       @KLYE
// @include       https://steemit.com/submit.html
// @include       http://steemit.com/submit.html
// @include       http://steemit.com/*
// @include       https://steemit.com/*
// @include       http://*.steemit.com/*
// @include       https://*.steemit.com/*
// @run-at        document-start
// ==/UserScript==
document.addEventListener("keydown", function(e) {
  if (e.keyCode == 83 && (navigator.platform.match("Mac") ? e.metaKey : e.ctrlKey)) {
    e.preventDefault();
document.querySelectorAll("button[type='submit']")[0].click();
  }
}, false);

```
<br>
This code was only tested in Google Chrome so I cannot say for certain that it works in other browsers! Hopefully someone else finds this as useful as I do. Improving work flow and adding extra features is a passion of mine here on Steemit when I'm not working on my other coding projects, glad to release them to my fellow STEEM network users!

v0.0.2 - Now MIGHT work on comments too.. 


<hr>

| &nbsp; &nbsp; https://steemitimages.com/200x200/http://puu.sh/rRLx4/cb96668c43.png | <center> <h4>VOTE @KLYE FOR WITNESS </h4><b><a href="https://steemit.com/~witnesses">steemit.com/~witnesses</a></b> </center> | &nbsp; &nbsp; https://steemitimages.com/200x200/http://puu.sh/rRLx4/cb96668c43.png |
|------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 104 others
properties (23)
post_id5,708,858
authorklye
permlinksteemit-com-mod-ctrl-s-to-submit-post
categorysteemit
json_metadata"{"format": "markdown", "links": ["https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwiLzqfeuebUAhVC44MKHfk9CpsQFggoMAA&url=https%3A%2F%2Fchrome.google.com%2Fwebstore%2Fdetail%2Ftampermonkey%2Fdhdgffkkebhmkfjojejmpbldmpobfkfo%3Fhl%3Den&usg=AFQjCNH4m9IkKXa8qEs7FQV7Fiv08bFjLA", "https://steemit.com/submit.html", "https://steemit.com/steemdev/@klye/steemit-floatvote-klye-edition-never-scroll-to-the-post-bottom-again", "https://steemit.com/~witnesses"], "app": "steemit/0.1", "tags": ["steemit", "steemit-mods", "blog", "technology", "steemdev"], "users": ["klye"], "image": ["https://steemitimages.com/DQmegYmNRbc7wwDwJ2TxmrUAkv34owh1s1LEJvVR8HANbFo/image.png"]}"
created2017-06-30 20:52:06
last_update2017-07-01 04:16:24
depth0
children29
net_rshares37,050,934,855,597
last_payout2017-07-07 20:52:06
cashout_time1969-12-31 23:59:59
total_payout_value254.250 SBD
curator_payout_value61.109 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length3,322
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (168)
@journeyoflife ·
$0.09
Finally !! Thank you for making it easier for us
👍  ,
properties (23)
post_id5,708,921
authorjourneyoflife
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205258038z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 20:52:57
last_update2017-06-30 20:52:57
depth1
children1
net_rshares10,723,665,128
last_payout2017-07-07 20:52:57
cashout_time1969-12-31 23:59:59
total_payout_value0.090 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length48
author_reputation59,490,065,137,068
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@klye ·
You're welcome lovely!
👍  
properties (23)
post_id5,709,061
authorklye
permlinkre-journeyoflife-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205426582z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 20:54:27
last_update2017-06-30 20:54:27
depth2
children0
net_rshares231,977,090
last_payout2017-07-07 20:54:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length22
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@nutela ·
$0.09
>By using the ~~chome~~Chrome / firefox plugin Tampermonkey(or equivalent) we're able to monitor the keyboard for key press input.
👍  
properties (23)
post_id5,709,140
authornutela
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205521543z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 20:55:21
last_update2017-06-30 20:55:21
depth1
children3
net_rshares10,406,935,012
last_payout2017-07-07 20:55:21
cashout_time1969-12-31 23:59:59
total_payout_value0.078 SBD
curator_payout_value0.007 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length130
author_reputation12,751,332,063,284
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@klye ·
Good catch!
👍  
properties (23)
post_id5,710,126
authorklye
permlinkre-nutela-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210646766z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:06:45
last_update2017-06-30 21:06:45
depth2
children2
net_rshares183,295,300
last_payout2017-07-07 21:06:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length11
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@nutela ·
*That's* why I wrote about the [Steemit beautyfier](https://steemit.com/beautifier/@nutela/steemit-post-beautifier)
properties (22)
post_id5,710,609
authornutela
permlinkre-klye-re-nutela-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t211213723z
categorysteemit
json_metadata"{"app": "steemit/0.1", "links": ["https://steemit.com/beautifier/@nutela/steemit-post-beautifier"], "tags": ["steemit"]}"
created2017-06-30 21:12:12
last_update2017-06-30 21:12:12
depth3
children0
net_rshares0
last_payout2017-07-07 21:12:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length115
author_reputation12,751,332,063,284
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@klye ·
test
properties (22)
post_id5,740,691
authorklye
permlinkre-klye-re-nutela-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170701t041512109z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-01 04:15:12
last_update2017-07-01 04:15:12
depth3
children0
net_rshares0
last_payout2017-07-08 04:15:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length4
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@johano ·
$0.09
Thanks for sharing @klye. So many smart people on board !
👍  
properties (23)
post_id5,709,149
authorjohano
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205528252z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["klye"], "tags": ["steemit"]}"
created2017-06-30 20:55:24
last_update2017-06-30 20:55:24
depth1
children1
net_rshares10,407,012,387
last_payout2017-07-07 20:55:24
cashout_time1969-12-31 23:59:59
total_payout_value0.078 SBD
curator_payout_value0.007 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length57
author_reputation7,281,522,942,561
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@klye ·
$0.02
This community is full of high IQ individuals for sure! (myself excluded, I'm as smart as rock)
👍  
properties (23)
post_id5,710,197
authorklye
permlinkre-johano-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210729995z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:07:30
last_update2017-06-30 21:07:30
depth2
children0
net_rshares2,869,551,579
last_payout2017-07-07 21:07:30
cashout_time1969-12-31 23:59:59
total_payout_value0.019 SBD
curator_payout_value0.003 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length95
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@digimad ·
$0.15
Cool idea! Great to see these cool things you are making with Tamper Monkey.
👍  ,
properties (23)
post_id5,709,204
authordigimad
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205600777z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 20:56:00
last_update2017-06-30 20:56:00
depth1
children1
net_rshares17,441,721,562
last_payout2017-07-07 20:56:00
cashout_time1969-12-31 23:59:59
total_payout_value0.124 SBD
curator_payout_value0.021 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length76
author_reputation553,774,984,150
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@klye ·
Lots of possibilities and ideas opened up when I started tinkering with tampermonkey!
properties (22)
post_id5,710,625
authorklye
permlinkre-digimad-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t211224003z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:12:24
last_update2017-06-30 21:12:24
depth2
children0
net_rshares0
last_payout2017-07-07 21:12:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length85
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@minnowbooster ·
$0.09
@minnowbooster upvoted this post!
![Banner](http://minnowshares.net/minnowbooster_header.png)
@reggaemuffin got you a 100.0% @minnowbooster upvote, nice!
👍  
properties (23)
post_id5,709,460
authorminnowbooster
permlinkcomment-1498856328296
categorysteemit
json_metadata{}
created2017-06-30 20:58:48
last_update2017-06-30 20:58:48
depth1
children1
net_rshares10,409,720,520
last_payout2017-07-07 20:58:48
cashout_time1969-12-31 23:59:59
total_payout_value0.064 SBD
curator_payout_value0.021 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length119
author_reputation230,261,973,332,657
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@klye ·
Thanks @reggaemuffin!
properties (22)
post_id5,710,588
authorklye
permlinkre-minnowbooster-comment-1498856328296-20170630t211156967z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["reggaemuffin"], "tags": ["steemit"]}"
created2017-06-30 21:11:57
last_update2017-06-30 21:11:57
depth2
children0
net_rshares0
last_payout2017-07-07 21:11:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length21
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@fadel1991 ·
$0.09
Follow and upvote back guys
👍  
properties (23)
post_id5,709,764
authorfadel1991
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210226660z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:02:39
last_update2017-06-30 21:02:39
depth1
children3
net_rshares10,407,244,513
last_payout2017-07-07 21:02:39
cashout_time1969-12-31 23:59:59
total_payout_value0.080 SBD
curator_payout_value0.005 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length27
author_reputation71,706,009,704
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@klye ·
Please refrain from asking for follows on my post.. Thanks! :)
properties (22)
post_id5,710,551
authorklye
permlinkre-fadel1991-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t211135089z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:11:36
last_update2017-06-30 21:11:36
depth2
children2
net_rshares0
last_payout2017-07-07 21:11:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length62
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@fadel1991 ·
Oh okay, no problem for me.
Hope you are happy with to your arrogance. :)
properties (22)
post_id5,710,866
authorfadel1991
permlinkre-klye-re-fadel1991-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t211512676z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:15:18
last_update2017-06-30 21:15:18
depth3
children1
net_rshares0
last_payout2017-07-07 21:15:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length73
author_reputation71,706,009,704
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@serioustalk99 ·
$0.09
Thanks alot @KLYE . I am a chrome user but was wondering if this works on internet explorer too ?
👍  
properties (23)
post_id5,709,930
authorserioustalk99
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210434967z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["klye"], "tags": ["steemit"]}"
created2017-06-30 21:04:36
last_update2017-06-30 21:04:36
depth1
children1
net_rshares10,407,012,387
last_payout2017-07-07 21:04:36
cashout_time1969-12-31 23:59:59
total_payout_value0.084 SBD
curator_payout_value0.001 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length97
author_reputation24,359,404,472
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@klye ·
No clue. IE is basically computer aids imho.
properties (22)
post_id5,710,227
authorklye
permlinkre-serioustalk99-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210751035z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:07:51
last_update2017-06-30 21:07:51
depth2
children0
net_rshares0
last_payout2017-07-07 21:07:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length44
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@heymattsokol ·
$0.09
A simple change that could make a big difference. Thank you!
👍  
properties (23)
post_id5,713,176
authorheymattsokol
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t214223638z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:42:24
last_update2017-06-30 21:42:24
depth1
children1
net_rshares10,409,720,520
last_payout2017-07-07 21:42:24
cashout_time1969-12-31 23:59:59
total_payout_value0.086 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length60
author_reputation75,470,595,669,689
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@klye ·
No problemo sir! I'll be making more Steemit.com mod in the future seeing as how people seem to really be liking the functions and tweaks I'm bringing to the table!
properties (22)
post_id5,713,296
authorklye
permlinkre-heymattsokol-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t214356710z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:43:57
last_update2017-06-30 21:43:57
depth2
children0
net_rshares1,546,274,253
last_payout2017-07-07 21:43:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length164
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@vulturestkn ·
$0.08
Thanks for the time saving shortcut
👍  
properties (23)
post_id5,713,275
authorvulturestkn
permlinkre-klye-2017630t144334546z
categorysteemit
json_metadata"{"app": "esteem/1.4.6", "format": "markdown+html", "community": "esteem", "tags": "steemit"}"
created2017-06-30 21:43:39
last_update2017-06-30 21:43:39
depth1
children1
net_rshares10,410,030,020
last_payout2017-07-07 21:43:39
cashout_time1969-12-31 23:59:59
total_payout_value0.080 SBD
curator_payout_value0.001 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length35
author_reputation73,001,760,450
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@klye ·
You are most welcome!
properties (22)
post_id5,713,721
authorklye
permlinkre-vulturestkn-re-klye-2017630t144334546z-20170630t214834331z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:48:33
last_update2017-06-30 21:48:33
depth2
children0
net_rshares0
last_payout2017-07-07 21:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length21
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@brucebrownftw ·
$0.09
Nice.  Now how about an rm * ran from root with the ctrl+r hot key
👍  
properties (23)
post_id5,713,337
authorbrucebrownftw
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t214422636z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:44:24
last_update2017-06-30 21:44:24
depth1
children1
net_rshares10,410,030,020
last_payout2017-07-07 21:44:24
cashout_time1969-12-31 23:59:59
total_payout_value0.084 SBD
curator_payout_value0.001 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length66
author_reputation1,090,882,005,028
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@klye ·
$0.05
Lmao!

That would be hilarious but I'd probably lose sleep if someone actually ran that and borked their box. :/
👍  
properties (23)
post_id5,713,415
authorklye
permlinkre-brucebrownftw-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t214517521z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 21:45:18
last_update2017-06-30 21:45:18
depth2
children0
net_rshares5,998,489,595
last_payout2017-07-07 21:45:18
cashout_time1969-12-31 23:59:59
total_payout_value0.044 SBD
curator_payout_value0.003 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length112
author_reputation257,698,037,451,488
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@denmarkguy ·
I like the tweaks you're coming up with! Useful stuff.
properties (22)
post_id5,716,719
authordenmarkguy
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t222358498z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 22:24:00
last_update2017-06-30 22:24:00
depth1
children0
net_rshares0
last_payout2017-07-07 22:24:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length54
author_reputation445,542,245,044,464
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@howo ·
Great code ! Sadly I'm on firefox, I might try to port it later :)
properties (22)
post_id5,718,176
authorhowo
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t224306460z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-06-30 22:43:09
last_update2017-06-30 22:43:09
depth1
children1
net_rshares0
last_payout2017-07-07 22:43:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length66
author_reputation102,067,831,711,389
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@greatdabu ·
I'm using tampermonkey for firefox and @klye's floatvote works great, so I imagine this will too
properties (22)
post_id5,726,080
authorgreatdabu
permlinkre-howo-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170701t003722360z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["klye"], "tags": ["steemit"]}"
created2017-07-01 00:37:18
last_update2017-07-01 00:37:18
depth2
children0
net_rshares0
last_payout2017-07-08 00:37:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length96
author_reputation879,922,543,569
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@fatboyjames ·
$0.09
That's a cool way to make everyone's lives easier.
👍  
properties (23)
post_id5,787,913
authorfatboyjames
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170701t145905783z
categorysteemit
json_metadata"{"app": "steemit/0.1", "tags": ["steemit"]}"
created2017-07-01 14:59:06
last_update2017-07-01 14:59:06
depth1
children0
net_rshares10,986,294,414
last_payout2017-07-08 14:59:06
cashout_time1969-12-31 23:59:59
total_payout_value0.082 SBD
curator_payout_value0.007 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length50
author_reputation1,990,164,104,714
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@abdulawal39 ·
The way looks cool and easy. @abdulawal39 followed you hoping you to Keep posting more useful things like this.
properties (22)
post_id5,828,165
authorabdulawal39
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170701t223138764z
categorysteemit
json_metadata"{"app": "steemit/0.1", "users": ["abdulawal39"], "tags": ["steemit"]}"
created2017-07-01 22:31:42
last_update2017-07-01 22:31:42
depth1
children0
net_rshares0
last_payout2017-07-08 22:31:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length111
author_reputation756,639,289,550
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000