diff --git a/chrome/extensions.md b/chrome/extensions.md index f90066f..11637fc 100644 --- a/chrome/extensions.md +++ b/chrome/extensions.md @@ -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) + diff --git a/vim/.vimrc b/vim/.vimrc new file mode 100644 index 0000000..56e94b8 --- /dev/null +++ b/vim/.vimrc @@ -0,0 +1,14 @@ +filetype indent plugin on + +syntax on + +set autoindent + +set tabstop=2 + + +set nonumber + +set mouse= + +set encoding=utf-8