Skip to content

Commit cccbfb4

Browse files
committed
Test
1 parent 298b835 commit cccbfb4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

test.user.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// ==UserScript==
2+
// @name Test
3+
// @version 0.1
4+
// @downloadURL https://userscripts.codonaft.com/test.user.js
5+
// ==/UserScript==
6+
7+
(_ => {
8+
'use strict';
9+
console.log('test');
10+
})();

0 commit comments

Comments
 (0)