본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

Open New links in same tab

more options

My browser opens new links in new tabs. I want them to open new links in the same tab.

Others inquire about the same issue get a response saying:;

"Did you try it? Some sites add a target="_blank" attribute to links. Links with these attributes are supposed to open in a new window when left clicked. However, Firefox by default opens these links in a new tab in the current window. By setting browser.link.open_newwindow to 1, these links will instead open in the current tab/window."

I need step-by-step help understanding what I need to do to set the browser are suggested in the above response.

My browser opens new links in new tabs. I want them to open new links in the same tab. Others inquire about the same issue get a response saying:; "Did you try it? Some sites add a target="_blank" attribute to links. Links with these attributes are supposed to open in a new window when left clicked. However, Firefox by default opens these links in a new tab in the current window. By setting browser.link.open_newwindow to 1, these links will instead open in the current tab/window." I need step-by-step help understanding what I need to do to set the browser are suggested in the above response.

모든 댓글 (1)

more options

Here is the step-by-step:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste browser.link.open_newwindow and pause while the list is filtered

Firefox will display several preferences with related names

(3) Double-click the browser.link.open_newwindow preference to display an editing field, and change the value to 1 then press Enter or click the blue check mark button to save the change.

What the different values do:

  • 3 = divert new window to a new tab instead (default)
  • 2 = allow link to open a new window
  • 1 = force new window into same tab replacing the current page <== select this

(4) Double-click the browser.link.open_newwindow.override.external preference to display an editing field, and change the value to 3 then press Enter or click the blue check mark button to save the change.

What the different values do:

  • -1 = apply the setting under (3) to external links (default)
  • 3 = open external links in a new tab in the last active window <== select this
  • 2 = open external links in a new window
  • 1 = open external links in the last active tab replacing the current page

More info on about:config: Configuration Editor for Firefox.