I hereby claim:
- I am drt24 on github.
- I am danielrthomas (https://keybase.io/danielrthomas) on keybase.
- I have a public key ASBUk1kEWdwaHOrIbygvQuoWpNgB9XiRvNF92ejiMp58lgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
javascript:(function(){ | |
const MY_MASTO_LOCAL_DOMAIN = 'social.coop'; /* 👈 Change this value */ | |
const MY_MASTO_WEB_DOMAIN = MY_MASTO_LOCAL_DOMAIN; /* 👈 Only change this value if your Masto host is hosted an different domain than the LOCAL_DOMAIN */ | |
function tryAndGetUserName() { | |
/* Profile with a moved banner (e.g. https://mastodon.social/@bramus): follow that link */ | |
const userNewProfile = document.querySelector('.moved-account-banner .button')?.getAttribute('href'); | |
if (userNewProfile) { | |
return userNewProfile.substring(2); | |
} |