Skip to content

Commit

Permalink
.osx: Allow installing Chrome user scripts via GitHub Gist or Userscr…
Browse files Browse the repository at this point in the history
…ipts.org
  • Loading branch information
mathiasbynens committed Mar 5, 2014
1 parent c57cea1 commit 235e141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -625,9 +625,9 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d
# Google Chrome & Google Chrome Canary #
###############################################################################

# Allow installing user scripts via GitHub or Userscripts.org
defaults write com.google.Chrome ExtensionInstallSources -array "https://*.github.com/*" "http://userscripts.org/*"
defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://*.github.com/*" "http://userscripts.org/*"
# Allow installing user scripts via GitHub Gist or Userscripts.org
defaults write com.google.Chrome ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*"
defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://gist.githubusercontent.com/" "http://userscripts.org/*"

###############################################################################
# GPGMail 2 #
Expand Down

0 comments on commit 235e141

Please sign in to comment.