Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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()); } })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement