<?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[Add &quot;go to url&quot; in search popup]]></title><description><![CDATA[<p dir="auto">Hi, I'd find quite convenient to have this feature:</p>
<p dir="auto">When you select some text the search popup appears with two options: "search" and "copy", and I love this feature.<br />
In case the selected text was an url but not a link (I mean it's something like <a href="http://www.example.com" target="_blank" rel="noopener noreferrer nofollow ugc">www.example.com</a> but without the <code>&lt;a&gt;</code> html tag), it would be nice to have also a "go to" option in the popup.</p>
<p dir="auto">If you right-click your selection you get the "go to the address" option, so basically the code is already there.<br />
I don't know if it could be a 3rd option or maybe replace the "search" option.</p>
<p dir="auto">Thank you for considering this.</p>
<p dir="auto">Federico</p>
]]></description><link>https://forums.opera.com/topic/22243/add-go-to-url-in-search-popup</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 15:45:12 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/22243.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Aug 2017 23:23:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Add &quot;go to url&quot; in search popup on Sun, 05 Jan 2020 12:35:17 GMT]]></title><description><![CDATA[<p dir="auto">Now it is implemented, thank you so much! <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f64f-1f3fb.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--folded_hands_light_skin_tone" title=":folded_hands_light_skin_tone:" alt="🙏🏻" /></p>
]]></description><link>https://forums.opera.com/post/194276</link><guid isPermaLink="true">https://forums.opera.com/post/194276</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 05 Jan 2020 12:35:17 GMT</pubDate></item><item><title><![CDATA[Reply to Add &quot;go to url&quot; in search popup on Tue, 10 Jul 2018 17:37:11 GMT]]></title><description><![CDATA[<p dir="auto">I've devised a way to recreate Chrome's "Go to %url" ...</p>
<ul>
<li>
<p dir="auto">Install "<a href="https://addons.opera.com/en/extensions/details/install-chrome-extensions/" target="_blank" rel="noopener noreferrer nofollow ugc">Install Chrome Extensions</a>" ... a valuable Opera Addon</p>
</li>
<li>
<p dir="auto">Install "<a href="https://chrome.google.com/webstore/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj/related?hl=en" target="_blank" rel="noopener noreferrer nofollow ugc">Custom Right-Click Menu</a>" from the Chrome Store</p>
</li>
<li>
<p dir="auto">Open the Options for Custom Right-Click Menu</p>
</li>
<li>
<p dir="auto">In the Editing the CRM section, select Selection</p>
</li>
<li>
<p dir="auto">Scroll down to Commonly Used Search Engines, and add one</p>
</li>
<li>
<p dir="auto">It adds that search engine in the Editing the CRM section.  Click on it, not on its gear, to edit it.</p>
</li>
<li>
<p dir="auto">Change the name to "Go to %s"</p>
</li>
<li>
<p dir="auto">Change the code to</p>
<p dir="auto">var query;<br />
var url = "%s";<br />
if (crmAPI.getSelection()) {<br />
query = crmAPI.getSelection();<br />
} else {<br />
query = window.prompt('Please select some text');<br />
}<br />
if (query) {<br />
window.open(url.replace(/%s/g,query), '_blank');<br />
}</p>
</li>
</ul>
]]></description><link>https://forums.opera.com/post/150208</link><guid isPermaLink="true">https://forums.opera.com/post/150208</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 10 Jul 2018 17:37:11 GMT</pubDate></item><item><title><![CDATA[Reply to Add &quot;go to url&quot; in search popup on Tue, 29 May 2018 18:27:24 GMT]]></title><description><![CDATA[<p dir="auto">It is better to have option to show context menu on select.<br />
Search popup is subset of context menu, so it has no extensible.</p>
]]></description><link>https://forums.opera.com/post/147383</link><guid isPermaLink="true">https://forums.opera.com/post/147383</guid><dc:creator><![CDATA[tree1891]]></dc:creator><pubDate>Tue, 29 May 2018 18:27:24 GMT</pubDate></item><item><title><![CDATA[Reply to Add &quot;go to url&quot; in search popup on Thu, 17 May 2018 15:57:33 GMT]]></title><description><![CDATA[<p dir="auto">This would be super useful!</p>
]]></description><link>https://forums.opera.com/post/146627</link><guid isPermaLink="true">https://forums.opera.com/post/146627</guid><dc:creator><![CDATA[davcadostal]]></dc:creator><pubDate>Thu, 17 May 2018 15:57:33 GMT</pubDate></item><item><title><![CDATA[Reply to Add &quot;go to url&quot; in search popup on Sat, 28 Oct 2017 15:32:28 GMT]]></title><description><![CDATA[<p dir="auto">+1 , it would take less work to open the page</p>
]]></description><link>https://forums.opera.com/post/129293</link><guid isPermaLink="true">https://forums.opera.com/post/129293</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 28 Oct 2017 15:32:28 GMT</pubDate></item><item><title><![CDATA[Reply to Add &quot;go to url&quot; in search popup on Fri, 18 Aug 2017 12:29:07 GMT]]></title><description><![CDATA[<p dir="auto">Pic of the renewed popup: <a href="https://www-static-blogs.operacdn.com/multi/wp-content/uploads/sites/3/2017/07/Dev48_Time_zones-700x438.png" target="_blank" rel="noopener noreferrer nofollow ugc">https://www-static-blogs.operacdn.com/multi/wp-content/uploads/sites/3/2017/07/Dev48_Time_zones-700x438.png</a></p>
]]></description><link>https://forums.opera.com/post/126412</link><guid isPermaLink="true">https://forums.opera.com/post/126412</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 18 Aug 2017 12:29:07 GMT</pubDate></item><item><title><![CDATA[Reply to Add &quot;go to url&quot; in search popup on Fri, 18 Aug 2017 05:58:41 GMT]]></title><description><![CDATA[<p dir="auto">The popup could have a bit more features. But I guess it must not get too crowdy. I'm not sure but it perhaps seems that it's gone a bit smaller due to upcoming unit converter and share...</p>
<p dir="auto">For me "go to address" (in new tab) popup would be much more useful than conversion or share I think. Hmmm.</p>
<p dir="auto">Edit: <a href="https://www-static-blogs.operacdn.com/multi/wp-content/uploads/sites/3/2017/07/Dev48_Time_zones-700x438.png" target="_blank" rel="noopener noreferrer nofollow ugc">https://www-static-blogs.operacdn.com/multi/wp-content/uploads/sites/3/2017/07/Dev48_Time_zones-700x438.png</a></p>
]]></description><link>https://forums.opera.com/post/126376</link><guid isPermaLink="true">https://forums.opera.com/post/126376</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 18 Aug 2017 05:58:41 GMT</pubDate></item></channel></rss>