We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2888712 commit 73cfc6cCopy full SHA for 73cfc6c
utils.js
@@ -1,10 +1,11 @@
1
// ==UserScript==
2
// @name Userscripts Utilities
3
-// @version 0.3
+// @version 0.4
4
// @downloadURL https://userscripts.codonaft.com/utils.js
5
// ==/UserScript==
6
7
-const httpOk = _ => performance.getEntriesByType('navigation')[0]?.responseStatus === 200;
+//const httpOk = _ => performance.getEntriesByType('navigation')[0]?.responseStatus === 200;
8
+const httpOk = _ => true;
9
10
const hide = node => node.style.display = 'none';
11
0 commit comments