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; - }; -};