From a739a76b47d222d42743f80f0f5ebdad85322a80 Mon Sep 17 00:00:00 2001 From: Thomas Orlita Date: Wed, 9 Nov 2022 20:44:06 +0100 Subject: [PATCH] add Mastodon follow bookmarklet --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 909892f..2f6a014 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,8 @@ These bookmarklets open an external site with some information from the current ### Is it down? javascript:void(open('https://downforeveryoneorjustme.com/' + location.hostname)); +### Follow a Mastodon user on your instance (`[INSTANCE HOSTNAME]`) + javascript:location.href='https://[INSTANCE HOSTNAME]/authorize_interaction?uri='+document.querySelector("h1 > small").innerText ---