the home of serif.blue

feat: add meta for auto updates

dunkirk.sh 59a766a9 84e91af7

verified
+12
bluesky-community-verifications.meta.js
··· 1 + // ==UserScript== 2 + // @name Bluesky Community Verifications 3 + // @namespace https://tangled.sh/@dunkirk.sh/serif/verifications 4 + // @version 0.2.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 + // @updateURL https://tangled.sh/@dunkirk.sh/serif/raw/main/bluesky-community-verifications.user.meta.js 11 + // @downloadURL https://tangled.sh/@dunkirk.sh/serif/raw/main/bluesky-community-verifications.user.js 12 + // ==/UserScript==
+3 -1
bluesky-community-verifications.user.js
··· 1 1 // ==UserScript== 2 2 // @name Bluesky Community Verifications 3 3 // @namespace https://tangled.sh/@dunkirk.sh/serif/verifications 4 - // @version 0.2 4 + // @version 0.2.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 + // @updateURL https://tangled.sh/@dunkirk.sh/serif/raw/main/bluesky-community-verifications.user.meta.js 11 + // @downloadURL https://tangled.sh/@dunkirk.sh/serif/raw/main/bluesky-community-verifications.user.js 10 12 // ==/UserScript== 11 13 12 14 (() => {