HDPI thumbnails on itch.io dashboard

Forces dashboard' game thumbnails to use HDPI versions of the images.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name         HDPI thumbnails on itch.io dashboard
// @namespace    http://yal.cc/
// @version      1.0
// @description  Forces dashboard' game thumbnails to use HDPI versions of the images.
// @author       YellowAfterlife
// @match        https://itch.io/dashboard
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
	var covers = document.getElementsByClassName("cover_image");
	for (var i = 0; i < covers.length; i++) {
		var css = covers[i].style;
		var mt = /(url\("[^"]+"\)) 2x/g.exec(css.backgroundImage);
		if (mt) css.backgroundImage = mt[1];
	}
})();
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

注册一下就行

Rainyun

一年攒够 12 元