Skip to content

Instantly share code, notes, and snippets.

@Bluscream
Last active November 21, 2022 14:18
Show Gist options
  • Save Bluscream/735d49e66a8f92f5fab1b6bad69f3f89 to your computer and use it in GitHub Desktop.
Save Bluscream/735d49e66a8f92f5fab1b6bad69f3f89 to your computer and use it in GitHub Desktop.
DanTup BrowserSelector.ini
; Default browser is first in list
; Use `{url}` to specify UWP app browser details
[browsers]
; browser_select = C:\Users\blusc\AppData\Local\BrowserSelect\BrowserSelect.exe
chrome = C:\Program Files\Google\Chrome\Application\chrome.exe
; chrome = C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
ff = C:\Program Files (x86)\Mozilla Firefox\firefox.exe
edge = microsoft-edge:{url}
ie = iexplore.exe
nobrowser_vrcx = vrcx://{url}
nobrowser_vrcx_world = vrcx://world/{url}
nobrowser_mytube = mytube:link={url}
nobrowser_steam = steam://openurl/{url}
; 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]
vrchat.com/home/user/* = nobrowser_vrcx
vrchat.com/home/avatar/* = nobrowser_vrcx
vrchat.com/home/world/* = nobrowser_vrcx
vrchat.com/home/launch* = nobrowser_vrcx_world
; steamdb.info = steam
steamcommunity.com = nobrowser_steam
*steampowered.com = nobrowser_steam
s.team = nobrowser_steam
; music.youtube.com = mytube
/^.*(youtube\.[a-z]{0,4})|^.*(youtu\.be)/ = nobrowser_mytube
iid = 33b2d00b-007f-4a4a-b12e-e2f28f215d79
use_picker = n
[user:c47cb22b-99dc-4ab5-892b-742c5b4c9319]
rule = s.team
rule = steamcommunity.com
rule = steampowered.com
name = Steam
cmd = C:\Program Files (x86)\Steam\steam.exe
arg = steam://openurl/%url%
is_custom = y
[user:3e791e87-237b-419c-a0a1-67b6db407f5d]
rule = youtube.com
name = Youtube
cmd = C:\Program Files\WindowsApps\59750RYKENAPPS.435307C335C44_4.0.19.0_x64__zd92nzxdcatqw\myTube.exe
arg = %url%
is_custom = y
[user:21e35c86-b1ff-4cd8-84f4-1c2e1b79fab2]
rule = apps.microsoft.com/store/detail/
name = MS Store
cmd = C:\Program Files\WindowsApps\Microsoft.WindowsStore_22210.1401.6.0_x64__8wekyb3d8bbwe\WinStore.App.exe
arg = ms-windows-store://pdp/?ProductId=%url%
is_custom = y
[user:d5af78a5-de3e-4c25-a4d4-8002aaa5c585]
rule = music.youtube.com
name = Youtube Music
cmd = C:\Users\blusc\AppData\Local\Programs\youtube-music\YouTube Music.exe
arg = %url%
is_custom = y
[popularity]
user:d5af78a5-de3e-4c25-a4d4-8002aaa5c585 = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment