From 866d6fe16521c775acba2c7203d48e8519e28f56 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 23 Sep 2012 12:47:58 +0200 Subject: .osx: Allow installing user scripts via Userscripts.org --- .osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.osx b/.osx index 876beff..2744d0f 100755 --- a/.osx +++ b/.osx @@ -469,9 +469,9 @@ defaults write com.apple.DiskUtility advanced-image-options -bool true # Google Chrome & Google Chrome Canary # ############################################################################### -# Allow installing user scripts via GitHub or gists -defaults write com.google.Chrome ExtensionInstallSources -array "https://*.github.com/*" -defaults write com.google.Chrome.canary ExtensionInstallSources -array "https://*.github.com/*" +# 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/*" ############################################################################### # SizeUp.app # -- cgit v1.2.3