<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Linklever</title>
    <subtitle>Landing page for Linklever</subtitle>
    <link rel="self" type="application/atom+xml" href="https://linklever.net/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://linklever.net"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-06-03T00:00:00+00:00</updated>
    <id>https://linklever.net/atom.xml</id>
    <entry xml:lang="en">
        <title>Open a link in browser A, from browser B</title>
        <published>2026-06-03T00:00:00+00:00</published>
        <updated>2026-06-03T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2026/05/auto-route/"/>
        <id>https://linklever.net/blog/2026/05/auto-route/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2026/05/auto-route/">&lt;p&gt;Normally, when you click an &lt;code&gt;https:&#x2F;&#x2F;&lt;&#x2F;code&gt; link in a browser, it opens in the same browser. The browser doesn&#x27;t send it the OS, which means Linklever can&#x27;t route it to another browser.&lt;&#x2F;p&gt;
&lt;p&gt;The Linklever browser extension now solves this problem.&lt;&#x2F;p&gt;
&lt;p&gt;Linklever already routes links you open from non-browser apps: your text editor, your chat client, your PDF reader. Now, it can also route a link you click or type inside Firefox, Chrome, or any Chrome-like browser.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;how-it-works&quot;&gt;How It Works&lt;&#x2F;h2&gt;
&lt;p&gt;When you switch on &lt;em&gt;Auto-route&lt;&#x2F;em&gt; in the extension options, the extension checks every link your browser is about to load against your Linklever rules.&lt;&#x2F;p&gt;
&lt;p&gt;If a rule sends the link to a different browser, the extension closes the tab and Linklever opens the link in the right browser. If the rule targets the current browser, or no rule matches, the link loads normally in your current tab.&lt;&#x2F;p&gt;
&lt;p&gt;So if you have a rule that opens &lt;code&gt;example.com&lt;&#x2F;code&gt; in Chrome, and you type that URL into Firefox, the Firefox tab closes and Chrome opens it instead.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;how-to-enable-it&quot;&gt;How to Enable it&lt;&#x2F;h2&gt;
&lt;p&gt;&lt;strong&gt;Step 1:&lt;&#x2F;strong&gt; Install the extension if you haven&#x27;t. It is available for &lt;a href=&quot;https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;linklever&#x2F;&quot;&gt;Firefox&lt;&#x2F;a&gt; and for &lt;a href=&quot;https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;linklever&#x2F;nadbgpbhpkbcgidjjfoimekfdngdaioc&quot;&gt;Chrome, Edge, Brave, Vivaldi, and Opera&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Step 2:&lt;&#x2F;strong&gt; In the Linklever desktop app, open &lt;code&gt;Settings&lt;&#x2F;code&gt; and turn on &lt;code&gt;Browser Plugins&lt;&#x2F;code&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;05&#x2F;auto-route&#x2F;settings-browser-plugins.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Step 3:&lt;&#x2F;strong&gt; Click the Linklever icon in your browser, then check &lt;code&gt;Open matching links in Linklever&lt;&#x2F;code&gt;. You can also set this on the options page.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;05&#x2F;auto-route&#x2F;open-matching-links.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Step 4:&lt;&#x2F;strong&gt; In the options page, set &lt;code&gt;This browser is&lt;&#x2F;code&gt; to the browser you are configuring. Linklever uses this so it never sends a link back to the same browser it came from. The extension tries to detect this for you; correct it if it looks wrong.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;05&#x2F;auto-route&#x2F;this-browser-is.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;about-permissions&quot;&gt;About Permissions&lt;&#x2F;h2&gt;
&lt;p&gt;Auto-route asks for two browser permissions, &lt;code&gt;webNavigation&lt;&#x2F;code&gt; and &lt;code&gt;tabs&lt;&#x2F;code&gt;. They let the extension see the URL the browser is about to load and close the tab when a rule sends it elsewhere. Your browser only prompts for them when you turn auto-route on, and you can revoke them at any time by turning auto-route off.&lt;&#x2F;p&gt;
&lt;p&gt;The extension sends those URLs only to the Linklever desktop app on your own computer, over the operating system&#x27;s native messaging channel. Nothing goes to Linklever or any third party over the internet. See the &lt;a href=&quot;https:&#x2F;&#x2F;linklever.net&#x2F;privacy&quot;&gt;Privacy Policy&lt;&#x2F;a&gt; for details.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;keep-reading&quot;&gt;Keep Reading&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;&#x2F;blog&#x2F;2025&#x2F;07&#x2F;browser-extensions-are-here&#x2F;&quot;&gt;The Linklever Browser Extension&lt;&#x2F;a&gt;: How the extension started&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;linklever.net&#x2F;guide&#x2F;overview&#x2F;extension&#x2F;extension.html&quot;&gt;Browser Extension guide&lt;&#x2F;a&gt;: Full setup and options&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;h2 id=&quot;thanks&quot;&gt;Thanks&lt;&#x2F;h2&gt;
&lt;p&gt;Thanks to Sparus42 for the suggestion.&lt;&#x2F;p&gt;
&lt;p&gt;Let me know what you think! &lt;a href=&quot;mailto:doug@linklever.net&quot;&gt;doug@linklever.net&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Not all links are for the browser</title>
        <published>2026-06-03T00:00:00+00:00</published>
        <updated>2026-06-03T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2026/05/native-apps/"/>
        <id>https://linklever.net/blog/2026/05/native-apps/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2026/05/native-apps/">&lt;p&gt;Some links are not meant for a browser at all.&lt;&#x2F;p&gt;
