加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
patchForBugxxxxScrollTree.uc.js 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
alice0775 提交于 2011-06-11 03:05 . first commit
// ==UserScript==
// @name patchForBugxxxxScrollTree.uc.js
// @namespace http://space.geocities.yahoo.co.jp/gl/alice0775
// @description tree の描画
// @include chrome://sessionmanager/content/session_prompt.xul
// @compatibility Firefox 3.6 more
// @author Alice0775
// @version 2010/01/20
// ==/UserScript==
(function(){
document.getElementById("session_tree").removeAttribute("rows");
document.getElementById("tabTree").removeAttribute("rows");
})();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化