From 6ca04fda9f0b7d4dff39195d51fe92d99923ed59 Mon Sep 17 00:00:00 2001 From: "wont.stream" Date: Mon, 23 Sep 2024 19:19:37 -0400 Subject: [PATCH] breaks stuff --- plugins/eurotilities/helpers/modules.ts | 1 - plugins/eurotilities/modules/noTypingAnimation.ts | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 plugins/eurotilities/modules/noTypingAnimation.ts diff --git a/plugins/eurotilities/helpers/modules.ts b/plugins/eurotilities/helpers/modules.ts index 2661d0d..1adb2cc 100644 --- a/plugins/eurotilities/helpers/modules.ts +++ b/plugins/eurotilities/helpers/modules.ts @@ -21,7 +21,6 @@ export default { noNitroUpsell, noReplyMention, noTyping, - noTypingAnimation, steamStatusSync, timestampedFiles, }; diff --git a/plugins/eurotilities/modules/noTypingAnimation.ts b/plugins/eurotilities/modules/noTypingAnimation.ts deleted file mode 100644 index c56f94b..0000000 --- a/plugins/eurotilities/modules/noTypingAnimation.ts +++ /dev/null @@ -1,5 +0,0 @@ -export default () => { - document.hasFocus = () => { - return false; - }; -};