&lt;p&gt;They&#x27;re called custom URL schemes, and you&#x27;ve seen them before. A &lt;code&gt;notion:&#x2F;&#x2F;&lt;&#x2F;code&gt; link belongs in the Notion desktop app. A &lt;code&gt;steam:&#x2F;&#x2F;&lt;&#x2F;code&gt; link belongs in Steam.&lt;&#x2F;p&gt;
&lt;p&gt;A Linklever customer pointed out that Linklever used to force these links into a browser anyway. The workaround was to add a fake &quot;browser&quot; entry pointing at the real app, plus a rule to send the link there. That got messy fast.&lt;&#x2F;p&gt;
&lt;p&gt;Today&#x27;s release fixes that.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;what-changed&quot;&gt;What Changed&lt;&#x2F;h2&gt;
&lt;p&gt;Linklever now sends any URL with a custom scheme straight to your operating system. A custom scheme is anything that is not &lt;code&gt;http&lt;&#x2F;code&gt;, &lt;code&gt;https&lt;&#x2F;code&gt;, or &lt;code&gt;file&lt;&#x2F;code&gt;. The OS opens the link in whatever app is registered for that scheme.&lt;&#x2F;p&gt;
&lt;p&gt;So &lt;code&gt;notion:&#x2F;&#x2F;&lt;&#x2F;code&gt; opens in Notion, &lt;code&gt;steam:&#x2F;&#x2F;&lt;&#x2F;code&gt; opens in Steam, and &lt;code&gt;slack:&#x2F;&#x2F;&lt;&#x2F;code&gt; opens in Slack. No fake browser entry needed.&lt;&#x2F;p&gt;
&lt;p&gt;Test a scheme in Linklever and it shows the app that will open it. A &lt;code&gt;notion:&#x2F;&#x2F;&lt;&#x2F;code&gt; link goes to Notion:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;05&#x2F;native-apps&#x2F;notion-url-scheme.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;A &lt;code&gt;mailto:&#x2F;&#x2F;&lt;&#x2F;code&gt; link goes to your mail app, here Thunderbird:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;05&#x2F;native-apps&#x2F;mailto-url-scheme.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;turn-web-links-into-app-links&quot;&gt;Turn Web Links Into App Links&lt;&#x2F;h2&gt;
&lt;p&gt;This pairs with &lt;em&gt;filters&lt;&#x2F;em&gt;. A filter rewrites a URL before the rules engine sees it, so if you combine a filter with the change above, a normal web link can open in a desktop app.&lt;&#x2F;p&gt;
&lt;p&gt;For example, to open Notion web links in the Notion app, add a filter with this pattern:&lt;&#x2F;p&gt;
&lt;pre style=&quot;background-color:#2b303b;color:#c0c5ce;&quot;&gt;&lt;code&gt;&lt;span&gt;https:&#x2F;&#x2F;(*notion.com*)
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;and this template:&lt;&#x2F;p&gt;
&lt;pre style=&quot;background-color:#2b303b;color:#c0c5ce;&quot;&gt;&lt;code&gt;&lt;span&gt;notion:&#x2F;&#x2F;$1
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Now Linklever rewrites &lt;code&gt;https:&#x2F;&#x2F;www.notion.com&#x2F;page&#x2F;123&lt;&#x2F;code&gt; to &lt;code&gt;notion:&#x2F;&#x2F;www.notion.com&#x2F;page&#x2F;123&lt;&#x2F;code&gt; and hands it to the OS, which hands it to Notion.&lt;&#x2F;p&gt;
&lt;p&gt;Steam works the same way. Pattern:&lt;&#x2F;p&gt;
&lt;pre style=&quot;background-color:#2b303b;color:#c0c5ce;&quot;&gt;&lt;code&gt;&lt;span&gt;https:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;(*)
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Template:&lt;&#x2F;p&gt;
&lt;pre style=&quot;background-color:#2b303b;color:#c0c5ce;&quot;&gt;&lt;code&gt;&lt;span&gt;steam:&#x2F;&#x2F;store&#x2F;$1
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Now a Steam store link opens the Steam app on the right page.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;your-turn&quot;&gt;Your Turn&lt;&#x2F;h2&gt;
&lt;p&gt;Many desktop apps register a custom scheme. For the apps you use, you can write a filter to route their links straight to the app. See the &lt;a href=&quot;https:&#x2F;&#x2F;linklever.net&#x2F;guide&#x2F;overview&#x2F;filters&#x2F;filters.html&quot;&gt;Filters guide&lt;&#x2F;a&gt; for more info.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;thanks&quot;&gt;Thanks&lt;&#x2F;h2&gt;
&lt;p&gt;Thanks to Sparus42 for the suggestion.&lt;&#x2F;p&gt;
&lt;p&gt;Let me know what you think! &lt;a href=&quot;mailto:doug@linklever.net&quot;&gt;doug@linklever.net&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>New Feature: Copy URL</title>
        <published>2026-05-15T00:00:00+00:00</published>
        <updated>2026-05-15T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2026/05/ask-dialog-copy/"/>
        <id>https://linklever.net/blog/2026/05/ask-dialog-copy/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2026/05/ask-dialog-copy/">&lt;p&gt;A Linklever customer wrote in with a suggestion: when the &lt;a href=&quot;&#x2F;blog&#x2F;2025&#x2F;10&#x2F;browser-picker&#x2F;&quot;&gt;browser picker&lt;&#x2F;a&gt; appears, sometimes you don&#x27;t actually want to open the URL in any browser. You just want to copy it somewhere else: a note, a chat, an input field, etc.&lt;&#x2F;p&gt;
