aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-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 #