Erome Download

Enable Download on Erome Albums

// ==UserScript==
// @name         Erome Download
// @namespace    https://greasyfork.org
// @version      1.0
// @description  Enable Download on Erome Albums
// @author       Malakai
// @run-at       document-end
// @match        https://*.erome.com/*
// ==/UserScript==

(function() {
    'use strict';
    document.addEventListener("contextmenu", (e) => {e.stopPropagation()}, true);
})();