tangled
alpha
login
or
join now
dunkirk.sh
/
bunplayground
1
fork
atom
random bun scripts that dont fit anywhere else
1
fork
atom
overview
issues
pulls
pipelines
feat: add user script
dunkirk.sh
11 months ago
68b3edaf
fba39190
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+11
1 changed file
expand all
collapse all
unified
split
bluesky-community-verifications.user.js
+11
bluesky-community-verifications.js
bluesky-community-verifications.user.js
···
1
1
+
// ==UserScript==
2
2
+
// @name Bluesky Community Verifications
3
3
+
// @namespace https://tangled.sh/@dunkirk.sh/bunplayground
4
4
+
// @version 0.1
5
5
+
// @description Shows verification badges from trusted community members on Bluesky
6
6
+
// @author Kieran Klukas
7
7
+
// @match https://bsky.app/*
8
8
+
// @grant none
9
9
+
// @run-at document-end
10
10
+
// ==/UserScript==
11
11
+
1
12
(() => {
2
13
// Script has already been initialized check
3
14
if (window.bskyTrustedUsersInitialized) {