Add template userscript

This commit is contained in:
Nova Cat 2024-11-14 20:59:43 -08:00
parent a7f9d72ea3
commit 4b463eb372

17
builded-dev.user.js Normal file
View file

@ -0,0 +1,17 @@
// ==UserScript==
// @name Builded
// @namespace https://git.swee.codes/swee/Builded
// @version 1.0
// @description Vencord, but for Guilded
// @author Swee
// @match https://guilded.gg
// @icon https://www.google.com/s2/favicons?sz=64&domain=guilded.gg
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})();