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

Replace "eval" method #53

Open
Speravir opened this issue Oct 15, 2019 · 2 comments
Open

Replace "eval" method #53

Speravir opened this issue Oct 15, 2019 · 2 comments

Comments

@Speravir
Copy link

Starting with Firefox 70 every script with "eval" will by default cause Firefox do not work at all (there is a config setting for developers, but this really should be used only when testing). Some of your scripts do use this.

A tip in a forum was to insert the eval code part into the browser console and copying the output (with some cleanup). Using this approach I was successful with some other scripts, but not with your scripts, especially in UndoListInTabmenuToo.uc.js where eval is caling a variable inside this variable.

@alice0775
Copy link
Owner

UndoListInTabmenuToo.uc.js case, use JSON.parse

@Speravir
Copy link
Author

Thanks for your updates I noted only now. I do not close this issue because I do not know whether you fixed all scripts. As the repo owner feel free do close it yourself.

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

2 participants