Einzelnen Beitrag anzeigen
Alt 29.04.2004, 11:58   #4
_m3
Inventar
 
Registriert seit: 24.09.2001
Beiträge: 7.335


Standard

Disable target="_blank"
Firefox has a built-in pop-up blocker that is activated by default. However, it doesn't stop web pages from opening in new windows by using the target="_blank" or the illegal target="_new" properties. To force such links to open in the same window, add the following code to your user.js file:
// disable target="_blank" (open in same window):
user_pref("browser.block.target_new_window", true);
http://texturizer.net/firefox/tips.html#beh_blank

Tabbrowser Preferences extension for Mozilla Firebird
This extension enables "single window mode" by optionally opening links in a new tab instead of a new window. It also gives an option to load the homepage in new tabs.
http://www.intraplanar.net/projects/tabprefs/

Tabbrowser-Extensions
The Single Window Mode, which prevents to open other browser windows, is available. In this mode, any windows are opened in the window as tabs.
http://white.sakura.ne.jp/~piro/xul/...s.html.en#what
____________________________________
Weiterhin zu finden auf http://martin.leyrer.priv.at , http://twitter.com/leyrer , http://www.debattierclub.net/ , http://www.tratschen.at/ und via Instant Messaging auf Jabber: m3 <ät> cargal.org .
_m3 ist offline   Mit Zitat antworten