jiahuiqu
火狐狸
火狐狸
  • UID32722
  • 注册日期2010-05-03
  • 最后登录2012-10-09
  • 发帖数218
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:1297回复:0

[求助] 帮忙看下!

楼主#
更多 发布于:2011-01-11 12:04
[求助] 帮忙看下!
以下脚本是最大最小关闭按纽在标签栏显示的,想把他改成在标题栏显示用以替换系统的,哪位帮忙改下?

(function() {    var titleButtons = document.getElementById("window-controls");    var tabsBar = document.getElementById("TabsToolbar")    tabsBar.appendChild(titleButtons);    titleButtons.hidden = false;    var maxButton = document.getElementById("restore-button");    maxButton.removeAttribute("oncommand");    maxButton.removeAttribute("fullscreencontrol");    maxButton.setAttribute("oncommand", "onTitlebarMaxClick();");})();
游客

返回顶部