Update script.js

- Clean script
main
hyugogirubato 2024-04-30 20:36:27 +02:00
parent a09f3c5590
commit da97eca0e1
1 changed files with 1 additions and 1 deletions

View File

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