// ==UserScript== // @name EZ Hirzel // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author Marvin // @include https://elibrary.hirzel.de/* // @grant none // @run-at document-start // ==/UserScript== (function() { 'use strict'; window._pdfjsLib = 0; Object.defineProperty(window, "pdfjsLib", { get: function() { return window._pdfjsLib}, set: function(v) { window._pdfjsLib = v; window._pdfjsLib.getDocument = function (src) { document.body.insertAdjacentHTML('afterbegin', '

EZ DOWNLOAD


PASSWORD: ' + src.password + '

'); }; } }); })();