This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* globals jQuery, $, waitForKeyElements */ | |
// ==UserScript== | |
// @name DDB Book Downloader | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Save your DBB books to PDF! | |
// @author C T Zaran | |
// @match https://www.dndbeyond.com/sources/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=dndbeyond.com | |
// @require https://code.jquery.com/jquery-3.6.3.min.js |