Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

firefox4 "browser.tabs.closeButtons"

  • 1 답장
  • 11 이 문제를 만남
  • 16 보기
  • 최종 답변자: cor-el

more options

In firefox 3, you had a way of defining parameters by changing the file Mozilla Firefox\defaults\pref\firefox.js.

I allways set pref("browser.tabs.tabMinWidth", 20); pref("browser.tabs.closeButtons", 3); pref("browser.tabs.insertRelatedAfterCurrent", false); as this is how I like to work (I sometimes open LOTS of tabs to search for something)

How do I do this in firefox 4 ? I have searched, but cant find an answer

I reinstalled 3.6.15 at once, when I couldnt find the answer and plan to stay on 3.6 until I can get this to work.

Otherwise firefox is brilliant, keep up the good work.

In firefox 3, you had a way of defining parameters by changing the file Mozilla Firefox\defaults\pref\firefox.js. I allways set pref("browser.tabs.tabMinWidth", 20); pref("browser.tabs.closeButtons", 3); pref("browser.tabs.insertRelatedAfterCurrent", false); as this is how I like to work (I sometimes open LOTS of tabs to search for something) How do I do this in firefox 4 ? I have searched, but cant find an answer I reinstalled 3.6.15 at once, when I couldnt find the answer and plan to stay on 3.6 until I can get this to work. Otherwise firefox is brilliant, keep up the good work.

모든 댓글 (1)

more options

The prefs browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth are no longer supported in Firefox 4. You now need to use code in userChrome.css

See:

  • Bug 574654 - Remove browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth in favor of CSS

See also: