Greasy Fork is available in English.

Melvor Auto Loot

Automatically loots enemy drops

// ==UserScript==
// @name         Melvor Auto Loot
// @version      1.2
// @description  Automatically loots enemy drops
// @author       Arcanus
// @match        https://*.melvoridle.com/*
// @grant        none
// @namespace http://tampermonkey.net/
// ==/UserScript==

this.autoLoot = setInterval(lootAll, 1000)