Skip to content

Commit a4b7980

Browse files
committed
Test
1 parent ed554d0 commit a4b7980

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// ==UserScript==
22
// @name Userscripts Utilities
3-
// @version 0.1
3+
// @version 0.5
44
// @downloadURL https://userscripts.codonaft.com/utils.js
55
// ==/UserScript==
66

7+
const hide = node => node.style.display = 'none';
8+
79
const err = (e, node) => {
810
console.log(node);
911
console.error(e);

0 commit comments

Comments
 (0)