Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

uliwitness/WebEx

Open more actions menu
 
 

Repository files navigation

WebEx

Dispatches http(s) requests to specific browsers based on URL.

Setup

Create a text file in ~/Library/Preferences/com.bithaus.weberal-express.plist

and write into it something like:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>httpDefault</key>
	<string>com.apple.safari</string>
	<key>httpsDefault</key>
	<string>com.apple.safari</string>
	<key>sites</key>
	<dict>
		<key>www.youtube.com</key>
		<string>com.google.Chrome</string>
		<key>youtu.be</key>
		<string>com.google.Chrome</string>
		<key>youtube.com</key>
		<string>com.google.Chrome</string>
	</dict>
</dict>
</plist>

and Bob's yer uncle.

About

Dispatches http(s) requests to specific browsers based on URL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.