aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-09-23 12:47:58 +0200
committerMathias Bynens <mathias@qiwi.be>2012-09-23 12:47:58 +0200
commit866d6fe16521c775acba2c7203d48e8519e28f56 (patch)
treeed2af13e692124ad432c4666950e0d8cfe63ea23
parent11bc4900b82f99f726fa46214ce11cb65156e85e (diff)
downloaddotfiles-866d6fe16521c775acba2c7203d48e8519e28f56.tar.gz
dotfiles-866d6fe16521c775acba2c7203d48e8519e28f56.tar.bz2
dotfiles-866d6fe16521c775acba2c7203d48e8519e28f56.zip
.osx: Allow installing user scripts via Userscripts.org
-rwxr-xr-x.osx6
1 files 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 #