Scripts


Styles


Plugins


Users


Forum


Developer
Username:
Password:
User Scripts
Title:

Open All Links In a New Tab

Date Added:
2007-07-01 23:15:05 Installs: 4062
Description: Open every clicked link in new tab.
Preview of Open All Links In a New Tab
View script source of Open All Links In a New Tab
Comment of Open All Links In a New Tab
[2007-06-23 14:13:19]Xahi4475 says:
Thanksa to FremyCompany, author of script.

[2007-08-02 10:18:33]TheZodiac says:
I can't get this to work? I keep getting another window.

[2007-08-17 04:11:13] says:
very fantastic. Thanks for a lot

[2007-08-30 03:10:22]boboHP34 says:
Thank :))

[2007-10-30 23:26:26]Boofo says:
This script does not work. I have never been able to get it to work. Any ideas on how to fix it?

[2008-03-12 03:24:31]kats17 says:
Do this first. This might work..
Setting your browser to open pop-ups in the current window. Go to Tools>Internet Options>Tab Settings and select the option that says "Always open pop-ups in a new tab"

[2008-05-21 12:14:08]YMI says:
Plz help me how can i open script source and where i should but this script ?!
Waiting for your feedback ^_^ .

[2008-05-22 22:28:17]jenepho says:
I had problems getting this to work also, you need to go to
"Tools"->"Internet Options"->"General"->under "Tabs" section click on "Settings"-> under "Open Links in other programs:" select "a new tab in the current window". I hope that helps

[2008-07-21 08:32:41]rahulraj says:
This works better: It will avoid errors in case of javascript based links which try to open new windows -

// ==UserScript==
// @name Open all links in a new tab V2
// @description Open every clicked link in new tab - Fixed javascript links
// @include *
// ==/UserScript==

var all = document.all.tags("a");
for (var i = 0; i < all.length; i++) {
if(all[i].target like "javas%") then {
} else {
all[i].target=all[i].target==""?"_new":all[i].target;
}
}


Join Iescripts for a free account, or Login if you are already a member.
Username: Password:

Written by
Name:Xahi4475
Scripts:1
Styles:0
Plugins:0
Tags
 
  About IE7Pro
IE7Pro is a plugin for the Internet Explorer web browser. It allows you to change how your favorite pages behave and look. There are many scripts that have already been written, and if you know javascript you can easily create your own! This site is a repository to download and install IE user scripts.
  How to install user script

1 . First you should have install IE7Pro 0.9.12 and above which support IE user scripts.

2. Check if IE7Pro "Preference" - "User Scripts" - "EnabLe User Script" is enabled.

3. Find your favorite scripts on iescripts.org and click "Install This Script" .

 

iescripts.org