&lt;p&gt;Until now, that meant cancelling the picker, going back to where the link came from, and copying the link there. It&#x27;s a small detour, but one you might take many times a day.&lt;&#x2F;p&gt;
&lt;p&gt;Today&#x27;s release adds a &lt;em&gt;Copy&lt;&#x2F;em&gt; button right on the picker.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;the-button&quot;&gt;The Button&lt;&#x2F;h2&gt;
&lt;p&gt;A small copy icon now sits next to the URL:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;05&#x2F;ask-dialog-copy&#x2F;copy-button.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Click it, and Linklever sends the URL to your clipboard. The icon swaps to a green checkmark so you know it worked:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;05&#x2F;ask-dialog-copy&#x2F;copy-button-clicked.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;The picker stays open so you can still pick a browser, or press &lt;code&gt;ESC&lt;&#x2F;code&gt; to close it.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;keyboard-shortcut&quot;&gt;Keyboard Shortcut&lt;&#x2F;h2&gt;
&lt;p&gt;If your hands are on the keyboard, you can skip the mouse. While the picker has focus, press &lt;code&gt;Ctrl+C&lt;&#x2F;code&gt; on Windows and Linux, or &lt;code&gt;Cmd+C&lt;&#x2F;code&gt; on macOS.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;thanks&quot;&gt;Thanks&lt;&#x2F;h2&gt;
&lt;p&gt;Thanks to AtmanActive for the suggestion.&lt;&#x2F;p&gt;
&lt;p&gt;Let me know what you think! &lt;a href=&quot;mailto:doug@linklever.net&quot;&gt;doug@linklever.net&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>New Feature: Ask Hotkey</title>
        <published>2026-04-13T00:00:00+00:00</published>
        <updated>2026-04-13T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2026/04/ask-hotkey/"/>
        <id>https://linklever.net/blog/2026/04/ask-hotkey/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2026/04/ask-hotkey/">&lt;p&gt;Most of the time, your Linklever rules open the browser you expect, but occasionally you may want to pick a different browser.&lt;&#x2F;p&gt;
