random bun scripts that dont fit anywhere else

feat: add user script

dunkirk.sh 68b3edaf fba39190

verified
+11
+11
bluesky-community-verifications.js bluesky-community-verifications.user.js
··· 1 + // ==UserScript== 2 + // @name Bluesky Community Verifications 3 + // @namespace https://tangled.sh/@dunkirk.sh/bunplayground 4 + // @version 0.1 5 + // @description Shows verification badges from trusted community members on Bluesky 6 + // @author Kieran Klukas 7 + // @match https://bsky.app/* 8 + // @grant none 9 + // @run-at document-end 10 + // ==/UserScript== 11 + 1 12 (() => { 2 13 // Script has already been initialized check 3 14 if (window.bskyTrustedUsersInitialized) {