Skip to content

onQ PDF Download by pgaskin

Mirrored from https://raw.githubusercontent.com/pgaskin/userstyles/master/queensu-onq-pdf-download.user.css

Screenshot of onQ PDF Download

Details

Authorpgaskin

LicenseNo License

Categoryqueensu

Created

Updated

Code size644 B

Code checksumf2e0a46c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Show the download button for documents on onQ (Queen's University D2L). Notably, you can download non-PDF documents as PDFs without converting them locally.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         onQ PDF Download
@version      20240510.03.35
@namespace    https://userstyles.world/user/pgaskin
@description  Show the download button for documents on onQ (Queen's University D2L). Notably, you can download non-PDF documents as PDFs without converting them locally.
@license      No License
@author       Patrick Gaskin
@homepageURL  https://github.com/pgaskin/userstyles
@supportURL   https://github.com/pgaskin/userstyles/issues
==/UserStyle== */

@-moz-document url-prefix("https://onq.queensu.ca/d2l/common/assets/pdfjs-d2l-dist/") {
    button#download.hidden {
        display: block !important;
    }
}

Reviews

No reviews yet.