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
For the following code:
// Show an alert window alert('hello world');
I get a the following bookmarklet output:
javascript:(function()%7B%2F%2F%20Show%20an%20alert%20window%0Aalert('hello%20world')%3B%7D)()%3B
but I think the JavaScript comments should be removed, and get
javascript:(function()%7Balert('hello%20world')%3B%7D)()%3B
The text was updated successfully, but these errors were encountered:
@TechAurelian fixed in #4 this repo is fully unmaintained so I doubt it'll be merged
Sorry, something went wrong.
No branches or pull requests
For the following code:
I get a the following bookmarklet output:
but I think the JavaScript comments should be removed, and get
The text was updated successfully, but these errors were encountered: