Changes all _blank links to _self to force links to open in same tab
This changes links on all websites that include _blank attribute (which forces a new window/tab) and changes it to _self. This is particularly useful for opening _blank links that are clicked within an iframe. They will now force links to open within that iframe.