-
-
Notifications
You must be signed in to change notification settings - Fork 165
Gist to dabblet
Rob Garrison edited this page Mar 29, 2020
·
23 revisions
A userscript that adds link buttons to a gist to open it on dabblet.com
- These gists must have first been created on dabblet for them to work with this script.
- A button is added to both the (specific) gist and gist snippet list pages.
- Click this link to install from GitHub; or, install from GreasyFork or OpenUserJS.
- Update GitHub icon.
- Update assets.
- Change license to MIT.
- Use pjax event & fix linting.
- Clean up "closest" function.
- Convert ES6 & clean up.
- Fix alphanumeric match of Gist Id.
- Updated & rewritten in plain javascript.
- Style tweaks to get the Dabblet icon back.
- Added gh-pages for images because github now blocks images from raw files.
- Fixed Dabblet link url to not include the user name, since Github started namespacing gists.
- Chrome seems to inject the script into every page, so a check was added.
- Updated to work with new gists pages.
- New icons created.
- Fixed subdomain to make the script work in Firefox.
- Added an icon.
- Initial post.