Thanks to @anarcist69 for responding to my feature suggestion for a bookmarklet browser button to allow us to switch between Steemit.com and Steempeak.com easily, from within a browser.
I have taken the very simple buttons he made using javascript and merged them into one single button that can be used to easily switch between most pages on the two sites. Note: not all pages on the two sites have equivalents, so not all will work with this button.
The original 2 buttons by @anarcist69 are here - however, they currently only allow you to move in one direction - from either steemit to steempeak or in reverse (using 1 of 2 buttons).
My button code combines the two into one, so you can just click one button regardless of whether you are viewing steempeak.com or steemit.com and you will be taken to the equivalent page on the other site. Pretty cool!
Instructions
Eventually this code will become available as a button that can be dragged onto your browser toolbar area and then used. For now you can install this button as follows:
- Right click on your browser's toolbar area and choose 'New Bookmark' (or equivalent).
- Name the bookmark something like 'Steempeak / Steemit'.
- Copy and paste the following code into the bookmark location/target/destination box for your new bookmark and then click ok/save.
javascript:(function(){ if(window.location.host==='steempeak.com') {window.location.href='https://steemit.com'+window.location.pathname+window.location.search} else if (window.location.host==='steemit.com'){window.location.href='https://steempeak.com'+window.location.pathname+window.location.search} }());
Your new button should now allow you to switch between Steempeak and Steemit with the ease of a gliding baboon in a squirrel suit. :)
Wishing you well,
Ura Soul
Vote @ura-soul for Steem Witness!

(Witnesses are the computer servers that run the Steem Blockchain.
Without witnesses there is no Steem, Steemit, DTube, Utopian or
Busy... You can really help Steem by making your 30 witness votes count!)


