您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
fixes some annoyances on FileStream
当前为
- // ==UserScript==
- // @name Better FileStream
- // @namespace http://mcimino.reaktix.com/
- // @version 0.1.2
- // @description fixes some annoyances on FileStream
- // @match http*://members.filestream.me/*
- // @copyright 2012+, You
- // @grant none
- // ==/UserScript==
- document.getElementById("fileCatTableScroll").style.maxHeight="2000px";
- a = document.getElementsByClassName("infoDiv")[0];
- a.style.height="12px";
- a.style.overflow="hidden";
- a.nextElementSibling.style.marginTop="70px";
- document.getElementsByClassName("folderName")[0].style.marginTop="40px";
- document.getElementsByClassName("button_container")[0].style.marginTop="40px";
- document.getElementsByClassName("footerFS")[0].style.height="0px";