Conet
火狐狸
火狐狸
  • UID27680
  • 注册日期2009-01-05
  • 最后登录2013-06-20
  • 发帖数155
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
30楼#
发布于:2010-06-26 10:14
GOLF-AT
我写了一个uc.js脚本,双击标题栏最大化/还原,同时在标题栏显示当前网页的标题。
回到原帖


偶像,下载使用了

不过能还原,但不能最大化
GOLF-AT
千年狐狸
千年狐狸
  • UID11611
  • 注册日期2006-02-20
  • 最后登录2019-12-30
  • 发帖数3239
  • 经验265枚
  • 威望1点
  • 贡献值260点
  • 好评度59点
  • 社区居民
  • 忠实会员
31楼#
发布于:2010-06-26 10:14
不会吧,我这边都好好的。
wujxin
小狐狸
小狐狸
  • UID23554
  • 注册日期2008-04-05
  • 最后登录2020-04-14
  • 发帖数65
  • 经验18枚
  • 威望0点
  • 贡献值8点
  • 好评度1点
  • 社区居民
  • 忠实会员
32楼#
发布于:2010-06-26 10:14
用一个stylish脚本可以使标签栏和标题栏合并,如图

脚本代码:
#appmenu-button-container
    {
    position: fixed !important;
    }

    #main-window[sizemode=maximized] #appmenu-button-container
    {
    padding-top: 6px !important;
    }

    #appmenu-button
    {
    background-color: green !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    height: 25px !important;
    }

    #navigator-toolbox[tabsontop="true"] #TabsToolbar
    {
    padding-left: 125px !important;
    padding-right: 108px !important;
    padding-top: 5px !important;
    }

    #main-window[sizemode=maximized] #navigator-toolbox[tabsontop="true"] #TabsToolbar
    {
    padding-top: 11px !important;
    }
GOLF-AT
千年狐狸
千年狐狸
  • UID11611
  • 注册日期2006-02-20
  • 最后登录2019-12-30
  • 发帖数3239
  • 经验265枚
  • 威望1点
  • 贡献值260点
  • 好评度59点
  • 社区居民
  • 忠实会员
33楼#
发布于:2010-06-26 10:14
第2页最后一个帖子中的标题栏增强脚本,刚才发现一个严重bug。当网页标题很长时,会造成firefox的标签栏异常。现在已经更正了。
没事撑得
小狐狸
小狐狸
  • UID28513
  • 注册日期2009-04-08
  • 最后登录2011-08-14
  • 发帖数51
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
34楼#
发布于:2010-06-26 10:14
wujxin:用一个stylish脚本可以使标签栏和标题栏合并,如图

脚本代码:
#appmenu-button-container
    {
    position: fixed !important;
    }

    #main-window[sizemode=maximized] #appmenu-button-container
    {
    padding-top: 6px !important;
    }

    #appmenu-button
    {
    background-color: green !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    height: 25px !important;
    }

    #navigator-toolbox[tabsontop="true"] #TabsToolbar
    {
    padding-left: 125px !important;
    padding-right: 108px !important;
    padding-top: 5px !important;
    }

    #main-window[sizemode=maximized] #navigator-toolbox[tabsontop="true"] #TabsToolbar
    {
    padding-top: 11px !important;
    }
回到原帖

原来是win7和Vista专用的,用在xp下更难看了,呵呵
just4fun
千年狐狸
千年狐狸
  • UID30408
  • 注册日期2009-09-17
  • 最后登录2016-04-28
  • 发帖数1497
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度2点
35楼#
发布于:2010-06-26 10:14
30楼和33楼,造福大众啊!
elisha
千年狐狸
千年狐狸
  • UID5901
  • 注册日期2005-05-12
  • 最后登录2017-11-15
  • 发帖数1436
  • 经验12枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
36楼#
发布于:2010-06-26 10:14
sytlish兼容3.7了?

And so at last the beast fell and the unbelievers rejoiced.
But all was not lost, for from the ash rose a great bird.
The bird gazed down upon the unbelievers and cast fire
and thunder upon them.For the beast had been
reborn with its strength renewed, and the
followers of Mammon cowered in horror.



from The Book of Mozilla, 7:15
helijie
小狐狸
小狐狸
  • UID33182
  • 注册日期2010-06-27
  • 最后登录2012-10-19
  • 发帖数15
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
37楼#
发布于:2010-06-26 10:14
stylish3.7装不上啊。。。
ginepri
小狐狸
小狐狸
  • UID25465
  • 注册日期2008-07-17
  • 最后登录2014-05-01
  • 发帖数29
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
38楼#
发布于:2010-06-26 10:14
不需要stylish,修改userChrome.css也可以.
helijie
小狐狸
小狐狸
  • UID33182
  • 注册日期2010-06-27
  • 最后登录2012-10-19
  • 发帖数15
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
39楼#
发布于:2010-06-26 10:14
请教如何修改。。我比较菜。。。。谢谢啦
ybbao
非常火狐
非常火狐
  • UID27616
  • 注册日期2008-12-29
  • 最后登录2023-05-21
  • 发帖数721
  • 经验53枚
  • 威望0点
  • 贡献值36点
  • 好评度1点
  • 社区居民
40楼#
发布于:2010-06-26 10:14
我还是修改回3.6的版面用着先,hidecaption还能用一下。呵呵
上一页 下一页
游客

返回顶部