-
Notifications
You must be signed in to change notification settings - Fork 164
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
Fixed "Open in JsBin/JsFiddle", switched localstorage to chrome.storage.local #71
base: master
Are you sure you want to change the base?
Conversation
Resolved as Bug is fixed: "FIXME Can be replaced with chrome.storage.local as soon as http://crbug.com/178618 will be resolved"
Needed an empty input with name = `js` as per JsBin API.
JsBin has a CSRF Token that needs to be included to allow creation.
Also implemented Feature #60 |
Thanks a lot! Much appreciated. I'm worried about that jsbin approach though - extacting |
No, I could not find any API for JsBin, I have reverse-engineered the POST request from the JsBin page to get it to work. JsFiddle and CodePen do have documented public APIs, and I think that it is better to use them. The current solution may be fragile, but I do not see any other way of supporting JsBin. |
Fixes Issue #66 and Issue #50
Related: Issue #55 is fixed, so should be closed.