Greasy Fork is available in English.

Always HD

Makes the website always play the video in HD.

// ==UserScript==
// @name Always HD
// @namespace https://greasyfork.org/en/users/670188-hacker09?sort=daily_installs
// @version 7
// @description Makes the website always play the video in HD.
// @author hacker09
// @match *://*/*view_video.php?viewkey=*
// @run-at document-end
// @grant none
// ==/UserScript==

document.querySelector(".mgp_quality.mgp_optionsList li").dispatchEvent(new Event('mouseup', { 'bubbles': true, 'cancelable': true }));