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.
onQ PDF Download by pgaskin
Mirrored from https://raw.githubusercontent.com/pgaskin/userstyles/master/queensu-onq-pdf-download.user.css
Details
Authorpgaskin
LicenseNo License
Categoryqueensu
Created
Updated
Size644 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}