Remove exception babel

master
CaioWzy 2020-08-21 21:17:51 -03:00
parent d6c444337d
commit 1427cb192c
No known key found for this signature in database
GPG Key ID: 78F3D5B09AA574ED
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ const INJECTION = {
injectme = injectme.replace(/[a-z].requestCPF\\|\\|!1,/g, 'false,');
injectme = injectme.replace(
/![a-z].showLoginPaywall&&![a-z].showPaywall\\|\\|!1/g, 'true');
injectme = injectme.replace('throw new Error("only one instance of babel-polyfill is allowed");', '');
var script = document.createElement("script");
script.type = "text/javascript";
var textNode = document.createTextNode(injectme);