the home of serif.blue
1# Bluesky Community Verifications
2
3<img src="https://cachet.dunkirk.sh/emojis/bluesky/r" height="175" align="right" alt="Bluesky logo">
4
5> ### Verify profiles you trust 💙
6>
7> A userscript that lets you appoint your own trusted verifiers and display verifications from their `app.bsky.graph.verification` collection.
8>
9> ⚠️ **extremely rapidly iterating so nothing is stable** - so far everything is still backwards compatible though!
10
11## 🏗️ Usage
12
13By default we have `bsky.app`, `nytimes.com`, `wired.com`, and `theathletic.bsky.social` as trusted verifiers. You can add more by going to bluesky settings and clicking on "Community Verifications"
14
15That will open a modal where you can add more trusted verifiers and modify how the verification badge looks.
16
17
18
19## 🔧 Installation
20
211. Install a userscript manager for your browser:
22 - Chrome: [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
23 - Firefox: [Tampermonkey](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/)
24 - Safari: [Tampermonkey](https://apps.apple.com/app/tampermonkey/id1482490089)
25 - Edge: [Tampermonkey](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd)
26 - Opera: [Tampermonkey](https://addons.opera.com/en/extensions/details/tampermonkey-beta/)
27
282. Click [here](https://github.com/taciturnaxolotl/serif/raw/refs/heads/main/bluesky-community-verifications.user.js) to install the script.
29
30## 📜 License
31
32The code is licensed under `AGPL 3.0`! That means AGPL 3.0 requires publishing source code changes when the software is used over a network, guaranteeing that users can access the code. All artwork and images are copyright reserved but may be used with proper attribution to the authors.
33
34<p align="center">
35 <img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" />
36</p>
37
38<p align="center">
39 <i><code>© 2025-present <a href="https://github.com/taciturnaxolotl">Kieran Klukas</a></code></i>
40</p>
41
42<p align="center">
43 <a href="https://github.com/taciturnaxolotl/serif/blob/master/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
44</p>