Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UpToStream block-scoped declarations Error #44

Open
zekibiyikli opened this issue Jun 10, 2020 · 2 comments
Open

UpToStream block-scoped declarations Error #44

zekibiyikli opened this issue Jun 10, 2020 · 2 comments

Comments

@zekibiyikli
Copy link

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

@depezo
Copy link

depezo commented Jun 13, 2020

it does not work

@karlioner354
Copy link

puede explicarlo mejor no me funciona

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants