Greasy Fork

Gfycat Turn HD On

Switch to HD version on page load™.

目前为 2019-11-09 提交的版本。查看 最新版本

// ==UserScript==
// @name         Gfycat Turn HD On
// @namespace    https://github.com/kittenparry/
// @version      0.1
// @description  Switch to HD version on page load™.
// @author       kittenparry
// @match        https://gfycat.com/*
// @grant        none
// @license      GPL-3.0-or-later
// ==/UserScript==

setTimeout(() => {
	document.querySelector('span[class="settings-button"]').click();
}, 500);