- Copy the code below:
javascript:var name=document.querySelector(".account__header__tabs__name").firstChild.firstChild.innerText; var mastodonAccount=document.querySelector(".account__header__tabs__name").firstChild.children[1].innerText; var mastodonURL=mastodonAccount.split('@'); navigator.clipboard.writeText(mastodonAccount+','+name+','+'https://'+mastodonURL[2]+'/@'+mastodonURL[1]);
- Create a new bookmark.
- Set the bookmarklet name and paste the above as the URL.
I'm using Brave, but it also works on Chrome and Firefox.
You need to be in advanced view. Click on a profile to have it displayed on the right. Then click on the bookmarklet.
Sorry my instructions were not clear enough.
Is it working now?