VeryVince / Mitchell1 Copy

// ==UserScript==
// @name     Mitchell1 Copy
// @description Allows copy, drag, and context menu on Mitchel1 Auto repair manuals
// @include https://eautorepair.net/app/*
// @version  1.1
// @grant    none
// @author VeryVince
// @license MIT
// @updateURL https://openuserjs.org/meta/VeryVince/Mitchell1_Copy.meta.js
// ==/UserScript==

/*jshint esversion: 6 */
["oncopy", "ondragstart", "oncontextmenu"].forEach((atr) => {
    document.body.removeAttribute(atr);
});