You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can change
webView.loadUrl("javascript: (function() { "+js+";\nxGetter.fuck(JSON.stringify(sources));})()");
->
webView.loadUrl("javascript: (function() { "use strict"; "+js+";\nxGetter.fuck(JSON.stringify(sources));})()");
in inject function of Core/UpToStream.Java
The text was updated successfully, but these errors were encountered:
You can change
webView.loadUrl("javascript: (function() { "+js+";\nxGetter.fuck(JSON.stringify(sources));})()");
->
webView.loadUrl("javascript: (function() { "use strict"; "+js+";\nxGetter.fuck(JSON.stringify(sources));})()");
in inject function of Core/UpToStream.Java
The text was updated successfully, but these errors were encountered: