/*
Name: Remove blank
Version: 0.1
Author: profiT
Description: removes target='_blank' links
             http://usercss.ru/styles/remove_blank/
*/


a[href][target='_blank'] {
	-o-link: attr(href) !important; 
	-o-link-source: current !important;
	}
