mirror of
https://github.com/skdatmonster/DecryptSourceProtection.git
synced 2025-03-09 07:29:04 -04:00
Update decrypt.html
This commit is contained in:
parent
ac7c7aed4b
commit
fdbbe532eb
@ -73,6 +73,10 @@ function patchXML(data) {
|
||||
try {
|
||||
var encryptionConfig = 0;
|
||||
var doc = new DOMParser().parseFromString(data, 'application/xml');
|
||||
if (doc.getElementsByTagName('parsererror').length > 0) {
|
||||
print('An XML parser error occurred, did you use a .L5X file?', 'red');
|
||||
return '';
|
||||
}
|
||||
var flag = true;
|
||||
while (flag)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user