Se a página tiver jquery, você poderá injetar o seguinte:
$('a[target="_blank"]').removeAttr('target');
Existe alguma maneira, em qualquer navegador, com ou sem extensão, de sobrescrever o comportamento target="_ blank"?
Como eu sei, não há nenhum navegador em qualquer lugar que permita abrir um link com um atributo target="_ blank" na mesma janela.
Alguém tem conhecimento de alguma maneira de substituir esse atributo para usuários finais?
O Firefox permite que você o substitua :
Users who want to change this behavior need to type in about:config in a tab in the Firefox web browser. This should open the Firefox configuration. First time users need to accept a disclaimer. They then need to filter for the term browser.link.open_newwindow. The default value of that entry is 3 which opens links that would normally open in a new window in a new tab.
To force Firefox to open links (no matter if they have been designed to open in a new tab or window) in the same tab one would need to change the value to [1] which will open all links that would normally open in a new window in the same tab. Changing the value to [2] would open new windows in a new window (duh).
Value of 1: Opens links that would normally open in a new tab or new window in the current tab or window
Value of 2: Open links that would normally open in a new window, in a new window
Value of 3: Open links that would normally open in a new window in a new tab in the current window (default)
Você pode fazer isso se o seu navegador suportar scripts de usuário (como o Chrome ou o Firefox por meio de um plug-in).
Em seguida, você pode escrever um script de usuário para substituir o comportamento do site / página em que está interessado.
O Greasemonkey tem vários scripts gerados pelo usuário que farão isso.
Alguns segundos do Google apareceram " Remove Link Target " - há muitos outros.
O Opera suporta que, no menu pop-up, clique com o botão direito do mouse em um link. Poderia ser mais claro, a escolha é apenas rotulada como "Aberto".
Isso está disponível no Opera 12, mas é um dos recursos que faltam no Opera 15.