&lt;p&gt;The &lt;em&gt;Ask hotkey&lt;&#x2F;em&gt; accomodates this need. Hold the hotkey when you click a link and Linklever opens the &lt;a href=&quot;&#x2F;blog&#x2F;2025&#x2F;10&#x2F;browser-picker&#x2F;&quot;&gt;browser picker&lt;&#x2F;a&gt;, ignoring whatever rule would normally match.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;example&quot;&gt;Example&lt;&#x2F;h2&gt;
&lt;p&gt;You have a rule that sends &lt;em&gt;github.com&lt;&#x2F;em&gt; to Firefox, but just this once, you want to open a github link in Chrome instead. Hold &lt;em&gt;Shift&lt;&#x2F;em&gt;, click the link, and choose Chrome in the picker.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;how-it-works&quot;&gt;How It Works&lt;&#x2F;h2&gt;
&lt;p&gt;When a link arrives, Linklever checks whether your chosen modifier is held right then. If it is, the browser picker opens regardless of which rule would have matched. If it isn&#x27;t, the usual rule evaluation runs and the matched browser opens.&lt;&#x2F;p&gt;
&lt;p&gt;The check is platform-specific: Win32 &lt;code&gt;GetAsyncKeyState&lt;&#x2F;code&gt; on Windows, &lt;code&gt;CGEventSource&lt;&#x2F;code&gt; on macOS, and &lt;code&gt;EVIOCGKEY&lt;&#x2F;code&gt; on &lt;code&gt;&#x2F;dev&#x2F;input&#x2F;eventN&lt;&#x2F;code&gt; on Linux, which works on both X11 and Wayland.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;configuration&quot;&gt;Configuration&lt;&#x2F;h2&gt;
&lt;p&gt;In the Settings tab, you&#x27;ll find an &lt;em&gt;Ask Hotkey&lt;&#x2F;em&gt; dropdown with four choices: Ctrl, Alt, Shift, or Off. Shift is the default.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;04&#x2F;ask-hotkey&#x2F;settings_ask_hotkey.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;linux-users&quot;&gt;Linux Users&lt;&#x2F;h2&gt;
&lt;p&gt;This feature requires your user to be in the &lt;code&gt;input&lt;&#x2F;code&gt; group. If the hotkey doesn&#x27;t work, run &lt;code&gt;groups&lt;&#x2F;code&gt; to check. To add yourself, run &lt;code&gt;sudo usermod -aG input $USER&lt;&#x2F;code&gt; and then log out and back in.&lt;&#x2F;p&gt;
&lt;p&gt;On GNOME, the terminal captures Ctrl and Alt before they reach Linklever. If you click a lot of links from a terminal, stick with Shift.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;more-info&quot;&gt;More Info&lt;&#x2F;h2&gt;
&lt;p&gt;See the &lt;a href=&quot;&#x2F;guide&#x2F;overview&#x2F;settings&#x2F;settings.html#ask-hotkey&quot;&gt;Settings guide&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;Let me know what you think! &lt;a href=&quot;mailto:doug@linklever.net&quot;&gt;doug@linklever.net&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>How to Open Links in Firefox Containers</title>
        <published>2026-01-03T00:00:00+00:00</published>
        <updated>2026-01-03T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2026/01/firefox-containers/"/>
        <id>https://linklever.net/blog/2026/01/firefox-containers/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2026/01/firefox-containers/">&lt;p&gt;If you use multiple accounts for the same service (work and personal Gmail, for example), you&#x27;ve probably run into this: you click a link and it opens in the wrong account. Or you have to keep logging in and out. Or your work and personal tabs are mixed together, making it hard to find what you need.&lt;&#x2F;p&gt;
&lt;p&gt;Firefox&#x27;s &lt;em&gt;Multi-Account Containers&lt;&#x2F;em&gt; feature solves this by isolating browsing contexts. Cookies and site data stay separate between containers, so you can be logged into multiple accounts simultaneously.&lt;&#x2F;p&gt;
&lt;p&gt;With Linklever and a third-party extension, you can automatically route links to specific containers based on rules. Click a work link anywhere on your computer, and it opens in your Work container without any extra steps.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;what-you-need&quot;&gt;What You Need&lt;&#x2F;h2&gt;
&lt;ol&gt;
&lt;li&gt;Firefox with the &lt;a href=&quot;https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;multi-account-containers&#x2F;&quot;&gt;Multi-Account Containers&lt;&#x2F;a&gt; extension&lt;&#x2F;li&gt;
&lt;li&gt;The &lt;a href=&quot;https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;open-url-in-container&#x2F;&quot;&gt;open-url-in-container&lt;&#x2F;a&gt; extension&lt;&#x2F;li&gt;
&lt;li&gt;Linklever (version 0.57.0 or later)&lt;&#x2F;li&gt;
&lt;&#x2F;ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;&#x2F;strong&gt; The &lt;em&gt;open-url-in-container&lt;&#x2F;em&gt; extension is a third-party project not developed by EnduraByte. Use it at your own discretion.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;how-it-works&quot;&gt;How It Works&lt;&#x2F;h2&gt;
&lt;p&gt;The &lt;em&gt;open-url-in-container&lt;&#x2F;em&gt; extension registers a custom protocol. When Firefox opens a URL like &lt;code&gt;ext+container:name=Work&amp;amp;url=https:&#x2F;&#x2F;example.com&lt;&#x2F;code&gt;, the extension opens the URL in the container named &quot;Work&quot;.&lt;&#x2F;p&gt;
&lt;p&gt;Linklever can pass arguments to browsers. With the &lt;strong&gt;URL placeholder&lt;&#x2F;strong&gt; feature (available in version 0.57.0), you can include parts of the URL in those arguments. This allows you to set up a custom browser entry that passes the special URL format to Firefox.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;example-open-office-links-in-a-work-container&quot;&gt;Example: Open Office Links in a Work Container&lt;&#x2F;h2&gt;
&lt;p&gt;&lt;strong&gt;Step 1:&lt;&#x2F;strong&gt; Create a container in Firefox called &quot;Work&quot; if you don&#x27;t have one already. Click the Multi-Account Containers icon and create a new container.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Step 2:&lt;&#x2F;strong&gt; In Linklever&#x27;s Apps tab, add a custom app. Set the path to Firefox and add this argument:&lt;&#x2F;p&gt;
&lt;pre style=&quot;background-color:#2b303b;color:#c0c5ce;&quot;&gt;&lt;code&gt;&lt;span&gt;ext+container:name=Work&amp;amp;url={url}
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;p&gt;Example on macOS:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;01&#x2F;firefox-containers&#x2F;firefox-container-app.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;strong&gt;Step 3:&lt;&#x2F;strong&gt; In the Rules tab, add a rule to route Office URLs to your new Firefox entry:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2026&#x2F;01&#x2F;firefox-containers&#x2F;firefox-container-rule.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Now when you click an Office link anywhere on your computer, it opens in Firefox in the Work container.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;container-names-with-spaces&quot;&gt;Container Names with Spaces&lt;&#x2F;h2&gt;
&lt;p&gt;If your container name has spaces, replace them with &lt;code&gt;%20&lt;&#x2F;code&gt;. For example, a container called &quot;My Work&quot; would be:&lt;&#x2F;p&gt;
&lt;pre style=&quot;background-color:#2b303b;color:#c0c5ce;&quot;&gt;&lt;code&gt;&lt;span&gt;ext+container:name=My%20Work&amp;amp;url={url}
&lt;&#x2F;span&gt;&lt;&#x2F;code&gt;&lt;&#x2F;pre&gt;
&lt;h2 id=&quot;more-about-url-placeholders&quot;&gt;More About URL Placeholders&lt;&#x2F;h2&gt;
&lt;p&gt;The &lt;code&gt;{url}&lt;&#x2F;code&gt; placeholder used above is part of a broader feature. You can use placeholders for any part of the URL, for example the host, path, or query string. This lets you do things like strip tracking parameters or build custom URL formats for other tools.&lt;&#x2F;p&gt;
&lt;p&gt;See the &lt;a href=&quot;https:&#x2F;&#x2F;linklever.net&#x2F;guide&#x2F;overview&#x2F;browsers&#x2F;browsers.html&quot;&gt;Browsers guide&lt;&#x2F;a&gt; for the full list of placeholders and more examples.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;your-turn&quot;&gt;Your Turn&lt;&#x2F;h2&gt;
&lt;p&gt;Consider setting up containers for contexts you want to keep separate: banking, social media, shopping, or client work.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;keep-reading&quot;&gt;Keep Reading&lt;&#x2F;h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;&#x2F;blog&#x2F;2025&#x2F;09&#x2F;browser-arguments&#x2F;&quot;&gt;Browser Arguments&lt;&#x2F;a&gt;: The feature that makes this possible&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a href=&quot;&#x2F;blog&#x2F;2025&#x2F;10&#x2F;profile-picker&#x2F;&quot;&gt;Profile Picker&lt;&#x2F;a&gt;: Another way to separate browsing contexts&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Questions or feedback? &lt;a href=&quot;mailto:doug@linklever.net&quot;&gt;doug@linklever.net&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>New Feature: Profile Picker</title>
        <published>2025-10-13T00:00:00+00:00</published>
        <updated>2025-10-13T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2025/10/profile-picker/"/>
        <id>https://linklever.net/blog/2025/10/profile-picker/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2025/10/profile-picker/">&lt;p&gt;Last week I shared about the new &lt;strong&gt;Ask&lt;&#x2F;strong&gt; rule type and the browser picker.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2025&#x2F;10&#x2F;profile-picker&#x2F;browser_picker.png&quot; class=&quot;mx-auto&quot; style=&quot;max-width: 80%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Now, if the browser has more than one browser profile, you can pick which profile to open.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2025&#x2F;10&#x2F;profile-picker&#x2F;profile_picker.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Let me know what you think! &lt;a href=&quot;mailto:doug@linklever.net&quot;&gt;doug@linklever.net&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>New Feature: Browser Picker</title>
        <published>2025-10-06T00:00:00+00:00</published>
        <updated>2025-10-06T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2025/10/browser-picker/"/>
        <id>https://linklever.net/blog/2025/10/browser-picker/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2025/10/browser-picker/">&lt;p&gt;Sometimes you don&#x27;t want to decide which browser to use until &lt;em&gt;you click the link&lt;&#x2F;em&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;That&#x27;s what the new &lt;strong&gt;Ask&lt;&#x2F;strong&gt; rule type is for.&lt;&#x2F;p&gt;
