aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/experiments.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/experiments.ts b/src/plugins/experiments.ts
index 9db2e05..c3b814e 100644
--- a/src/plugins/experiments.ts
+++ b/src/plugins/experiments.ts
@@ -10,5 +10,11 @@ export default definePlugin({
match: /(?<={isDeveloper:\{[^}]+,get:function\(\)\{return )\w/,
replace: "true"
}
+ }, {
+ find: "canUseOverrides",
+ replacement: {
+ match: /(\w)\|\|"CONNECTION_OPEN".+?;/g,
+ replace: "$1=!0;"
+ }
}]
});