Script Summary: removes the target="_blank" crap that really annoys me
You should be in charge of how you browse the internet, not some corporate shill who wants to keep one of your feet on their website. If you want to stay, you'll stay.
This script is 2 lines of javascript. It looks at all "a" tags and converts them to target="_self" so that they open in the current tab/window, not a new one.
If the link has been modified by other javascript, or a method runs that uses javascript to open a popup, this won't work. The amount of effort it would take to convert stuff like this would be a bit of a pain, too, so I probably won't do it - unless I can figure out a way to override/add functionality to the window.open method.



