├── .idea ├── .gitignore ├── SurfingTutorial.iml ├── inspectionProfiles │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── vcs.xml ├── .imgbotconfig ├── LICENSE ├── _config.yml ├── chap1 └── ram_disk.md ├── chap2 ├── To_be_BT_master.md ├── antivirus.md ├── browser_choose.md ├── browser_plugins_recommend.md └── search_engine.md ├── chap3 ├── file_attributes.md ├── screenshot_ways.md ├── unzip.md └── windows_disk.md ├── chap4 └── XMP.md ├── img ├── chap1_disk_img2.png ├── chap1_ram_img1.png ├── chap2_add_plugins.png ├── chap2_default_search.png ├── chap2_domain.png ├── chap2_edge.png ├── chap2_edge_location.png ├── chap2_new_home.png ├── chap2_new_tab.png ├── chap2_search_fastcopy1.png ├── chap2_search_fastcopy2.png ├── chap2_search_qq1.png ├── chap2_search_qq2.png ├── chap2_search_torlook.png ├── chap2_search_with_search_engine.png ├── chap2_search_with_url.png ├── chap2_tampermonkey_add_new_plugins.png ├── chap2_tampermonkey_find_new_plugins.png ├── chap2_tampermonkey_find_new_plugins_from_GF.png ├── chap2_tampermonkey_install_new_plugins.png ├── chap3-disk1.png ├── chap3-disk2.png ├── chap3_file_attribute_extension.png ├── chap3_screenhot_windows.png └── chap3_snipaste_screenshot.png └── readme.md /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/SurfingTutorial.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/.idea/SurfingTutorial.iml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.imgbotconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/.imgbotconfig -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/LICENSE -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/_config.yml -------------------------------------------------------------------------------- /chap1/ram_disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap1/ram_disk.md -------------------------------------------------------------------------------- /chap2/To_be_BT_master.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap2/To_be_BT_master.md -------------------------------------------------------------------------------- /chap2/antivirus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap2/antivirus.md -------------------------------------------------------------------------------- /chap2/browser_choose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap2/browser_choose.md -------------------------------------------------------------------------------- /chap2/browser_plugins_recommend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap2/browser_plugins_recommend.md -------------------------------------------------------------------------------- /chap2/search_engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap2/search_engine.md -------------------------------------------------------------------------------- /chap3/file_attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap3/file_attributes.md -------------------------------------------------------------------------------- /chap3/screenshot_ways.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap3/screenshot_ways.md -------------------------------------------------------------------------------- /chap3/unzip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap3/unzip.md -------------------------------------------------------------------------------- /chap3/windows_disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap3/windows_disk.md -------------------------------------------------------------------------------- /chap4/XMP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/chap4/XMP.md -------------------------------------------------------------------------------- /img/chap1_disk_img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap1_disk_img2.png -------------------------------------------------------------------------------- /img/chap1_ram_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap1_ram_img1.png -------------------------------------------------------------------------------- /img/chap2_add_plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_add_plugins.png -------------------------------------------------------------------------------- /img/chap2_default_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_default_search.png -------------------------------------------------------------------------------- /img/chap2_domain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_domain.png -------------------------------------------------------------------------------- /img/chap2_edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_edge.png -------------------------------------------------------------------------------- /img/chap2_edge_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_edge_location.png -------------------------------------------------------------------------------- /img/chap2_new_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_new_home.png -------------------------------------------------------------------------------- /img/chap2_new_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_new_tab.png -------------------------------------------------------------------------------- /img/chap2_search_fastcopy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_search_fastcopy1.png -------------------------------------------------------------------------------- /img/chap2_search_fastcopy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_search_fastcopy2.png -------------------------------------------------------------------------------- /img/chap2_search_qq1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_search_qq1.png -------------------------------------------------------------------------------- /img/chap2_search_qq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_search_qq2.png -------------------------------------------------------------------------------- /img/chap2_search_torlook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_search_torlook.png -------------------------------------------------------------------------------- /img/chap2_search_with_search_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_search_with_search_engine.png -------------------------------------------------------------------------------- /img/chap2_search_with_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_search_with_url.png -------------------------------------------------------------------------------- /img/chap2_tampermonkey_add_new_plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_tampermonkey_add_new_plugins.png -------------------------------------------------------------------------------- /img/chap2_tampermonkey_find_new_plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_tampermonkey_find_new_plugins.png -------------------------------------------------------------------------------- /img/chap2_tampermonkey_find_new_plugins_from_GF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_tampermonkey_find_new_plugins_from_GF.png -------------------------------------------------------------------------------- /img/chap2_tampermonkey_install_new_plugins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap2_tampermonkey_install_new_plugins.png -------------------------------------------------------------------------------- /img/chap3-disk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap3-disk1.png -------------------------------------------------------------------------------- /img/chap3-disk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap3-disk2.png -------------------------------------------------------------------------------- /img/chap3_file_attribute_extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap3_file_attribute_extension.png -------------------------------------------------------------------------------- /img/chap3_screenhot_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap3_screenhot_windows.png -------------------------------------------------------------------------------- /img/chap3_snipaste_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/img/chap3_snipaste_screenshot.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzdluo123/SurfingTutorial/HEAD/readme.md --------------------------------------------------------------------------------