Skip to content

Commit

Permalink
add Mastodon follow bookmarklet
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasOrlita authored Nov 9, 2022
1 parent e6a2efd commit a739a76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down

0 comments on commit a739a76

Please sign in to comment.