F You Twitch

Revert chat input box to be two lines height always. No resize.

目前为 2019-07-21 提交的版本。查看 最新版本

// ==UserScript==
// @name         F You Twitch
// @namespace    http://tampermonkey.net/
// @version      0.9
// @description  Revert chat input box to be two lines height always.  No resize.
// @author       CommonKitten
// @match        *://www.twitch.tv/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    setTimeout(ApplyFix, 4500);
})();

function ApplyFix() {
    document.getElementsByTagName("head")[0].innerHTML += "<style type=\"text/css\">textarea.tw-block.tw-border-radius-medium.tw-font-size-6.tw-full-width.tw-textarea.tw-textarea--no-resize {height: 55px !important;} button.tw-button-icon.tw-button-icon--secondary.tw-interactive {margin-bottom: 15px !important; position: relative !important;}</style>";
}

QingJ © 2025

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