mirror of
https://github.com/skdatmonster/DecryptSourceProtection.git
synced 2025-03-09 23:49:03 -04:00
Update decrypt.html
This commit is contained in:
parent
6ec253e46b
commit
16e28c021b
@ -172,6 +172,9 @@ document.addEventListener('DOMContentLoaded', function(event) {
|
|||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
handleDrop(event);
|
handleDrop(event);
|
||||||
}, true);
|
}, true);
|
||||||
|
if (!document.evaluate) {
|
||||||
|
print('Your browser does not support XPath, please try again with a modern browser', 'red')
|
||||||
|
}
|
||||||
}, true);
|
}, true);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user