&lt;p&gt;Linklever already has two rule types: &lt;em&gt;Url&lt;&#x2F;em&gt; and &lt;em&gt;App&lt;&#x2F;em&gt;. These tell Linklever how to decide which browser to launch: either to look at the URL or at the name of the app that has focus when you click.&lt;&#x2F;p&gt;
&lt;p&gt;Now there&#x27;s a third option: &lt;em&gt;Ask&lt;&#x2F;em&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2025&#x2F;10&#x2F;browser-picker&#x2F;rule_type_ask.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;When a link matches a rule with type &lt;em&gt;Ask&lt;&#x2F;em&gt;, Linklever shows you a browser picker:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2025&#x2F;10&#x2F;browser-picker&#x2F;browser_picker.png&quot; class=&quot;mx-auto&quot; style=&quot;max-width: 80%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;You can type to search, select a browser, and optionally check &lt;em&gt;Remember&lt;&#x2F;em&gt; so Linklever doesn&#x27;t ask next time.&lt;&#x2F;p&gt;
&lt;p&gt;Let me know what you think! &lt;a href=&quot;mailto:doug@linklever.net&quot;&gt;doug@linklever.net&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>New Feature: Browser Arguments</title>
        <published>2025-09-29T00:00:00+00:00</published>
        <updated>2025-09-29T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2025/09/browser-arguments/"/>
        <id>https://linklever.net/blog/2025/09/browser-arguments/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2025/09/browser-arguments/">&lt;p&gt;A couple of days ago, I &lt;a href=&quot;https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45386924#45390713&quot;&gt;shared Linklever on Hacker News&lt;&#x2F;a&gt;. The post received valuable feedback.&lt;&#x2F;p&gt;
