
Originally Posted by
s8bayer
I would really like to make this link open in a black browser window
Do you mean black or blank (new window)? For black, just set the background color of the new page to black. For blank, this script has a configuration for target, it will effect all links in the script:
Code:
//Set optional link target to be added to all images with a link:
var optlinktarget=""
For a new window use:
Code:
//Set optional link target to be added to all images with a link:
var optlinktarget="_blank"
Bookmarks