diff options
-rwxr-xr-x | .osx | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 # |