MCPcopy
hub / github.com/xcanwin/KeepChatGPT / blockStorageDialog

Function blockStorageDialog

KeepChatGPT.user.js:3030–3034  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3028 拦截持久存储弹窗
3029 */
3030 const blockStorageDialog = () => {
3031 if (navigator.storage && navigator.storage.persist) {
3032 navigator.storage.persist = () => Promise.resolve(false);
3033 }
3034 };
3035
3036 const user_info = userInfo();
3037 bootstrapDomStable();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected