搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

reduce size of crucifix at top!

  • 2 个回答
  • 3 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

i do not want so much top space wasted by that damn crucifix / new tab button. how to reduce its size?

i do not want so much top space wasted by that damn crucifix / new tab button. how to reduce its size?

所有回复 (2)

more options

Hi  !

I assume that you are referring to the 'plus sign' (?)

Reducing it's size is (as far as I know) not possible, but you could remove it with userChrome.css code

  /* remove New Tab button */
  .tabs-newtab-button {display:none !important;}

Then, to open a new tab, you could just press 'Ctrl + T'

由Happy112于修改

more options

Can you attach a screenshot?