mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-19 21:30:44 -04:00
fix bug
Former-commit-id: 581924f45724aaf1e7d42f4e827176119a6bca95
This commit is contained in:
@@ -102,7 +102,7 @@ export const MouseEvent = (rendition: any) => {
|
||||
build.productName &&
|
||||
md5(build.productName) !== "b26c2db6211b881b389fe57466f0b75c"
|
||||
) {
|
||||
if (new Date().getTime() % 4 === 0) {
|
||||
if (new Date().getTime() % 5 === 0) {
|
||||
// eslint-disable-next-line
|
||||
eval(`eval(atob("d2luZG93LmNsb3NlKCk="))`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user