├── Env.js ├── Env.min.js ├── JS ├── ChinaMediaAds.js ├── Douban.js ├── KeepStyle.js ├── baidu │ ├── baidumap.js │ ├── tieba-json.js │ └── tieba-proto.js ├── gist │ ├── backup.js │ └── restore.js ├── github-private-repo.js └── xmlyAd.js ├── LICENSE ├── Loon ├── Advertising.plugin ├── GetCookie.plugin ├── JS │ ├── revenuecat.js │ ├── revenuecatcatcher.js │ └── xmlyAD.js ├── MediaCheck.plugin ├── Plugin │ ├── ChinaMediaAds.plugin │ ├── Q-Search.plugin │ ├── revenuecat.plugin │ ├── revenuecatcatcher.plugin │ └── tieba.plugin └── Task.conf ├── README.md ├── Surge ├── Advertising.sgmodule ├── GetCookie.sgmodule ├── Map_Local │ ├── README.md │ ├── blank.txt │ ├── reject-200.txt │ ├── reject-array.json │ ├── reject-dict.json │ ├── reject-img.gif │ └── wechat.json ├── Module │ ├── ChinaMediaAds.sgmodule │ ├── Douban.sgmodule │ ├── GithubPrivate.sgmodule │ ├── KeepStyle.sgmodule │ ├── MitM-All.sgmodule │ ├── Q-Search.sgmodule │ ├── Redirect.sgmodule │ ├── jd_price.sgmodule │ ├── skip-proxy-lists.sgmodule │ └── tieba.sgmodule ├── Panel │ ├── JS │ │ ├── Flush-DNS.js │ │ ├── Netisp.js │ │ ├── Network-Info.js │ │ ├── Network-Speed.js │ │ ├── Profile-Reload.js │ │ ├── Stream-All.js │ │ ├── Stream-Lite.js │ │ └── Sub-info.js │ ├── NetISP.sgmodule │ ├── Network-Speed.sgmodule │ ├── Panel.sgmodule │ ├── Stream.sgmodule │ └── Sub-info.sgmodule ├── Ruleset │ ├── AI.list │ ├── Advertising.list │ ├── AdvertisingPlus.list │ ├── Apple.list │ ├── Apple_Direct.list │ ├── Apple_Proxy.list │ ├── Apple_Update.list │ ├── BanAD.list │ ├── Direct.list │ ├── Disney.list │ ├── Google.list │ ├── Microsoft.list │ ├── Microsoft_CDN.list │ ├── Netflix.list │ ├── Privacy.list │ ├── Proxy.list │ ├── Speedtest.list │ ├── Spotify.list │ ├── Streaming.list │ ├── Telegram.list │ ├── TestFlight.list │ ├── Unbreak.list │ └── X.list ├── Task.sgmodule └── Unbreak.sgmodule ├── icons ├── 0icons.json ├── 555.png ├── Relx.png ├── Sub-Store.png ├── Unlock.png ├── VIP.png ├── YouTube.png ├── YouTube_Letter.png ├── aliYunPan.png ├── amap.png ├── baidumap.png ├── bilibili.png ├── bilibili_3.png ├── bilibili_4.png ├── bilibili_ad.png ├── cbh.png ├── dingdong.png ├── douban.png ├── dsx.png ├── jd.png ├── jxw.png ├── mall.meituan.png ├── meituan.png ├── smzdm.png ├── tieba.png ├── tuhu.png ├── weibo.png ├── xiaohongshu.png ├── ximalaya.png └── zhihu.png ├── replace-body.js └── task ├── boxjs.json ├── ddmc.js ├── relx ├── README.MD ├── Relx.png └── relx.js ├── sfsy.js ├── tuhu.js └── tuhu_MiniProgram.js /Env.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Env.js -------------------------------------------------------------------------------- /Env.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Env.min.js -------------------------------------------------------------------------------- /JS/ChinaMediaAds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/ChinaMediaAds.js -------------------------------------------------------------------------------- /JS/Douban.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/Douban.js -------------------------------------------------------------------------------- /JS/KeepStyle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/KeepStyle.js -------------------------------------------------------------------------------- /JS/baidu/baidumap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/baidu/baidumap.js -------------------------------------------------------------------------------- /JS/baidu/tieba-json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/baidu/tieba-json.js -------------------------------------------------------------------------------- /JS/baidu/tieba-proto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/baidu/tieba-proto.js -------------------------------------------------------------------------------- /JS/gist/backup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/gist/backup.js -------------------------------------------------------------------------------- /JS/gist/restore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/gist/restore.js -------------------------------------------------------------------------------- /JS/github-private-repo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/github-private-repo.js -------------------------------------------------------------------------------- /JS/xmlyAd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/JS/xmlyAd.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/LICENSE -------------------------------------------------------------------------------- /Loon/Advertising.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/Advertising.plugin -------------------------------------------------------------------------------- /Loon/GetCookie.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/GetCookie.plugin -------------------------------------------------------------------------------- /Loon/JS/revenuecat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/JS/revenuecat.js -------------------------------------------------------------------------------- /Loon/JS/revenuecatcatcher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/JS/revenuecatcatcher.js -------------------------------------------------------------------------------- /Loon/JS/xmlyAD.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/JS/xmlyAD.js -------------------------------------------------------------------------------- /Loon/MediaCheck.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/MediaCheck.plugin -------------------------------------------------------------------------------- /Loon/Plugin/ChinaMediaAds.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/Plugin/ChinaMediaAds.plugin -------------------------------------------------------------------------------- /Loon/Plugin/Q-Search.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/Plugin/Q-Search.plugin -------------------------------------------------------------------------------- /Loon/Plugin/revenuecat.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/Plugin/revenuecat.plugin -------------------------------------------------------------------------------- /Loon/Plugin/revenuecatcatcher.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/Plugin/revenuecatcatcher.plugin -------------------------------------------------------------------------------- /Loon/Plugin/tieba.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/Plugin/tieba.plugin -------------------------------------------------------------------------------- /Loon/Task.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Loon/Task.conf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/README.md -------------------------------------------------------------------------------- /Surge/Advertising.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Advertising.sgmodule -------------------------------------------------------------------------------- /Surge/GetCookie.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/GetCookie.sgmodule -------------------------------------------------------------------------------- /Surge/Map_Local/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Map_Local/README.md -------------------------------------------------------------------------------- /Surge/Map_Local/blank.txt: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /Surge/Map_Local/reject-200.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Surge/Map_Local/reject-array.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /Surge/Map_Local/reject-dict.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /Surge/Map_Local/reject-img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Map_Local/reject-img.gif -------------------------------------------------------------------------------- /Surge/Map_Local/wechat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Map_Local/wechat.json -------------------------------------------------------------------------------- /Surge/Module/ChinaMediaAds.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/ChinaMediaAds.sgmodule -------------------------------------------------------------------------------- /Surge/Module/Douban.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/Douban.sgmodule -------------------------------------------------------------------------------- /Surge/Module/GithubPrivate.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/GithubPrivate.sgmodule -------------------------------------------------------------------------------- /Surge/Module/KeepStyle.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/KeepStyle.sgmodule -------------------------------------------------------------------------------- /Surge/Module/MitM-All.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/MitM-All.sgmodule -------------------------------------------------------------------------------- /Surge/Module/Q-Search.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/Q-Search.sgmodule -------------------------------------------------------------------------------- /Surge/Module/Redirect.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/Redirect.sgmodule -------------------------------------------------------------------------------- /Surge/Module/jd_price.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/jd_price.sgmodule -------------------------------------------------------------------------------- /Surge/Module/skip-proxy-lists.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/skip-proxy-lists.sgmodule -------------------------------------------------------------------------------- /Surge/Module/tieba.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Module/tieba.sgmodule -------------------------------------------------------------------------------- /Surge/Panel/JS/Flush-DNS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/JS/Flush-DNS.js -------------------------------------------------------------------------------- /Surge/Panel/JS/Netisp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/JS/Netisp.js -------------------------------------------------------------------------------- /Surge/Panel/JS/Network-Info.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/JS/Network-Info.js -------------------------------------------------------------------------------- /Surge/Panel/JS/Network-Speed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/JS/Network-Speed.js -------------------------------------------------------------------------------- /Surge/Panel/JS/Profile-Reload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/JS/Profile-Reload.js -------------------------------------------------------------------------------- /Surge/Panel/JS/Stream-All.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/JS/Stream-All.js -------------------------------------------------------------------------------- /Surge/Panel/JS/Stream-Lite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/JS/Stream-Lite.js -------------------------------------------------------------------------------- /Surge/Panel/JS/Sub-info.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/JS/Sub-info.js -------------------------------------------------------------------------------- /Surge/Panel/NetISP.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/NetISP.sgmodule -------------------------------------------------------------------------------- /Surge/Panel/Network-Speed.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/Network-Speed.sgmodule -------------------------------------------------------------------------------- /Surge/Panel/Panel.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/Panel.sgmodule -------------------------------------------------------------------------------- /Surge/Panel/Stream.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/Stream.sgmodule -------------------------------------------------------------------------------- /Surge/Panel/Sub-info.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Panel/Sub-info.sgmodule -------------------------------------------------------------------------------- /Surge/Ruleset/AI.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/AI.list -------------------------------------------------------------------------------- /Surge/Ruleset/Advertising.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Advertising.list -------------------------------------------------------------------------------- /Surge/Ruleset/AdvertisingPlus.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/AdvertisingPlus.list -------------------------------------------------------------------------------- /Surge/Ruleset/Apple.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Apple.list -------------------------------------------------------------------------------- /Surge/Ruleset/Apple_Direct.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Apple_Direct.list -------------------------------------------------------------------------------- /Surge/Ruleset/Apple_Proxy.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Apple_Proxy.list -------------------------------------------------------------------------------- /Surge/Ruleset/Apple_Update.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Apple_Update.list -------------------------------------------------------------------------------- /Surge/Ruleset/BanAD.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/BanAD.list -------------------------------------------------------------------------------- /Surge/Ruleset/Direct.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Direct.list -------------------------------------------------------------------------------- /Surge/Ruleset/Disney.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Disney.list -------------------------------------------------------------------------------- /Surge/Ruleset/Google.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Google.list -------------------------------------------------------------------------------- /Surge/Ruleset/Microsoft.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Microsoft.list -------------------------------------------------------------------------------- /Surge/Ruleset/Microsoft_CDN.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Microsoft_CDN.list -------------------------------------------------------------------------------- /Surge/Ruleset/Netflix.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Netflix.list -------------------------------------------------------------------------------- /Surge/Ruleset/Privacy.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Privacy.list -------------------------------------------------------------------------------- /Surge/Ruleset/Proxy.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Proxy.list -------------------------------------------------------------------------------- /Surge/Ruleset/Speedtest.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Speedtest.list -------------------------------------------------------------------------------- /Surge/Ruleset/Spotify.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Spotify.list -------------------------------------------------------------------------------- /Surge/Ruleset/Streaming.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Streaming.list -------------------------------------------------------------------------------- /Surge/Ruleset/Telegram.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Telegram.list -------------------------------------------------------------------------------- /Surge/Ruleset/TestFlight.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/TestFlight.list -------------------------------------------------------------------------------- /Surge/Ruleset/Unbreak.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/Unbreak.list -------------------------------------------------------------------------------- /Surge/Ruleset/X.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Ruleset/X.list -------------------------------------------------------------------------------- /Surge/Task.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Task.sgmodule -------------------------------------------------------------------------------- /Surge/Unbreak.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/Surge/Unbreak.sgmodule -------------------------------------------------------------------------------- /icons/0icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/0icons.json -------------------------------------------------------------------------------- /icons/555.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/555.png -------------------------------------------------------------------------------- /icons/Relx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/Relx.png -------------------------------------------------------------------------------- /icons/Sub-Store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/Sub-Store.png -------------------------------------------------------------------------------- /icons/Unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/Unlock.png -------------------------------------------------------------------------------- /icons/VIP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/VIP.png -------------------------------------------------------------------------------- /icons/YouTube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/YouTube.png -------------------------------------------------------------------------------- /icons/YouTube_Letter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/YouTube_Letter.png -------------------------------------------------------------------------------- /icons/aliYunPan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/aliYunPan.png -------------------------------------------------------------------------------- /icons/amap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/amap.png -------------------------------------------------------------------------------- /icons/baidumap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/baidumap.png -------------------------------------------------------------------------------- /icons/bilibili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/bilibili.png -------------------------------------------------------------------------------- /icons/bilibili_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/bilibili_3.png -------------------------------------------------------------------------------- /icons/bilibili_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/bilibili_4.png -------------------------------------------------------------------------------- /icons/bilibili_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/bilibili_ad.png -------------------------------------------------------------------------------- /icons/cbh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/cbh.png -------------------------------------------------------------------------------- /icons/dingdong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/dingdong.png -------------------------------------------------------------------------------- /icons/douban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/douban.png -------------------------------------------------------------------------------- /icons/dsx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/dsx.png -------------------------------------------------------------------------------- /icons/jd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/jd.png -------------------------------------------------------------------------------- /icons/jxw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/jxw.png -------------------------------------------------------------------------------- /icons/mall.meituan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/mall.meituan.png -------------------------------------------------------------------------------- /icons/meituan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/meituan.png -------------------------------------------------------------------------------- /icons/smzdm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/smzdm.png -------------------------------------------------------------------------------- /icons/tieba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/tieba.png -------------------------------------------------------------------------------- /icons/tuhu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/tuhu.png -------------------------------------------------------------------------------- /icons/weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/weibo.png -------------------------------------------------------------------------------- /icons/xiaohongshu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/xiaohongshu.png -------------------------------------------------------------------------------- /icons/ximalaya.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/ximalaya.png -------------------------------------------------------------------------------- /icons/zhihu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/icons/zhihu.png -------------------------------------------------------------------------------- /replace-body.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/replace-body.js -------------------------------------------------------------------------------- /task/boxjs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/task/boxjs.json -------------------------------------------------------------------------------- /task/ddmc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/task/ddmc.js -------------------------------------------------------------------------------- /task/relx/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/task/relx/README.MD -------------------------------------------------------------------------------- /task/relx/Relx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/task/relx/Relx.png -------------------------------------------------------------------------------- /task/relx/relx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/task/relx/relx.js -------------------------------------------------------------------------------- /task/sfsy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/task/sfsy.js -------------------------------------------------------------------------------- /task/tuhu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/task/tuhu.js -------------------------------------------------------------------------------- /task/tuhu_MiniProgram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tutuh/script/HEAD/task/tuhu_MiniProgram.js --------------------------------------------------------------------------------