Mozilla 도움말 검색

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

Learn More

Opening a Tweet in a new tab without switching to it

  • 3 답장
  • 3 이 문제를 만남
  • 463 보기
  • 최종 답변자: terriermon50

more options

I just made the switch from Chrome to Firefox, and I'm still trying to understand the small differences that exist between the 2 browsers.

While on Twitter, what I usually do is middle-click with my mouse on a Tweet to a new tab that I want to look into later, then continue scrolling down my timeline, then check out the Tweets I opened in the new tab(s). However, when I try to do the same thing on Firefox, it automatically opens the new tab. Because of how Twitter works, this also reloads the Home page when I opened it up, so I just lose anything I was just looking at when I opened the Tweet in a new tab.

What can I do differently here?

I just made the switch from Chrome to Firefox, and I'm still trying to understand the small differences that exist between the 2 browsers. While on Twitter, what I usually do is middle-click with my mouse on a Tweet to a new tab that I want to look into later, then continue scrolling down my timeline, then check out the Tweets I opened in the new tab(s). However, when I try to do the same thing on Firefox, it automatically opens the new tab. Because of how Twitter works, this also reloads the Home page when I opened it up, so I just lose anything I was just looking at when I opened the Tweet in a new tab. What can I do differently here?

선택된 해결법

It could be that middle-clicking the link is triggering a script that opens a popup window, which Firefox then diverts to a new tab. If you want diverted tabs to open in the background, there is a hidden setting for that. Let me describe a family of related settings:

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

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste inback and pause while the list is filtered

Firefox should list out several preferences for different scenarios. Here's what they do:

(A) browser.search.context.loadInBackground => this refers to when you select text in a page and choose the "Search [default engine] for [selected text] item"

(B) browser.tabs.loadBookmarksInBackground => this refers to when you click a bookmark

(C) browser.tabs.loadDivertedInBackground => this refers to links that target a new window (via attribute or script) that Firefox diverts to a new tab instead **try switching this one to true by double-clicking it**

(D) browser.tabs.loadInBackground => this is the one that has a checkbox on the Settings page

(E) services.sync.prefs.sync.browser.tabs.loadInBackground => ignore this, it controls whether to Sync #D between your different installations of Firefox

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (3)

more options

What is the 'open link' setting in "Settings -> General -> Tabs" ?

  • When you open a link, image or media in a new tab, switch to it immediately

You can reverse this setting by holding the Shift key while clicking with the mouse wheel or hold control and left-click a link (Shift+Ctrl+left-click).

more options

선택된 해결법

It could be that middle-clicking the link is triggering a script that opens a popup window, which Firefox then diverts to a new tab. If you want diverted tabs to open in the background, there is a hidden setting for that. Let me describe a family of related settings:

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

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste inback and pause while the list is filtered

Firefox should list out several preferences for different scenarios. Here's what they do:

(A) browser.search.context.loadInBackground => this refers to when you select text in a page and choose the "Search [default engine] for [selected text] item"

(B) browser.tabs.loadBookmarksInBackground => this refers to when you click a bookmark

(C) browser.tabs.loadDivertedInBackground => this refers to links that target a new window (via attribute or script) that Firefox diverts to a new tab instead **try switching this one to true by double-clicking it**

(D) browser.tabs.loadInBackground => this is the one that has a checkbox on the Settings page

(E) services.sync.prefs.sync.browser.tabs.loadInBackground => ignore this, it controls whether to Sync #D between your different installations of Firefox

more options

Yes! That flag worked as I expected now, Thank you!