<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Can I ignore target attribute?]]></title><description><![CDATA[<p dir="auto">Is there a way in new Operas to ignore the target attribute of links (to prevent opening in new tabs)?</p>
]]></description><link>https://forums.opera.com/topic/54/can-i-ignore-target-attribute</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 19:41:10 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/54.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Sep 2013 09:32:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can I ignore target attribute? on Fri, 29 Nov 2013 22:02:18 GMT]]></title><description><![CDATA[<p dir="auto">Never mind. They're just script managers. <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61b.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--face_with_tongue" title=":P" alt="😛" /></p>
]]></description><link>https://forums.opera.com/post/25365</link><guid isPermaLink="true">https://forums.opera.com/post/25365</guid><dc:creator><![CDATA[frenzie]]></dc:creator><pubDate>Fri, 29 Nov 2013 22:02:18 GMT</pubDate></item><item><title><![CDATA[Reply to Can I ignore target attribute? on Fri, 29 Nov 2013 21:59:59 GMT]]></title><description><![CDATA[<p dir="auto">Don't tamper with a violent monkey!</p>
<p dir="auto">Eh ... what was the question?</p>
]]></description><link>https://forums.opera.com/post/25364</link><guid isPermaLink="true">https://forums.opera.com/post/25364</guid><dc:creator><![CDATA[missingno]]></dc:creator><pubDate>Fri, 29 Nov 2013 21:59:59 GMT</pubDate></item><item><title><![CDATA[Reply to Can I ignore target attribute? on Fri, 29 Nov 2013 21:56:41 GMT]]></title><description><![CDATA[<p dir="auto">What's the difference between TamperMonkey and ViolentMonkey?</p>
]]></description><link>https://forums.opera.com/post/25362</link><guid isPermaLink="true">https://forums.opera.com/post/25362</guid><dc:creator><![CDATA[frenzie]]></dc:creator><pubDate>Fri, 29 Nov 2013 21:56:41 GMT</pubDate></item><item><title><![CDATA[Reply to Can I ignore target attribute? on Fri, 29 Nov 2013 19:19:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/500">@veggen</a><br />
<s>I think it stopped working today<br />
When I want to download photo from facebook, it opens new empty tab<br />
It wans't like that before</s></p>
<p dir="auto">I take that back<br />
It works fine again<br />
honestly, don't know what happened<br />
for some reason some of the scripts and extensions stopped working (your script, facebook redirect fixer extension etc)<br />
but everything seems fine now</p>
]]></description><link>https://forums.opera.com/post/25343</link><guid isPermaLink="true">https://forums.opera.com/post/25343</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 29 Nov 2013 19:19:26 GMT</pubDate></item><item><title><![CDATA[Reply to Can I ignore target attribute? on Sun, 20 Oct 2013 19:04:39 GMT]]></title><description><![CDATA[<p dir="auto">Originally posted by veggen:</p>
<blockquote>
<p dir="auto">I've ended up installing Violent monkey extension and making my own script for this. In case someone cares, the source is:</p>
</blockquote>
<p dir="auto">thank you for this<br />
<img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f199.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--up_button" title=":up:" alt="🆙" /></p>
]]></description><link>https://forums.opera.com/post/24053</link><guid isPermaLink="true">https://forums.opera.com/post/24053</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 20 Oct 2013 19:04:39 GMT</pubDate></item><item><title><![CDATA[Reply to Can I ignore target attribute? on Sun, 22 Sep 2013 14:20:19 GMT]]></title><description><![CDATA[<p dir="auto">I've ended up installing <a href="https://addons.opera.com/en-gb/extensions/details/violent-monkey/" target="_blank" rel="noopener noreferrer nofollow ugc">Violent monkey</a> extension and making my own script for this. In case someone cares, the source is:</p>
<pre><code>// ==UserScript==
// @name Ignore link target
// @author veggen
// @description Ignores the target attribute on links.
// @version 0.1
// @include *
// ==/UserScript==

[].forEach.call(
  document.querySelectorAll('a[target]'), 
  function(targettedLink){
    targettedLink.removeAttribute("target");
  }
);
</code></pre>
]]></description><link>https://forums.opera.com/post/23711</link><guid isPermaLink="true">https://forums.opera.com/post/23711</guid><dc:creator><![CDATA[veggen]]></dc:creator><pubDate>Sun, 22 Sep 2013 14:20:19 GMT</pubDate></item><item><title><![CDATA[Reply to Can I ignore target attribute? on Wed, 18 Sep 2013 10:44:18 GMT]]></title><description><![CDATA[<p dir="auto">I don't think userCSS or userJS available as yet, but you might be able should be able to do with js as a bookmarklet...</p>
<p dir="auto">Start at <a href="http://userscripts.org/scripts" target="_blank" rel="noopener noreferrer nofollow ugc">Userscripts.org</a> but I think there are a number of such sources....</p>
]]></description><link>https://forums.opera.com/post/23670</link><guid isPermaLink="true">https://forums.opera.com/post/23670</guid><dc:creator><![CDATA[elrice]]></dc:creator><pubDate>Wed, 18 Sep 2013 10:44:18 GMT</pubDate></item></channel></rss>