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.
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.
| Step | Image |
|---|---|
| 1. Save New Bookmark | |
| 2. Edit Bookmark | |
| 3. Replace URL with Code | |
| 4. Save and Finish |
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.
| Step | Image |
|---|---|
| 1. Save New Bookmark | |
| 2. Edit Bookmark | |
| 3. Replace URL with Code | |
| 4. Save and Finish |
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!