mirror of
https://github.com/XIU2/UserScript.git
synced 2026-07-09 10:55:22 +00:00
20 lines
941 B
JavaScript
20 lines
941 B
JavaScript
// ==UserScript==
|
|
// @name Steam Workshop Image Repair
|
|
// @name:zh-CN Steam 创意工坊大图修复
|
|
// @name:zh-TW Steam 創意工坊大圖修復
|
|
// @version 1.0.0
|
|
// @author X.I.U
|
|
// @description Fixed Steam Workshop image not showing
|
|
// @description:zh-CN 修复 Steam 创意工坊预览大图无法显示的问题。
|
|
// @description:zh-TW 修復 Steam 創意工坊預覽大圖無法顯示的問題。
|
|
// @include *://steamcommunity.com/sharedfiles/filedetails/*
|
|
// @include *://steamcommunity.com/workshop/filedetails/*
|
|
// @icon https://store.steampowered.com/favicon.ico
|
|
// @license GPL-3.0 License
|
|
// @run-at document-end
|
|
// @namespace https://greasyfork.org/scripts/397666
|
|
// ==/UserScript==
|
|
|
|
if(typeof onYouTubeIframeAPIReady == 'function') {
|
|
onYouTubeIframeAPIReady();
|
|
} |