Skip to content

Instantly share code, notes, and snippets.

View stormbeta's full-sized avatar

Jason Miller stormbeta

  • Ping Identity
  • Colorado
View GitHub Profile
@stormbeta
stormbeta / dark_horse_downloader.js
Created August 2, 2020 02:47 — forked from oxguy3/dark_horse_downloader.js
Greasemonkey script for downloading a DRM-free copy of your Dark Horse digital comics
// ==UserScript==
// @name Dark Horse Downloader
// @namespace http://schiff.io/
// @version 0.1
// @description Download a DRM-free copy of your Dark Horse digital comics.
// @author Hayden Schiff (oxguy3)
// @match https://digital.darkhorse.com/read/*
// @match https://digital.darkhorse.com/bookshelf*
// @include https://*.cloudfront.net/*// ==UserScript==
// @name Dark Horse Downloader