View Single Post
Here's one of the things that was recently mentioned on another site:

create a custom style sheet on disk somewhere with:

/* Change cursor for links that open in new window */
:link[target="_blank"],
:visited[target="_blank"],
:link[target="_new"],
:visited[target="_new"] {
cursor: move; }

and in Preference -> Appearance -> Style Sheet, set it to the file you created as above. Then when you hover over a simple link that would try and open a new window the cursor will change from the pointing finger to the four-way arrow.