Greasy Fork 支持简体中文。

Enable PDF downloads - mocbay.com

Enables downloading of PDFs on Mocbay

// ==UserScript==
// @name        Enable PDF downloads - mocbay.com
// @namespace   https://github.com/florensie
// @include     https://mocbay.com/*
// @grant       none
// @version     1.0
// @author      Florens Pauwels
// @description Enables downloading of PDFs on Mocbay
// @license MIT
// ==/UserScript==

jQuery(".pdfemb-viewer").data("download", "on")