diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-03-05 16:54:42 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-03-05 16:54:42 +0100 |
commit | 235e141b78a93008bdfb7bb3edf800545ffb0023 (patch) | |
tree | 9ad283d2d3de6fb61e2cf6f79840c2de68a7f784 | |
parent | c57cea134444c1315f45a634198b445b6632cb4b (diff) | |
download | dotfiles-235e141b78a93008bdfb7bb3edf800545ffb0023.tar.gz dotfiles-235e141b78a93008bdfb7bb3edf800545ffb0023.tar.bz2 dotfiles-235e141b78a93008bdfb7bb3edf800545ffb0023.zip |
.osx: Allow installing Chrome user scripts via GitHub Gist or Userscripts.org
-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 # |