<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: You can specify the address of the browser path to open the clipboard</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=5e6f496f-17ea-4c25-a824-90486e7c3c2b" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=5e6f496f-17ea-4c25-a824-90486e7c3c2b</link>
<description>ClipboardFusion RSS: You can specify the address of the browser path to open the clipboard</description>
<lastBuildDate>Wed, 13 May 2026 02:21:11 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=5e6f496f-17ea-4c25-a824-90486e7c3c2b</generator>
<item>
<title>RE: You can specify the address of the browser path to open the clipboard</title>
<link>https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#6</link>
<pubDate>Fri, 04 Sep 2020 16:23:28 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#6</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
You can get rid of the --new-window altogether, so change it to this:
string browserArgs = text;
Thanks!
Thanks! perfect!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>You can get rid of the --new-window altogether, so change it to this:<br/>
<br/>
<div class="Inline"><pre>string browserArgs = text;</pre></div><br/>
<br/>
Thanks!</div></div><br/>
Thanks! perfect!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: You can specify the address of the browser path to open the clipboard</title>
<link>https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#5</link>
<pubDate>Fri, 04 Sep 2020 15:47:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#5</guid>
<category>ClipboardFusion</category>
<description><![CDATA[You can get rid of the --new-window altogether, so change it to this:
string browserArgs = text;
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can get rid of the --new-window altogether, so change it to this:<br/>
<br/>
<div class="Inline"><pre>string browserArgs = text;</pre></div><br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: You can specify the address of the browser path to open the clipboard</title>
<link>https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#4</link>
<pubDate>Thu, 03 Sep 2020 21:10:28 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Quote:
I've attached a macro that you can import for this. If you want to change the browser, you can update the "browserPath" variable
Hope that helps!
Thank you for making the macro, it is very easy to use
Have a small problem
This macro is every time you open a new browser window...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div><div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>I've attached a macro that you can import for this. If you want to change the browser, you can update the "browserPath" variable <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Hope that helps!</div></div><br/>
<br/>
Thank you for making the macro, it is very easy to use<br/>
<br/>
Have a small problem<br/>
<br/>
This macro is every time you open a new browser window<br/>
<br/>
Can the browser open a new tab instead of a new window? ?<br/>
<br/>
In other words, my browser window is already running, and I need to open a new tab to access the URL in the clipboard<br/>
<br/>
Instead of re-running a new browser window<br/>
<br/>
Now you made this macro to open a new window instead of a label<br/>
<br/>
Can it be optimized and changed to open label<br/>
<br/>
Thank you<br/>
<br/>
        // Set the browser args (new window and URL)<br/>
        //string browserArgs = "--new-window " + text;<br/>
<br/>
It seems to have solved the problem? ? ?<br/>
<br/>
Ah let me thank you again for the macro<br/>
<br/>
// Set the browser args (new window and URL)<br/>
        string browserArgs = "--new " + text;<br/>
<br/></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: You can specify the address of the browser path to open the clipboard</title>
<link>https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#3</link>
<pubDate>Thu, 03 Sep 2020 20:47:58 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
I've attached a macro that you can import for this. If you want to change the browser, you can update the "browserPath" variable
Hope that helps!
Thank you for making the macro, it is very easy to use
Have a small problem
This macro is every time you open a new browser window
Can the...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>I've attached a macro that you can import for this. If you want to change the browser, you can update the "browserPath" variable <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Hope that helps!</div></div><br/>
<br/>
Thank you for making the macro, it is very easy to use<br/>
<br/>
Have a small problem<br/>
<br/>
This macro is every time you open a new browser window<br/>
<br/>
Can the browser open a new tab instead of a new window? ?<br/>
<br/>
In other words, my browser window is already running, and I need to open a new tab to access the URL in the clipboard<br/>
<br/>
Instead of re-running a new browser window<br/>
<br/>
Now you made this macro to open a new window instead of a label<br/>
<br/>
Can it be optimized and changed to open label<br/>
<br/>
Thank you
</div>
]]></content:encoded>
</item>
<item>
<title>RE: You can specify the address of the browser path to open the clipboard</title>
<link>https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#2</link>
<pubDate>Thu, 03 Sep 2020 19:52:44 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I've attached a macro that you can import for this. If you want to change the browser, you can update the "browserPath" variable
Hope that helps!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I've attached a macro that you can import for this. If you want to change the browser, you can update the "browserPath" variable <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>You can specify the address of the browser path to open the clipboard</title>
<link>https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b</link>
<pubDate>Wed, 02 Sep 2020 13:01:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/you-can-specify-the-address-of-the-browser-path-to-open-the-clipboard/?ID=5e6f496f-17ea-4c25-a824-90486e7c3c2b</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Dear developers
I asked for help before and got answers and help
Before is asking for help
Use the browser on the specified path to open the specified URL
Now I find that this requirement is limited
Now I would like to implore you developers
Get one for me
Use the browser with the specifie...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Dear developers<br/>
<br/>
I asked for help before and got answers and help<br/>
<br/>
Before is asking for help<br/>
Use the browser on the specified path to open the specified URL<br/>
<br/>
Now I find that this requirement is limited<br/>
<br/>
Now I would like to implore you developers<br/>
<br/>
Get one for me<br/>
<br/>
Use the browser with the specified path to open the link on the clipboard<br/>
<br/>
 Should be able to achieve<br/>
<br/>
For example, the path of the browser is H:\newFirefox\Firefox\firefox.exe There is a URL in the clipboard https://www.clipboardfusion.com/<br/>
<br/>
I want to use a macro to open the URL in the clipboard with a browser with a specified path<br/>
Of course this is just an example<br/>
<br/>
Any URL in the clipboard can be opened with a browser with a specified path. The path of this browser can be customized<img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-meh.light.svg" alt=":|" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":|" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
For not understanding the code<br/>
I have no learning ability<br/>
Express sorry<br/>
I implore the developers to help implement this script function. Thanks
</div>
]]></content:encoded>
</item>
</channel>
</rss>