Are you tired of finding great quality content but having to scroll all the way to the bottom of the post just to throw the author your seal of approval in the form of an upvote?
Do you often wish you could see how much reward, votes and views a post has right away when the page loads rather than having to hunt for it?
( sexy.. ain't it? )
If you answered yes to either question above or just want your Steemit.com experience to be slightly more awesome have I got a grand offering for you! Adapted from @bitcoiner's original "Floatvote" I'm proud to release to the general public my own version.
Steemit FloatVote: KLYE Edition
By using the power of CSS and a bit of code wizardry was able to take the voting, views and reward displays from the bottom of the post GUI, sending them to the top right allowing for much more efficient curation or voting. The current setup on Steemit.com forces users to scroll all the way to the bottom of the post to vote, this script solves that problem while adding a bit of colour to the GUI.
Script & Installation
Google Chrome plugin "Tampermonkey" is what I use to run external Javascript code on top of target sites so before you go ahead please go get that installed in order to continue.
Not going to walk you through that part but once you've got Tampermonkey installed find it's little icon and create a new script as displayed in the screenshot given below:
// ==UserScript==
// @name Steemit FloatVote KLYE EDITION
// @namespace http://userstyles.org
// @description Steemit FloatVote - ? Because Voting is Important!
// @author bitcoiner + KLYE
// @homepage https://userstyles.org/styles/132260
// @include http://steemit.com/*
// @include https://steemit.com/*
// @include http://*.steemit.com/*
// @include https://*.steemit.com/*
// @run-at document-start
// @version 0.20160902230543
// ==/UserScript==
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
var views;
var elements;
(function () {
var css = [
".PostFull__footer .Voting {",
" box-shadow: 0px 3px 10px -3px #000;",
"opacity: 80;",
"background: #ffffff;",
"background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);",
"background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);",
"background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);",
"filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );",
" border-radius: 20px !important;",
"border-top-right-radius: 0px !important;",
"border-bottom-right-radius: 0px !important;",
" border: 1px solid #bbb !important;",
" position: fixed !important;",
" padding: 4px 0.5em !important;",
" top: 7% !important;",
" right: 7% !important;",
" z-index: 1000 !important;",
"}",
".PostFull__footer a {",
"font-size: 100% !important;",
// " ",
// " ",
"}",
".PostFull__footer .PostFull__views {",
"left: 92.5%;",
" box-shadow: 0px 3px 10px -3px #000;",
"opacity: 80 !important;",
"background: #ffffff !important;",
"background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%) !important;",
"background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%) !important;",
"background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%) !important;",
"filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ) !important;",
" border-radius: 20px !important;",
"border-top-left-radius: 0px !important;",
"border-bottom-left-radius: 0px !important;",
" border: 1px solid #bbb !important;",
" position: fixed !important;",
" padding: 4px 0.5em 4px 0.33em !important;",
" top: 7% !important;",
" right: 1.5em !important;",
" z-index: 999 !important;",
"}",
"",
".PostFull__footer .PostFull__views",
" .PostFull__footer .Voting__button-up .dropdown-pane {",
" top: inherit !important;",
" bottom: 35px !important;",
"}",
"",
".PostFull__time_author_category {",
" border-right: none !important;",
"}",
".Voting__button-up circle:hover {",
" fill: #4ba2f2 !important; ",
"stroke: #ccc !important;",
"}",
".Voting__adjust_weight {",
" box-shadow: 0px 3px 10px -3px #000;",
" min-height: 44px;",
" margin-top: 4.7% !important;",
"background: #ffffff !important;",
"background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%) !important;",
"background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%) !important;",
"background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%) !important;",
"filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ) !important;",
"border-radius: 20px !important;",
"position: relative !important;",
"top: 7% !important;",
"right: 74.5% !important;",
"padding: 0px 5px 0px 0px !important;",
"border: 1px solid #bbb !important;",
"width: 251px !important;",
"}",
"a.confirm_weight {",
"float: right !important;",
"width: 2rem !important;",
"height: 2.2rem !important;",
"line-height: 2.6rem !important;",
"-webkit-transition: all 0.3s ease 0s !important;",
"-moz-transition: all 0.3s ease 0s !important;",
"-ms-transition: all 0.3s ease 0s !important;",
"-o-transition: all 0.3s ease 0s !important;",
"transition: all 0.3s ease 0s !important;",
"}",
".rangeslider-horizontal {",
" height: 7px !important;",
"width: 200px !important;",
"background: rgba(0,0,0,0.15) !important;",
"float: right !important;",
"margin-top: 18px !important;",
"margin-right: 5px !important;",
"box-shadow: inset 0 2px 4px rgba(0,0,0,.5) !important;",
"}",
".rangeslider__fill {",
"box-shadow: inset 0 1px 3px rgba(0,0,0,.3) !important;",
"}",
"button.Voting__adjust_weight_close {",
"display: none;",
"}",
".dropdown-pane.is-open {",
"border: none !important;",
"}",
"div.rangeslider__handle {",
"background: rgb(255,255,255) !important;",
"background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%) !important;",
"background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%) !important;",
"background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%) !important;",
"filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ) !important;",
"width: 15px !important;",
"border-radius: 15px !important;",
"border-color: #bbb !important;",
" top: -12px !important;",
" box-shadow: 0px 3px 10px -3px #000;",
"}",
"div.rangeslider__handle:active {",
"background: rgb(255,255,255) !important;",
"background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%) !important;",
"background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%) !important;",
"background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%) !important;",
"filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ) !important;",
"width: 15px !important;",
"border-radius: 15px !important;",
"border-color: #bbb !important;",
" box-shadow: 0px 3px 10px -3px #000;",
"}",
".dropdown-pane {",
"box-shadow: none !important;",
"}",
".weight-display {",
"width: 3rem;",
"float: left;",
"margin-right: .5rem;",
"text-align: right;",
"color: #8a8a8a;",
"line-height: 2.6rem;",
"position: absolute;",
"left: 30%;",
"margin-top: 4.2% !important;",
"-webkit-user-select: none;",
"-moz-user-select: none;",
"-ms-user-select: none;",
"}",
".weight-display:after {",
"content: 'Float-Vote @KLYE Edition';",
"font-size: 0.6em;",
"position: absolute;",
"top: -25px;",
" right: -30px;",
"color: #cdcdcd;",
"}",
// "div.Header__top li.Header__search:after {",
// "position: absolute;",
//"content: '🌑';",
// " top: 10px;",
// " right: 19%;",
// "}",
// "div.Header__top li.Header__search.c2:after {",
// "position: absolute;",
// "content: '☀️';",
// " top: 10px;",
//" right: 19%;",
// "}",
".menu.vertical {",
" background: #fff;",
" border: 1px solid #d6d6d6;",
" border-top: none;",
" margin-top: 2px;",
" box-shadow: 0px 4px 14px -3px #000;",
"}",
".menu.vertical>li>a {",
" -webkit-transition: all 0.3s ease 0s;",
" -moz-transition: all 0.3s ease 0s;",
"-ms-transition: all 0.3s ease 0s;",
" -o-transition: all 0.3s ease 0s;",
"transition: all 0.3s ease 0s;",
"}"
].join("\n");
document.addEventListener('DOMContentLoaded', function () {
}, false);
if (typeof GM_addStyle != "undefined") {
GM_addStyle(css);
} else if (typeof PRO_addStyle != "undefined") {
PRO_addStyle(css);
} else if (typeof addStyle != "undefined") {
addStyle(css);
} else {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(css));
var heads = document.getElementsByTagName("head");
if (heads.length > 0) {
heads[0].appendChild(node);
} else {
// no head yet, stick it whereever
document.documentElement.appendChild(node);
}
}
})();
ctrl + c
ctrl + s
to save your new Float-Vote Script!That's it! Float-Vote: KLYE Edition Should be Working!
VOTE @KLYE FOR WITNESSsteemit.com/~witnesses |
---|
Very cool! On my way to 500 STEEM...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i followed you , plz follow me back...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Please don't beg for follows on my posts. <3
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You'll get there eventually!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Innovation in action@klye. very impressive and the reason why steemit is great..because of people like you comming up with ideas that will help all.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks Charles! While not a perfect implementation of my idea it does seem to work for voting atleast..!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good point. At least you are adding value to the platform. Thanks and keep it up.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
https://steemit.com/test/@klye/yourposturlhereplz
@tippy roll 100000
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
26402
( roll was between 1 - 100000 )
( click reply & type @tippy help for commands )
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good Very Very
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i upvoted to you and i followed you , plz follow me back... and Upvote
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Goood
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i upvoted to you and i followed you , plz follow me back... and Upvote
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Can I have a version that has an
animated
upvote 💥 explosion?Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's a possibility. :P
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Question..... do you have to have 500 Steem in your account or 500 Steem Power for that voting bar to be enabled?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
500 STEEM Power! :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
u,,,,
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
? What?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
oh wow, real nice work done! It's good to have steemdevs around on the network itself. Not a waste of time anymore haha! Good work, sir. You've helped the masses. Cheers!
#follow4follow
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This is a great way to innovate the way we use Steemit and utitlize it's mechanics :). Personally, I had no clue Steemit was open sourced but the more you know... Do you think you'd be able to show this to any of the Steemit administration and have this script implemented in the actual website? If not, I know you can definitely shoot for it! I'll be trying this out in the future, I'll let you know how it feels for me!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I could pass it on to the higher-ups and see what they think about it!
Heard rumour that Steemit Inc might be working on revamping the voting GUI a bit.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i upvoted to you and i followed you , plz follow me back... and Upvote
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You couldn't add the one thing that would've been useful after the HF? To scale the votes with 1 or 2 more decimals?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's under development from steemit inc as far as I have heard.. :D
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i upvoted to you and i followed you , plz follow me back... and Upvote
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You have a new friend and follower @cryptonews-24 ! Thank you
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Another cool and useful innovation @klye ! Thank you for the efforts to improve the community !
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
i upvoted to you and i followed you , plz follow me back... and Upvote
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
No problem man, honestly I just enjoy tinkering and making things to make life easier.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@klye I love this and have been using it for 5 hours now. Thanks so much !!! Very handy tool.
How hard or is it even possible to make an add-on that filters out resteems to get at the original posters posts ?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'll see what I can spin up in a bit. :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
totally rad
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
this is a great question dabu...I've been wondering it myself. It's a bit more complicated then the float vote, because you need to pull MORE posts from steemd, to essentially replace the resteeemed ones. But it should absolutely be possible...especially with the javascript websocket rpc library
I've been thinking about this, going to try playing with it, it's a bit out of my comfort zone, but hey!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks so much @itchykitten ! It seems to be a feature that alot of people are wanting. I'm now following you, especially after reading your Amazing Intro ! I'm glad you found your way here.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Cheers ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thats a very crazy and helpful tool
you guys make the steem community
marveles place to be at in socialmedia
Thank you very much for sharing this know how
Resteemd, Upvt. Followd Cheers Mate
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
No worries. It does help speed up voting / curating for sure.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you a lot man! you teach me a lot with this post! never used tampermonkey! thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's a nifty little plugin to help you add functionality to sites. :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That is great
I d love to get it
But I still have a bit to go to get the 500steem power
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You'll get there eventually!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
For that reason I am on 100% power up
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You actually could get more STEEM by taking 50/50 payouts and selling the SBD on an exchange then buying STEEM with it to be honest. ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
That is true
Thank you
Yes sure I will have to do so from now on
Have a lovely time
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yea, I really like the fact that is all mostly css, usually I am skeptic about injecting scripts but this looks all visual manipulation, please have my .01 upvote :D
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's nearly all CSS tweaks. All that is being done is taking the voting, view and reward elements and moved them upwards while skinning them a bit more pretty. :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@klye great work. But installing extension to web browser to install extension well i think you should develop dedicated chrome/ff extension ! :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Never made one.. Guess I could try!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
it's stupid easy, all javascript / html
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very cool feature, I personally don't mind scrolling all the way down to vote on a post I like, but I could see it very useful if you vote a lot! Trying to get to the 500 STEEM mark so I can enable the upvote bar, would be really help me allocate my votes! Thanks for the info!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Aye, I'm all about trying to make the most out of my time.. Been using this tool for a bit now and figured I should share my mod of it.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I agree!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great idea!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Brilliant stuff!! Thanks for sharing. I didn't even know tampermonkey existed. Useful!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I knew of greasemonkey but not tampermonkey... there's a few of these available for several browsers now. They can do all kinds of cool things to webpages automatically for you.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It's a good one for sure. :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great. Now I wait until I have 500 . Thank you so much for the right advice and guidance.
I run to 500!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for your information friend.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Take my full upvote you sexual dolphin.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Upvoted 100% using My NEW Float-Vote - Klye Edition (on Firefox even)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good tutorial but scrolling has its own enjoyable taste for many who like to play with the mouse wheel anyway. but for those who hate it this is the best guide @klye
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Will hopefully save many needless scrollin'!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
great! thanks for sharing
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Wonderful idea...had to scroll so far down to upvote and comment on this. Thanks for sharing
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nice!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I follow you and you can me.
This is awesome
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great post. I have to try it!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
almost at 500SP, oh wait - not!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Wow very cool man. Thanks for adding some new features that allow us to increase efficiency when we are spending hours a day reading and skimming content. Your work is much appreciated @klye
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I still grow and grow to 500! Sad)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit