2 Commits
v1.0.6 ... main

Author SHA1 Message Date
hyugogirubato
da97eca0e1 Update script.js
- Clean script
2024-04-30 20:36:27 +02:00
hyugogirubato
a09f3c5590 Update __init__.py
- Fix version number
2024-04-30 20:36:06 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
from .cdm import *
from .vendor import *
__version__ = '1.0.5'
__version__ = '1.0.7'

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