mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-07-31 18:36:44 +02:00
Bug fixes
This commit is contained in:
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
@@ -3619,7 +3619,7 @@ var ENDING_CHUNKS_PATCH_NAME = "loadingEndingChunks", LOG_TAG3 = "Patcher", PATC
|
||||
return !1;
|
||||
if (PatcherUtils.indexOf(str, '"AppInsightsCore', index, 200) < 0)
|
||||
return !1;
|
||||
return PatcherUtils.replaceWith(str, ".track=function(", ".track=function(e){},!!function(", index);
|
||||
return PatcherUtils.replaceWith(str, index, ".track=function(", ".track=function(e){},!!function(");
|
||||
},
|
||||
disableTelemetry(str) {
|
||||
if (!str.includes(".disableTelemetry=function(){return!1}"))
|
||||
|
Reference in New Issue
Block a user