&lt;p&gt;User &lt;em&gt;mrbluecoat&lt;&#x2F;em&gt; asked, &quot;Does it support opening in incognito mode [...] ?&quot; The answer until then was no, but today the answer is yes!&lt;&#x2F;p&gt;
&lt;p&gt;Linklever now supports &lt;strong&gt;passing custom arguments&lt;&#x2F;strong&gt; to the browser.&lt;&#x2F;p&gt;
&lt;p&gt;What do custom arguments have to do with incognito mode? Many browsers have a command line option to open in private or incognito mode.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;chrome-incognito&quot;&gt;Chrome Incognito&lt;&#x2F;h2&gt;
&lt;p&gt;For example, in the Apps tab, I can add a custom app that includes Chrome&#x27;s &lt;em&gt;incognito&lt;&#x2F;em&gt; flag:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2025&#x2F;09&#x2F;browser-arguments&#x2F;browser-argument.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Then, in the Rules tab, I can add a rule to route &lt;em&gt;example.com&lt;&#x2F;em&gt; to Chrome Incognito:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2025&#x2F;09&#x2F;browser-arguments&#x2F;rule-chrome-incognito.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;Finally, when I open &lt;em&gt;example.com&lt;&#x2F;em&gt; in some app, for example TextEdit, Linklever opens Chrome in incognito mode:&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2025&#x2F;09&#x2F;browser-arguments&#x2F;browser-argument-example.png&quot; style=&quot;max-width: 100%&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;h2 id=&quot;your-turn&quot;&gt;Your Turn&lt;&#x2F;h2&gt;
&lt;p&gt;&lt;strong&gt;What uses can you think of?&lt;&#x2F;strong&gt; Here are the argument lists for some popular browsers:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;gist.github.com&#x2F;dodying&#x2F;34ea4760a699b47825a766051f47d43b&quot;&gt;Chrome &#x2F; Chromium&lt;&#x2F;a&gt; (Also for all Chrome-like browsers: Edge, Brave, Vivaldi, etc.)&lt;&#x2F;li&gt;
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;wiki.mozilla.org&#x2F;Firefox&#x2F;CommandLineOptions&quot;&gt;Firefox&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Let me know what you find! &lt;a href=&quot;mailto:doug@linklever.net&quot;&gt;doug@linklever.net&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Browser Extensions are Here!</title>
        <published>2025-07-15T00:00:00+00:00</published>
        <updated>2025-07-15T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2025/07/browser-extensions-are-here/"/>
        <id>https://linklever.net/blog/2025/07/browser-extensions-are-here/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2025/07/browser-extensions-are-here/">&lt;p&gt;With the Linklever Chrome or Firefox browser extension, you can now right-click a link and open it &lt;em&gt;in any browser&lt;&#x2F;em&gt;.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;img src=&quot;&#x2F;blog&#x2F;2025&#x2F;07&#x2F;browser-extensions-are-here&#x2F;open-in-linklever.jpg&quot;&gt;&lt;&#x2F;img&gt;&lt;&#x2F;p&gt;
