Toon posts:

firefox tabs in huidig venster

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hoe kan je firefox 1.5 dusdanig instellen dat alle links in één hetzelfde venster worden geopend?

Vroeger in versie 1.0 werkte dit goed. Sinds de update naar 1.5 opent FireFox alle links van bijv. startpagina.nl in een nieuw venster. Ik heb alle opties onder Tabladen al geprobeerd en alle extra Tabs plug in al geselecteerd maar krijg dit met geen mogelijkheid voor elkaar. Ook heb ik al een keer firefox verwijderd inclusief mijn profiel maar na het opnieuw installeren werkt het nog steeds niet zoals ik wil (één venster dus).

  • _eXistenZ_
  • Registratie: Februari 2004
  • Laatst online: 21-08 07:25
Met je middelste muisknop op tabs drukken overruled de <target="_huppeldepup"> in een link, en verder kan je Tabbrowser Preferences installeren en daar instellen dat elke link in hetzelfde tabblad geopend moet worden, ongeacht de target van die link.

/edit

Met de middelste muisknop worden de links dus wel in nieuwe tabs geopend, maar wel in hetzelfde venster.

[ Voor 23% gewijzigd door _eXistenZ_ op 24-12-2005 19:28 ]

There is no replacement for displacement!


  • R_Rabbit10
  • Registratie: April 2003
  • Laatst online: 20-10-2022
Op deze pagina kun je lezen hoe je dit in moet stellen. Werkt prima in FF 1.5.
Open external links in new windows or tabs

If another program wants to display a web page in the default browser, Firefox will reuse an existing window by default, which means that it will navigate from a page you might be reading. To stop this, Go to Tools > Options... (Edit > Preferences... under Linux and Mac OS X), select Advanced and click on Tabbed Browsing. Under "Open links from other applications in:", you can choose the alternative you prefer.
Reveal More Tab/Window Options

There are some hidden options for the Tabbed Browsing that will allow you to force links that open new windows to open in the current or a new tab. First, add the following code to your user.js file:

// Reveal more tab/window options:
user_pref("browser.tabs.showSingleWindowModePrefs", true);

Restart Firefox and go to Tools > Options... (Edit > Preferences... under Linux and Mac OS X), select Advanced and click on Tabbed Browsing. The following options should be visible:
Force links that open new windows to open in:
the same tab/window as the link
a new tab

The options should be self-explanatory.
Decide which New Windows to Block

In the tip above, you learned how to reveal the Force links that open new windows... option. If you activated this, all windows that a web page wants to open will be diverted to either the current tab/window or a new tab. However, this also applies to small pop-up windows (e.g. a poll results window or the ICQ window in go.icq.com), which really should be opened in a new window. To change this behavior so it doesn't divert new windows that are spawned by JavaScript, add the following code to your user.js file:

/* Force New Windows Restrictions
0: Default - Divert *all* new windows to current tab/window or new tab
1: Don't divert *any* windows spawned by JS
2: Don't divert JS windows that include size/placement/toolbar info */
user_pref("browser.link.open_newwindow.restriction", 2);

Verwijderd

Topicstarter
Dit is het tabblad waar het volgens mij om gaat. Ik heb alle mogelijke combinaties al geprobeerd maar krijg het niet voor elkaar.

Afbeeldingslocatie: http://home.planet.nl/~droop008/tabs.gif

Het dit mijn user.js:
// Reveal more tab/window options:
user_pref("browser.tabs.showSingleWindowModePrefs", true);

/* Force New Windows Restrictions
0: Default - Divert *all* new windows to current tab/window or new tab
1: Don't divert *any* windows spawned by JS
2: Don't divert JS windows that include size/placement/toolbar info */
user_pref("browser.link.open_newwindow.restriction", 2);
Kan iemand mij vertellen hoe de opties zouden moeten staan en of dan links idd in hetzelfde Firefox scherm (dus in een nieuwe tab) terecht komen?

  • R_Rabbit10
  • Registratie: April 2003
  • Laatst online: 20-10-2022
De settings staan goed in je tab. In je user.js file echter niet. Je moet de 2 vervangen door de 0. Zie ook de uitleg die er notabene bij staat...

Verwijderd

Topicstarter
Thx, dat was hem _/-\o_ .

De uitleg staat er idd bij, vind deze nou niet echt overdreven duidelijk. Vind het sowieso raar dat dit soort essentiele dingen via een tekst bestandje moet worden ingesteld en dat dit niet gewoon via de GUI kan.

Zeezuiper gaat maar eens op zoek naar het topic "FireFox wat vinden we ervan" :)
Pagina: 1