skyscrapercity.com large images fix

Fix the layout problem caused by large images on skyscrapercity.com

目前为 2017-09-24 提交的版本。查看 最新版本

// ==UserScript==
// @name         skyscrapercity.com large images fix
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Fix the layout problem caused by large images on skyscrapercity.com
// @author       Anonymous
// @match        http://www.skyscrapercity.com/showthread.php*
// @grant        GM_addStyle
// ==/UserScript==

(function() {
    'use strict';
    GM_addStyle('.alt1 img { max-width: 99%; max-height: 720px; }');
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址