Skip to content

Gist to dabblet

Rob Garrison edited this page Mar 25, 2017 · 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.

Screenshots

Specific Gist page:

page

All Gists page:

list

Change Log

Version 2.1.2 (3/25/2017)

  • Use pjax event & fix linting.

Version 2.1.1 (1/11/2017)

  • Clean up "closest" function.

Version 2.1.0 (9/12/2016)

  • Convert ES6 & clean up.

Version 2.0.1 (4/7/2016)

  • Fix alphanumeric match of Gist Id.

Version 2.0.0 (3/24/2016)

  • Updated & rewritten in plain javascript.

Version 1.4.1 (5/30/2013)

  • Style tweaks to get the Dabblet icon back.

Version 1.4 (5/30/2013)

  • Added gh-pages for images because github now blocks images from raw files.

Version 1.3 (3/3/2012)

  • Fixed Dabblet link url to not include the user name, since Github started namespacing gists.

Version 1.2 (12/19/2012)

  • Chrome seems to inject the script into every page, so a check was added.

Version 1.1 (12/17/2012)

  • Updated to work with new gists pages.
  • New icons created.

Version 1.0.1 (1/26/2012)

  • Fixed subdomain to make the script work in Firefox.
  • Added an icon.

Version 1.0 (1/26/2012)

  • Initial post.
Clone this wiki locally