My two most favorite Steemit Shortcuts.

in marketing •  7 years ago 

steemd-to-steemitcover.gif

Hey Steemians,
So I want to share with you two of my all-time favorite tools for steemit. They are really simple and for the most part genius!

Unfortunately, I didn't write this script but the person who did was obviously a cool guy ;) Hats off to them. So without further ado, below are my two most favorite tools.


Go to anyone's Steemit Page instantly

This is a super simple bookmark code that you can save to your bookmark bar and simply click to navigate to any user on steemit.
  1. Step 1: Save a new bookmark (doesn't matter which one) to your bookmark bar.
  2. Right-click -> Edit: and then replace the Name with something like "Steemit Go to" or something of your choosing.
  3. Replace the URL address with:
javascript:(function(){var account = window.getSelection().toString(); try { if(localStorage.getItem('blog') != null) account = localStorage.getItem('blog'); } catch(e) {} account = prompt('Steemit GoToBlog\n\nEnter a Steemian\'s username to go to their blog:\n\n(NOTE: This will load in the current tab.)\n\n', account.toLowerCase()); if(account != null && account != '') { try { localStorage.setItem('blog', account.toLowerCase()); } catch(e) {} location.assign('https://steemit.com/@' + account.toLowerCase()); } })(); 

Save and then click the bookmark to enter the name of any user on steemit. Easy as that.


StepImage
1. Save New Bookmark
2. Edit Bookmark
3. Replace URL with Code
4. Save and Finish

pagebreak.gif

Switch Between Steemd.com and Steemit.com Instantly


This is another great little tool that allows you to switch between anyones profile and their steemd page. All with just a single click.

  1. Step 1: Save a new bookmark (doesn't matter which one) to your bookmark bar.
  2. Right-click -> Edit: and then replace the Name with something like "[Steemit ↔ Steemd]" or something of your choosing.
  3. Replace the URL address with:
javascript:(function(){location.assign("//" + ((location.hostname == "steemd.com") ? "steemit.com" : "steemd.com") + ((location.pathname.split("/")[1].indexOf("@") == -1) ? location.pathname : ("/" + location.pathname.split("/")[1])))})();

Save and then click the bookmark to enter the name of any user on steemit. Easy as that.


StepImage
1. Save New Bookmark
2. Edit Bookmark
3. Replace URL with Code
4. Save and Finish
steemd-to-steemitlq.gif

So that concludes my little tool tips. If you want to know anything or have a request for another tool just let me know. The possibilities are endless.
Later Alligator!

pagebreak.gif

Upvote, Follow, Resteem

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

very handy shortcut...will use it.. :)

I dont know anything about coding so my personal little discovery from your tuts was how use code
to present a separate string of text or code
Thank you, great tips! Will follow you for more : )

I just followed the instructions and bookmarked your article for future use. Thanks for these useful tips!

Those are pretty handy Javascript snippets. I learned a little JS awhile ago, so it's nice to see little tricks like this. Thanks for sharing!

Great Tips.

good idea you have for everybody's awareness <3

lol i don't know why I never thought of the whole starring a page for direct access. Good thing you pointed it out or I would still be going through my friends searching for them. Thank you :)

Congratulations! This post has been upvoted from the communal account, @minnowsupport, by Digital_dude [nathenial] from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows. Please find us at the Peace, Abundance, and Liberty Network (PALnet) Discord Channel. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.

If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: 50SP, 100SP, 250SP, 500SP, 1000SP, 5000SP.
Be sure to leave at least 50SP undelegated on your account.