您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Allows you to send messages in Transifex like a normal person, instead of having a tiny-ass box because their front end developer sucks.
当前为
- // ==UserScript==
- // @name Transifex with full size form input boxes
- // @namespace userscripts.org/user/swyter
- // @author Swyter
- // @homepage https://swyterzone.appspot.com
- // @description Allows you to send messages in Transifex like a normal person, instead of having a tiny-ass box because their front end developer sucks.
- // @match https://www.transifex.com/*
- // @version 1.1
- // @grant GM_addStyle
- // @icon https://i.imgur.com/CfwMb7y.png
- // ==/UserScript==
- GM_addStyle(".tx-form-field input, .tx-form-field textarea { \
- height: inherit !important; \
- width: inherit !important; \
- } \
- \
- .tx-form-field textarea { \
- resize: both !important; \
- }");