Add template userscript
This commit is contained in:
parent
a7f9d72ea3
commit
4b463eb372
1 changed files with 17 additions and 0 deletions
17
builded-dev.user.js
Normal file
17
builded-dev.user.js
Normal 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...
|
||||
})();
|
Loading…
Reference in a new issue