From 235e141b78a93008bdfb7bb3edf800545ffb0023 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 5 Mar 2014 16:54:42 +0100 Subject: .osx: Allow installing Chrome user scripts via GitHub Gist or Userscripts.org --- .osx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.osx b/.osx index a5f8259..3e239df 100755 --- a/.osx +++ b/.osx @@ -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 # -- cgit v1.2.3