Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MALSync/MALSync
/ testForCloudflare
Function
testForCloudflare
test/index.ts:143–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
};
142
143
function
testForCloudflare() {
144
if
(
145
document.title ===
'Just a moment...'
||
146
document.title.indexOf(
'Cloudflare'
) !== -1
147
) {
148
return
true;
149
}
150
return
false;
151
}
Callers
1
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected