mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-22 11:16:38 +10:00
.osx: Allow installing Chrome user scripts via GitHub Gist or Userscripts.org
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user