We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298b835 commit cccbfb4Copy full SHA for cccbfb4
1 file changed
test.user.js
@@ -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