create account

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

View this thread on: hive.blogpeakd.comecency.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 105 others
properties (23)
authorklye
permlinksteemit-com-mod-ctrl-s-to-submit-post
categorysteemit
json_metadata{"tags":["steemit","steemit-mods","blog","technology","steemdev"],"users":["klye"],"image":["https://steemitimages.com/DQmegYmNRbc7wwDwJ2TxmrUAkv34owh1s1LEJvVR8HANbFo/image.png","https://steemitimages.com/200x200/http://puu.sh/rRLx4/cb96668c43.png"],"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","format":"markdown"}
created2017-06-30 20:52:06
last_update2017-07-01 04:16:24
depth0
children29
last_payout2017-07-07 20:52:06
cashout_time1969-12-31 23:59:59
total_payout_value254.250 HBD
curator_payout_value61.109 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,322
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,810,199
net_rshares37,050,934,855,597
author_curate_reward""
vote details (169)
@abdulawal39 ·
The way looks cool and easy. @abdulawal39 followed you hoping you to Keep posting more useful things like this.
properties (22)
authorabdulawal39
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170701t223138764z
categorysteemit
json_metadata{"tags":["steemit"],"users":["abdulawal39"],"app":"steemit/0.1"}
created2017-07-01 22:31:42
last_update2017-07-01 22:31:42
depth1
children0
last_payout2017-07-08 22:31:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length111
author_reputation755,983,340,111
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,945,358
net_rshares0
@brucebrownftw ·
$0.09
Nice.  Now how about an rm * ran from root with the ctrl+r hot key
👍  
properties (23)
authorbrucebrownftw
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t214422636z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:44:24
last_update2017-06-30 21:44:24
depth1
children1
last_payout2017-07-07 21:44:24
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation1,092,260,798,193
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,815,332
net_rshares10,410,030,020
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)
authorklye
permlinkre-brucebrownftw-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t214517521z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:45:18
last_update2017-06-30 21:45:18
depth2
children0
last_payout2017-07-07 21:45:18
cashout_time1969-12-31 23:59:59
total_payout_value0.044 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,815,417
net_rshares5,998,489,595
author_curate_reward""
vote details (1)
@denmarkguy ·
I like the tweaks you're coming up with! Useful stuff.
properties (22)
authordenmarkguy
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t222358498z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 22:24:00
last_update2017-06-30 22:24:00
depth1
children0
last_payout2017-07-07 22:24:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation1,154,100,647,284,851
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,819,169
net_rshares0
@digimad ·
$0.15
Cool idea! Great to see these cool things you are making with Tamper Monkey.
👍  ,
properties (23)
authordigimad
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205600777z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 20:56:00
last_update2017-06-30 20:56:00
depth1
children1
last_payout2017-07-07 20:56:00
cashout_time1969-12-31 23:59:59
total_payout_value0.124 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation553,507,517,935
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,810,572
net_rshares17,441,721,562
author_curate_reward""
vote details (2)
@klye ·
Lots of possibilities and ideas opened up when I started tinkering with tampermonkey!
properties (22)
authorklye
permlinkre-digimad-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t211224003z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:12:24
last_update2017-06-30 21:12:24
depth2
children0
last_payout2017-07-07 21:12:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,812,177
net_rshares0
@fadel1991 ·
$0.09
Follow and upvote back guys
👍  
properties (23)
authorfadel1991
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210226660z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:02:39
last_update2017-06-30 21:02:39
depth1
children3
last_payout2017-07-07 21:02:39
cashout_time1969-12-31 23:59:59
total_payout_value0.080 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation71,762,794,588
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,811,188
net_rshares10,407,244,513
author_curate_reward""
vote details (1)
@klye ·
Please refrain from asking for follows on my post.. Thanks! :)
properties (22)
authorklye
permlinkre-fadel1991-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t211135089z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:11:36
last_update2017-06-30 21:11:36
depth2
children2
last_payout2017-07-07 21:11:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,812,095
net_rshares0
@fadel1991 ·
Oh okay, no problem for me.
Hope you are happy with to your arrogance. :)
properties (22)
authorfadel1991
permlinkre-klye-re-fadel1991-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t211512676z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:15:18
last_update2017-06-30 21:15:18
depth3
children1
last_payout2017-07-07 21:15:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation71,762,794,588
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,812,459
net_rshares0
@fatboyjames ·
$0.09
That's a cool way to make everyone's lives easier.
👍  
properties (23)
authorfatboyjames
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170701t145905783z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-07-01 14:59:06
last_update2017-07-01 14:59:06
depth1
children0
last_payout2017-07-08 14:59:06
cashout_time1969-12-31 23:59:59
total_payout_value0.082 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation1,990,819,001,274
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,900,003
net_rshares10,986,294,414
author_curate_reward""
vote details (1)
@heymattsokol ·
$0.09
A simple change that could make a big difference. Thank you!
👍  
properties (23)
authorheymattsokol
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t214223638z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:42:24
last_update2017-06-30 21:42:24
depth1
children1
last_payout2017-07-07 21:42:24
cashout_time1969-12-31 23:59:59
total_payout_value0.086 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation76,543,947,856,347
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,815,144
net_rshares10,409,720,520
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 (23)
authorklye
permlinkre-heymattsokol-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t214356710z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:43:57
last_update2017-06-30 21:43:57
depth2
children0
last_payout2017-07-07 21:43:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,815,279
net_rshares1,546,274,253
author_curate_reward""
vote details (1)
@howo ·
Great code ! Sadly I'm on firefox, I might try to port it later :)
properties (22)
authorhowo
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t224306460z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 22:43:09
last_update2017-06-30 22:43:09
depth1
children1
last_payout2017-07-07 22:43:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation514,254,980,461,303
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,820,852
net_rshares0
@greatdabu ·
I'm using tampermonkey for firefox and @klye's floatvote works great, so I imagine this will too
properties (22)
authorgreatdabu
permlinkre-howo-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170701t003722360z
categorysteemit
json_metadata{"tags":["steemit"],"users":["klye"],"app":"steemit/0.1"}
created2017-07-01 00:37:18
last_update2017-07-01 00:37:18
depth2
children0
last_payout2017-07-08 00:37:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation879,266,285,093
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,829,818
net_rshares0
@johano ·
$0.09
Thanks for sharing @klye. So many smart people on board !
👍  
properties (23)
authorjohano
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205528252z
categorysteemit
json_metadata{"tags":["steemit"],"users":["klye"],"app":"steemit/0.1"}
created2017-06-30 20:55:24
last_update2017-06-30 20:55:24
depth1
children1
last_payout2017-07-07 20:55:24
cashout_time1969-12-31 23:59:59
total_payout_value0.078 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation7,273,789,425,613
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,810,516
net_rshares10,407,012,387
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)
authorklye
permlinkre-johano-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210729995z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:07:30
last_update2017-06-30 21:07:30
depth2
children0
last_payout2017-07-07 21:07:30
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length95
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,811,676
net_rshares2,869,551,579
author_curate_reward""
vote details (1)
@journeyoflife ·
$0.09
Finally !! Thank you for making it easier for us
👍  ,
properties (23)
authorjourneyoflife
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205258038z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 20:52:57
last_update2017-06-30 20:52:57
depth1
children1
last_payout2017-07-07 20:52:57
cashout_time1969-12-31 23:59:59
total_payout_value0.090 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation59,559,728,568,586
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,810,270
net_rshares10,723,665,128
author_curate_reward""
vote details (2)
@klye ·
You're welcome lovely!
👍  
properties (23)
authorklye
permlinkre-journeyoflife-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205426582z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 20:54:27
last_update2017-06-30 20:54:27
depth2
children0
last_payout2017-07-07 20:54:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,810,422
net_rshares231,977,090
author_curate_reward""
vote details (1)
@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)
authorminnowbooster
permlinkcomment-1498856328296
categorysteemit
json_metadata""
created2017-06-30 20:58:48
last_update2017-06-30 20:58:48
depth1
children1
last_payout2017-07-07 20:58:48
cashout_time1969-12-31 23:59:59
total_payout_value0.064 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation230,546,282,483,083
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,810,856
net_rshares10,409,720,520
author_curate_reward""
vote details (1)
@klye ·
Thanks @reggaemuffin!
properties (22)
authorklye
permlinkre-minnowbooster-comment-1498856328296-20170630t211156967z
categorysteemit
json_metadata{"tags":["steemit"],"users":["reggaemuffin"],"app":"steemit/0.1"}
created2017-06-30 21:11:57
last_update2017-06-30 21:11:57
depth2
children0
last_payout2017-07-07 21:11:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,812,137
net_rshares0
@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)
authornutela
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t205521543z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 20:55:21
last_update2017-06-30 20:55:21
depth1
children3
last_payout2017-07-07 20:55:21
cashout_time1969-12-31 23:59:59
total_payout_value0.078 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation12,740,113,194,550
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,810,507
net_rshares10,406,935,012
author_curate_reward""
vote details (1)
@klye ·
Good catch!
👍  
properties (23)
authorklye
permlinkre-nutela-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210646766z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:06:45
last_update2017-06-30 21:06:45
depth2
children2
last_payout2017-07-07 21:06:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,811,596
net_rshares183,295,300
author_curate_reward""
vote details (1)
@klye ·
test
properties (22)
authorklye
permlinkre-klye-re-nutela-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170701t041512109z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-07-01 04:15:12
last_update2017-07-01 04:15:12
depth3
children0
last_payout2017-07-08 04:15:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,846,490
net_rshares0
@nutela ·
*That's* why I wrote about the [Steemit beautyfier](https://steemit.com/beautifier/@nutela/steemit-post-beautifier)
properties (22)
authornutela
permlinkre-klye-re-nutela-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t211213723z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://steemit.com/beautifier/@nutela/steemit-post-beautifier"],"app":"steemit/0.1"}
created2017-06-30 21:12:12
last_update2017-06-30 21:12:12
depth3
children0
last_payout2017-07-07 21:12:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation12,740,113,194,550
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,812,161
net_rshares0
@serioustalk99 ·
$0.09
Thanks alot @KLYE . I am a chrome user but was wondering if this works on internet explorer too ?
👍  
properties (23)
authorserioustalk99
permlinkre-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210434967z
categorysteemit
json_metadata{"tags":["steemit"],"users":["klye"],"app":"steemit/0.1"}
created2017-06-30 21:04:36
last_update2017-06-30 21:04:36
depth1
children1
last_payout2017-07-07 21:04:36
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length97
author_reputation24,365,887,100
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,811,375
net_rshares10,407,012,387
author_curate_reward""
vote details (1)
@klye ·
No clue. IE is basically computer aids imho.
properties (22)
authorklye
permlinkre-serioustalk99-re-klye-steemit-com-mod-ctrl-s-to-submit-post-20170630t210751035z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:07:51
last_update2017-06-30 21:07:51
depth2
children0
last_payout2017-07-07 21:07:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,811,712
net_rshares0
@vulturestkn ·
$0.08
Thanks for the time saving shortcut
👍  
properties (23)
authorvulturestkn
permlinkre-klye-2017630t144334546z
categorysteemit
json_metadata{"tags":"steemit","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-06-30 21:43:39
last_update2017-06-30 21:43:39
depth1
children1
last_payout2017-07-07 21:43:39
cashout_time1969-12-31 23:59:59
total_payout_value0.080 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation72,792,921,653
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,815,256
net_rshares10,410,030,020
author_curate_reward""
vote details (1)
@klye ·
You are most welcome!
properties (22)
authorklye
permlinkre-vulturestkn-re-klye-2017630t144334546z-20170630t214834331z
categorysteemit
json_metadata{"tags":["steemit"],"app":"steemit/0.1"}
created2017-06-30 21:48:33
last_update2017-06-30 21:48:33
depth2
children0
last_payout2017-07-07 21:48:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation412,341,527,771,769
root_title"Steemit.com Mod: Ctrl + S to Post v0.0.2 (Revised)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id6,815,769
net_rshares0