the home of serif.blue

feat: add meta for auto updates

dunkirk.sh 59a766a9 84e91af7

verified
+12
bluesky-community-verifications.meta.js
···
+
// ==UserScript==
+
// @name Bluesky Community Verifications
+
// @namespace https://tangled.sh/@dunkirk.sh/serif/verifications
+
// @version 0.2.1
+
// @description Shows verification badges from trusted community members on Bluesky
+
// @author Kieran Klukas
+
// @match https://bsky.app/*
+
// @grant none
+
// @run-at document-end
+
// @updateURL https://tangled.sh/@dunkirk.sh/serif/raw/main/bluesky-community-verifications.user.meta.js
+
// @downloadURL https://tangled.sh/@dunkirk.sh/serif/raw/main/bluesky-community-verifications.user.js
+
// ==/UserScript==
+3 -1
bluesky-community-verifications.user.js
···
// ==UserScript==
// @name Bluesky Community Verifications
// @namespace https://tangled.sh/@dunkirk.sh/serif/verifications
-
// @version 0.2
+
// @version 0.2.1
// @description Shows verification badges from trusted community members on Bluesky
// @author Kieran Klukas
// @match https://bsky.app/*
// @grant none
// @run-at document-end
+
// @updateURL https://tangled.sh/@dunkirk.sh/serif/raw/main/bluesky-community-verifications.user.meta.js
+
// @downloadURL https://tangled.sh/@dunkirk.sh/serif/raw/main/bluesky-community-verifications.user.js
// ==/UserScript==
(() => {