Skip to content

Commit

Permalink
.macos: Remove unsupported user script settings
Browse files Browse the repository at this point in the history
This is sadly not possible anymore.

Closes #729.
  • Loading branch information
kamui545 authored and mathiasbynens committed Nov 24, 2016
1 parent ade45bd commit 6d228f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .macos
Expand Up @@ -775,10 +775,6 @@ defaults write com.apple.messageshelper.MessageController SOInputLineSettings -d
# Google Chrome & Google Chrome Canary #
###############################################################################

# 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/*"

# Disable the all too sensitive backswipe on trackpads
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
defaults write com.google.Chrome.canary AppleEnableSwipeNavigateWithScrolls -bool false
Expand Down

0 comments on commit 6d228f2

Please sign in to comment.