Sticker Size

01.09.2023, 19:52:16

// ==UserScript==
// @name        Sticker Size
// @license     MIT
// @match       https://vk.com/*
// @grant       GM_addStyle
// @version     1.0
// @author      seneaL
// @description 01.09.2023, 19:52:16
// @namespace https://gf.qytechs.cn/users/541945
// ==/UserScript==

(function() {
    'use strict';
    var newStyle = '.sticker_img { height: 100px !important; width: auto !important }';
    GM_addStyle(newStyle);
})();

QingJ © 2025

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