Fix Steam workshop cover images 修复Steam创意工坊封面图
// ==UserScript==
// @name Steam Workshop Cover Fix
// @namespace ACGMN
// @version 0.1
// @description Fix Steam workshop cover images 修复Steam创意工坊封面图
// @author ACGMN
// @license MIT
// @match https://steamcommunity.com/sharedfiles/filedetails/?id=*
// @match https://steamcommunity.com/workshop/filedetails/?id=*
// @icon https://www.google.com/s2/favicons?sz=64&domain=steamcommunity.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
setInterval(function () {
if(typeof onYouTubeIframeAPIReady === 'function') {
onYouTubeIframeAPIReady();
}
}, 1000)
})();