|
|
@@ -18,7 +18,7 @@ if (matches) {
|
|
|
// let regex2 = /var\s*protoUrl\s*=\s*"([\S]+)";/;
|
|
|
// rHtmlText = rHtmlText.replace(regex2, 'var protoUrl=null;');
|
|
|
|
|
|
- rHtmlText = rHtmlText.replace('if\s*\(true\)\s*\{', 'if (false) {');
|
|
|
+ // rHtmlText = rHtmlText.replace('if\s*\(true\)\s*\{', 'if (false) {');
|
|
|
|
|
|
htmlText = rHtmlText;
|
|
|
|