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) => {