From da97eca0e127c7247a3ae2341690cc195507853a Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:36:27 +0200 Subject: [PATCH] Update script.js - Clean script --- extractor/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/script.js b/extractor/script.js index 6baad85..d98e356 100644 --- a/extractor/script.js +++ b/extractor/script.js @@ -67,7 +67,7 @@ const getLibrary = (name) => { } catch (e) { return undefined; } -}; +} // Hooks into specified functions within a library, aiming to extract keys and disable privacy mode. const hookLibrary = (name) => {