Skip to content

Gist raw links

Rob Garrison edited this page Mar 29, 2020 · 18 revisions

Add a button that contains a list of gist raw file links

  • This userscript works on pages that show gist snippets.
  • Clicking on the "Raw urls" link will open a dropdown that will load in a list of raw file urls.
  • Use the raw file link to open the url in a new tab or save it.
  • Click this link to install from GitHub; or, install from GreasyFork or OpenUserJS.

Screenshot

Change Log

Version 0.2.2 (2019-06-07)

  • Update loading icon.
  • Prevent JS error on click.

Version 0.2.1 (2019-05-05)

  • Fix clicking on down arrow & minor code cleanup.

Version 0.2.0 (2019-02-23)

  • Update using details/summary dropdown. Fixes issue #78.

Version 0.1.8 (2019-02-16)

  • Update GitHub icon.

Version 0.1.7 (2018-01-30)

  • Update GM4 polyfill.

Version 0.1.6 (2017-12-30)

  • Show error message if request fails.

Version 0.1.5 (2017-12-14)

  • Add GM4 polyfill & update assets.
  • Switch to select menu. Now using a modifier + click works as expected

Version 0.1.4 (2017-06-03)

  • Fix linting issues.

Version 0.1.3 (2017-05-20)

  • Always provide newest version url. Fixes issue #18.

Version 0.1.0 - 0.1.2 (2017-05-19)

  • Initial commit.
  • Fix clicking on raw urls. See issue #17.
  • Add z-index to dropdown. See issue #17.