Skip to content

Instantly share code, notes, and snippets.

@JPustkuchen
Last active July 22, 2021 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JPustkuchen/afc78ed7329969aa206e596ccaa4101d to your computer and use it in GitHub Desktop.
Save JPustkuchen/afc78ed7329969aa206e596ccaa4101d to your computer and use it in GitHub Desktop.
Browserselector.ini
; Personal Configuration for https://github.com/DanTup/BrowserSelector
; See https://julian.pustkuchen.com/en/open-specific-browser-url-open-clickup-brave
; Default browser is first in list
; Use `{url}` to specify UWP app browser details
[browsers]
ff = C:\Program Files\Mozilla Firefox\firefox.exe
chrome = C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
edge = microsoft-edge:{url}
ie = iexplore.exe
brave = C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe
;chrome_prof8 = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 8"
; Url preferences.
; Only * is treated as a special character (wildcard).
; Matches are domain-only. Protocols and paths are ignored.
; Use "*.blah.com" for subdomains, not "*blah.com" as that would also match "abcblah.com".
[urls]
app.clickup.com = brave
*.jit.si = brave
*.facebook.com = chrome
meet.google.com = chrome
keep.google.com = chrome
; Use my project-based Chrome profile
*.local = ff
; if the key is wrapped in /'s, it is treated as a regex.
;/sites\.google\.com/a/myproject.live\.com/ = chrome_prof8
;google.com = chrome
;visualstudio.com = edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment