Skip to content

Commit 73cfc6c

Browse files
committed
Debug
1 parent 2888712 commit 73cfc6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils.js

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

7-
const httpOk = _ => performance.getEntriesByType('navigation')[0]?.responseStatus === 200;
7+
//const httpOk = _ => performance.getEntriesByType('navigation')[0]?.responseStatus === 200;
8+
const httpOk = _ => true;
89

910
const hide = node => node.style.display = 'none';
1011

0 commit comments

Comments
 (0)