Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da97eca0e1 | ||
|
|
a09f3c5590 |
@@ -1,4 +1,4 @@
|
|||||||
from .cdm import *
|
from .cdm import *
|
||||||
from .vendor import *
|
from .vendor import *
|
||||||
|
|
||||||
__version__ = '1.0.5'
|
__version__ = '1.0.7'
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ const getLibrary = (name) => {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
// Hooks into specified functions within a library, aiming to extract keys and disable privacy mode.
|
// Hooks into specified functions within a library, aiming to extract keys and disable privacy mode.
|
||||||
const hookLibrary = (name) => {
|
const hookLibrary = (name) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user