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

quotes #1

Open
MarredCheese opened this issue Sep 7, 2021 · 1 comment
Open

quotes #1

MarredCheese opened this issue Sep 7, 2021 · 1 comment

Comments

@MarredCheese
Copy link

Awesome work you've done here. Just wanted to let you know of a minor but pesky issue:

Copying the code below from this repo directly works fine:
javascript:var js = document.createElement('script');js.src = 'https://jwally.github.io/tadpoles-media-downloader/index.js';document.querySelectorAll('head')[0].appendChild(js).

But copying it from https://jwally.github.io/tadpoles-media-downloader/ does not work because the single quotation marks have been converted to fancy-pants directional quotation marks.
javascript:var js = document.createElement(‘script’);js.src = ‘https://jwally.github.io/tadpoles-media-downloader/index.js’;document.querySelectorAll(‘head’)[0].appendChild(js)

@JWally
Copy link
Owner

JWally commented Sep 7, 2021 via email

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