&lt;p&gt;When you click &lt;em&gt;Open in Linklever&lt;&#x2F;em&gt;, the browser sends the link to Linklever, which runs it through your rules and filters and opens it in your preferred browser, which could be the same browser or a different one.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;but-copy-paste-works-fine&quot;&gt;&quot;But copy-paste works fine&quot;&lt;&#x2F;h2&gt;
&lt;p&gt;You know that clicking a http or https link in a browser always opens the link &lt;em&gt;in the same browser&lt;&#x2F;em&gt;. To open a given link in another browser, you copy-paste it. The full flow goes like this: you right click, click Copy, open another browser, open a new tab, select the address bar, and paste in the link.&lt;&#x2F;p&gt;
&lt;p&gt;How fatiguing! After doing this copy-paste ritual many times, for many sites, you&#x27;re likely to forget or give up, compromising the isolation you wanted.&lt;&#x2F;p&gt;
&lt;p&gt;Not only is copy-paste inconvenient, it&#x27;s insecure. Any app can read your clipboard and see the copied link. Many links contain identifiers or secrets, such as usernames, email addresses, or auth tokens.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;example&quot;&gt;Example&lt;&#x2F;h2&gt;
&lt;p&gt;Let&#x27;s imagine you only use &lt;em&gt;Example Site&lt;&#x2F;em&gt; in Google Chrome.&lt;&#x2F;p&gt;
&lt;p&gt;You already have a rule in Linklever: &lt;em&gt;*example.com* -&amp;gt; Chrome&lt;&#x2F;em&gt;, which opens everything for example.com in Chrome.&lt;&#x2F;p&gt;
&lt;p&gt;You&#x27;re only logged in with that browser so that &lt;em&gt;Example Site&lt;&#x2F;em&gt; doesn&#x27;t track you all over the web.&lt;&#x2F;p&gt;
&lt;p&gt;Later, in some other browser, say Edge, you see a link to &lt;em&gt;Example Site&lt;&#x2F;em&gt;. If you click it, it&#x27;ll open in Edge. That&#x27;s not what you want, so you go through the copy-paste ritual described above.&lt;&#x2F;p&gt;
&lt;p&gt;Imagine this: instead of left-clicking the link, you right-click it and click &lt;em&gt;Open in Linklever&lt;&#x2F;em&gt;. Chrome opens a tab with the link. That&#x27;s a more natural experience, and one that preserves your privacy and security.&lt;&#x2F;p&gt;
&lt;h2 id=&quot;get-started&quot;&gt;Get Started&lt;&#x2F;h2&gt;
&lt;p&gt;To use this feature, you&#x27;ll need:&lt;&#x2F;p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The Linklever browser extension for &lt;a href=&quot;https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;linklever&#x2F;&quot;&gt;Firefox&lt;&#x2F;a&gt; or &lt;a href=&quot;https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;linklever&#x2F;nadbgpbhpkbcgidjjfoimekfdngdaioc&quot;&gt;Chrome&lt;&#x2F;a&gt;. The Chrome extension works in Chrome-like browsers, too: Edge, Vivaldi, Brave, Opera, etc.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;li&gt;
&lt;p&gt;The latest version of Linklever. By default, Linkever will update automatically, or you can &lt;a href=&quot;&#x2F;download&quot;&gt;download it&lt;&#x2F;a&gt; manually.&lt;&#x2F;p&gt;
&lt;&#x2F;li&gt;
&lt;&#x2F;ul&gt;
&lt;p&gt;Let me what you think! &lt;a href=&quot;mailto:doug@linklever.net&quot;&gt;doug@linklever.net&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>What Is Browser Middleware?</title>
        <published>2025-06-13T00:00:00+00:00</published>
        <updated>2025-06-13T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              EnduraByte LLC
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://linklever.net/blog/2025/06/what-is-browser-middleware/"/>
        <id>https://linklever.net/blog/2025/06/what-is-browser-middleware/</id>
        
        <content type="html" xml:base="https://linklever.net/blog/2025/06/what-is-browser-middleware/">&lt;p&gt;Linklever is what I call a &lt;em&gt;browser middleware app.&lt;&#x2F;em&gt;&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;Middleware&lt;&#x2F;em&gt; is software that facilitates interaction between other software. For example, if you&#x27;ve ever made payments with PayPal or Venmo, then you&#x27;ve used financial middleware to facilitate the transfer of money between your financial institution and that of a seller or personal acquaintance .&lt;&#x2F;p&gt;
&lt;p&gt;&lt;em&gt;Browser Middleware&lt;&#x2F;em&gt; facilitates interaction between your computer&#x27;s operating system and its installed web browsers.&lt;&#x2F;p&gt;
&lt;p&gt;When you click a link anywhere outside of a web browser, for example in an email client like Outlook or Apple Mail, the operating system opens the default web browser, for example Edge on Windows or Safari on macOS.&lt;&#x2F;p&gt;
&lt;p&gt;All operating systems allow you to change the default browser. If you change it to a browser middleware app like Linklever, then the middleware has the chance to decide which browser to open, as well as the chance to modify the link you clicked.&lt;&#x2F;p&gt;
&lt;p&gt;&lt;a href=&quot;&#x2F;download&quot;&gt;Try Linklever today!&lt;&#x2F;a&gt;&lt;&#x2F;p&gt;
</content>
        
    </entry>
</feed>
