add extensions, .vimrc

This commit is contained in:
2017-12-02 17:18:55 +08:00
parent 04efdf3b9a
commit 87147abd10
2 changed files with 37 additions and 0 deletions

View File

@@ -110,6 +110,14 @@ zz.bdstatic.com
zzzzz2.52896368.com
```
## uBlock Origin
[store](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?utm_source=chrome-app-launcher-info-dialog)
#### My filters
```
blog.csdn.net##.csdn-tracking-statistics
```
## Personal Blocklist (by Google)
[store](https://chrome.google.com/webstore/detail/personal-blocklist-by-goo/nolijncfnkgaikbjbdaogikpmpbdcdef?utm_source=chrome-app-launcher-info-dialog)
@@ -161,3 +169,18 @@ URL: https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt
## Home - New Tab Page
[store](https://chrome.google.com/webstore/detail/home-new-tab-page/ehhkfhegcenpfoanmgfpfhnmdmflkbgk?utm_source=chrome-app-launcher-info-dialog)
## Tampermonkey
[store](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?utm_source=chrome-app-launcher-info-dialog)
## Raindrop.io: "Save Button" for Web
[store](https://chrome.google.com/webstore/detail/raindropio-save-button-fo/ldgfbffkinooeloadekpmfoklnobpien?utm_source=chrome-app-launcher-info-dialog)
## Momentum
[store](https://chrome.google.com/webstore/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca?utm_source=chrome-app-launcher-info-dialog)
## Be Limitless
[store](https://chrome.google.com/webstore/detail/be-limitless/jdpnljppdhjpafeaokemhcggofohekbp?utm_source=chrome-app-launcher-info-dialog)
## ModHeader
[store](https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj?utm_source=chrome-app-launcher-info-dialog)

14
vim/.vimrc Normal file
View File

@@ -0,0 +1,14 @@
filetype indent plugin on
syntax on
set autoindent
set tabstop=2
set nonumber
set mouse=
set encoding=utf-8