| | |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming |
|
Welcome to the Personal Development for Smart People Forums, the place for lively, intelligent discussion of all personal growth issues -- physical, mental, financial, social, emotional, spiritual, and more. You're currently viewing as a guest, which gives you limited read-only access. By joining our free community, you'll be able to post your own messages, access many members-only features, see the new messages posted since your last visit, and of course remove this header message. Registration is fast, simple, and free, so please join today. If you arrived here from a search engine, you may want to explore the main site first, which includes hundreds of deep and insightful articles on a variety of personal development topics. |
| | Thread Tools | Display Modes |
| |||
| I got tired of having links open in new windows, so I developed this Greasemonkey script. Hope your find it usefull: ----cut here---- // ==UserScript== // @name Window fixer // @description Prevent opening of links in new windows, since it better options are now possible. // @include http://www.stevepavlina.com/* // @include http://stevepavlina.com/* // ==/UserScript== var links; links = document.getElementsByTagName('a'); for(i=0;i<links.length;i++) { links[i].setAttribute('target',''); } ----cut here---- |
| |||
| On my old computer (I haven't installed everything onto this one yet), I had TargetAlert, which would inform me if the link I was hovering over would open a new window. I usually switched over to the scroll button at that point to open up a new tab instead. Firefox 2 seems to do this automatically, though that might be a preference I haven't noticed yet.
__________________ "I read, I interpret, I think, I criticize, I oppose, I listen, I write, I question, I reply, I quote, I tell, I name, I discuss, I interpolate..., I learn, I teach, I live, therefore I am." -- Marc-Alain Ouaknin, "Mysteries of the Kabbalah", p383. Favorite Essays I Wrote: love, identity & growth, economics, education, equality, definitions. Recent Books I liked: Anansi Boys, Fly By Night, Hyperion. |
| |||
| The exact same thing can be done in Firefox 2.0 (but I know I had it enabled in Firefox 1.5 as well, don't know the config option) by going to: Tools -> Options -> Tabs -> open pages in a new tab Plus, this will open any javascript-generated pop-ups in new tabs as well. |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT. The time now is 09:06 PM.

