Last active
October 21, 2016 13:45
-
-
Save gujiaxi/10f6aefb8f22f450281540013cc65999 to your computer and use it in GitHub Desktop.
Switch Rule list for Chrome Proxy Switchy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.4sqi.net | |
*.acm.org | |
*.akamaihd.net | |
*.amazonaws.com | |
*.appspot.com | |
*.bit.ly | |
*.blogger.com | |
*.blogspot.com | |
*.cdninstagram.com | |
*.cloudflare.com | |
*.debian.org | |
*.disqus.com | |
*.dropbox.com | |
*.dropboxstatic.com | |
*.economist.com | |
*.facebook.com | |
*.facebook.net | |
*.fbcdn.net | |
*.google.com | |
*.ift.tt | |
*.imgur.com | |
*.inoreader.com | |
*.instagram.com | |
*.medium.com | |
*.nytimes.com | |
*.soundcloud.com | |
*.t.co | |
*.tumblr.com | |
*.twimg.com | |
*.twitter.com | |
*.uni-trier.de | |
*.wordpress.com | |
*.wp.com | |
*.ytimg.com | |
; NSFW | |
*.91porn.com | |
*.pornhub.com | |
*.t66y.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
git add . | |
if [ $# -eq 1 ]; then | |
git commit -am "$1" | |
else | |
git commit -am "update" | |
fi | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment