We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
try this one out
import("data:text/javascript,document.location='/'+'/youtu.be/oHg5SJYRHA0'")
The text was updated successfully, but these errors were encountered:
40ad2fa tried to fix it, but now it shows SyntaxError: Unexpected token 'import'
SyntaxError: Unexpected token 'import'
Quotes don't fix it. Though import is a token, and we can't eval things, so maybe we could detect if the code contains import?
Sorry, something went wrong.
commit 081533d fixed it!
No branches or pull requests
try this one out
The text was updated successfully, but these errors were encountered: