├── Assets ├── 1024.png ├── 4ksj.png ├── 52pojie.png ├── 60s.png ├── avatar.png ├── bus.png ├── channel.jpg ├── javday.png ├── loading.gif ├── meitu.png ├── mnck.png ├── ql.png ├── tidal.jpg └── zippo.jpg ├── Private └── notify.js ├── README.md ├── Scripts ├── 91porn.js ├── BodyBMI365.js ├── ChinaMobile │ ├── NoAds.js │ ├── scripable.loon.plugin │ ├── scripable.qx.conf │ └── scripable.sgmodule ├── FanShu │ ├── No_Ads.js │ ├── fanshu.plugin │ └── fanshu.sgmodule ├── HeiLiao │ ├── app.js │ └── web.js ├── KanLiXiang │ ├── No_Ads.js │ └── klx.sgmodule ├── LockedTreasuresKeeper.js ├── Maotai │ ├── login.js │ └── msg.js ├── NeteaseCloudMusic │ ├── netease.js │ ├── netease.plugin │ └── netease.sgmodule ├── dcm.js ├── jdck-ql.js ├── kuwo.js ├── peicaise.js ├── tidal.js └── zfzn.js ├── Tasks ├── 95598 │ ├── 95598.js │ ├── 95598.scriptable │ ├── 95598.scriptable.js │ ├── 95598.weapp.js │ └── README.md ├── 1024.js ├── 4ksj.js ├── 52pojie.js ├── 60s.js ├── AutoJoinTF.js ├── Bdyy │ ├── README.md │ ├── bdyy.conf │ ├── bdyy.js │ ├── bdyy.plugin │ └── bdyy.sgmodule ├── boxjs.json ├── douban.js ├── eshop │ ├── README.md │ └── eshop.js ├── hlbdy.js ├── javbus.js ├── javday.js ├── meitu │ ├── meitu.js │ ├── meitu.sgmodule │ └── meitu.snippet ├── mi │ ├── color.png │ ├── mini.png │ └── step.js ├── moyu.js ├── ql.js ├── top.js └── zippo.js ├── Test └── import │ ├── index.min.js │ └── test.js └── Utils ├── Buffer.js ├── Buffer.min.js ├── CryptoJS.min.js ├── JSEncrypt.min.js ├── cheerio.js ├── cheerio.min.js ├── crypto.js ├── dayjs.js ├── iconv-lite.js ├── jsrsasign-part.js ├── jsrsasign.js └── notice.json /Assets/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/1024.png -------------------------------------------------------------------------------- /Assets/4ksj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/4ksj.png -------------------------------------------------------------------------------- /Assets/52pojie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/52pojie.png -------------------------------------------------------------------------------- /Assets/60s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/60s.png -------------------------------------------------------------------------------- /Assets/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/avatar.png -------------------------------------------------------------------------------- /Assets/bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/bus.png -------------------------------------------------------------------------------- /Assets/channel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/channel.jpg -------------------------------------------------------------------------------- /Assets/javday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/javday.png -------------------------------------------------------------------------------- /Assets/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/loading.gif -------------------------------------------------------------------------------- /Assets/meitu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/meitu.png -------------------------------------------------------------------------------- /Assets/mnck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/mnck.png -------------------------------------------------------------------------------- /Assets/ql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/ql.png -------------------------------------------------------------------------------- /Assets/tidal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/tidal.jpg -------------------------------------------------------------------------------- /Assets/zippo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Assets/zippo.jpg -------------------------------------------------------------------------------- /Private/notify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Private/notify.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/91porn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/91porn.js -------------------------------------------------------------------------------- /Scripts/BodyBMI365.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/BodyBMI365.js -------------------------------------------------------------------------------- /Scripts/ChinaMobile/NoAds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/ChinaMobile/NoAds.js -------------------------------------------------------------------------------- /Scripts/ChinaMobile/scripable.loon.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/ChinaMobile/scripable.loon.plugin -------------------------------------------------------------------------------- /Scripts/ChinaMobile/scripable.qx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/ChinaMobile/scripable.qx.conf -------------------------------------------------------------------------------- /Scripts/ChinaMobile/scripable.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/ChinaMobile/scripable.sgmodule -------------------------------------------------------------------------------- /Scripts/FanShu/No_Ads.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/FanShu/No_Ads.js -------------------------------------------------------------------------------- /Scripts/FanShu/fanshu.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/FanShu/fanshu.plugin -------------------------------------------------------------------------------- /Scripts/FanShu/fanshu.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/FanShu/fanshu.sgmodule -------------------------------------------------------------------------------- /Scripts/HeiLiao/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/HeiLiao/app.js -------------------------------------------------------------------------------- /Scripts/HeiLiao/web.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/HeiLiao/web.js -------------------------------------------------------------------------------- /Scripts/KanLiXiang/No_Ads.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/KanLiXiang/No_Ads.js -------------------------------------------------------------------------------- /Scripts/KanLiXiang/klx.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/KanLiXiang/klx.sgmodule -------------------------------------------------------------------------------- /Scripts/LockedTreasuresKeeper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/LockedTreasuresKeeper.js -------------------------------------------------------------------------------- /Scripts/Maotai/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/Maotai/login.js -------------------------------------------------------------------------------- /Scripts/Maotai/msg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/Maotai/msg.js -------------------------------------------------------------------------------- /Scripts/NeteaseCloudMusic/netease.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/NeteaseCloudMusic/netease.js -------------------------------------------------------------------------------- /Scripts/NeteaseCloudMusic/netease.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/NeteaseCloudMusic/netease.plugin -------------------------------------------------------------------------------- /Scripts/NeteaseCloudMusic/netease.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/NeteaseCloudMusic/netease.sgmodule -------------------------------------------------------------------------------- /Scripts/dcm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/dcm.js -------------------------------------------------------------------------------- /Scripts/jdck-ql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/jdck-ql.js -------------------------------------------------------------------------------- /Scripts/kuwo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/kuwo.js -------------------------------------------------------------------------------- /Scripts/peicaise.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/peicaise.js -------------------------------------------------------------------------------- /Scripts/tidal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/tidal.js -------------------------------------------------------------------------------- /Scripts/zfzn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Scripts/zfzn.js -------------------------------------------------------------------------------- /Tasks/1024.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/1024.js -------------------------------------------------------------------------------- /Tasks/4ksj.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/4ksj.js -------------------------------------------------------------------------------- /Tasks/52pojie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/52pojie.js -------------------------------------------------------------------------------- /Tasks/60s.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/60s.js -------------------------------------------------------------------------------- /Tasks/95598/95598.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/95598/95598.js -------------------------------------------------------------------------------- /Tasks/95598/95598.scriptable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/95598/95598.scriptable -------------------------------------------------------------------------------- /Tasks/95598/95598.scriptable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/95598/95598.scriptable.js -------------------------------------------------------------------------------- /Tasks/95598/95598.weapp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/95598/95598.weapp.js -------------------------------------------------------------------------------- /Tasks/95598/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/95598/README.md -------------------------------------------------------------------------------- /Tasks/AutoJoinTF.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/AutoJoinTF.js -------------------------------------------------------------------------------- /Tasks/Bdyy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/Bdyy/README.md -------------------------------------------------------------------------------- /Tasks/Bdyy/bdyy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/Bdyy/bdyy.conf -------------------------------------------------------------------------------- /Tasks/Bdyy/bdyy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/Bdyy/bdyy.js -------------------------------------------------------------------------------- /Tasks/Bdyy/bdyy.plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/Bdyy/bdyy.plugin -------------------------------------------------------------------------------- /Tasks/Bdyy/bdyy.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/Bdyy/bdyy.sgmodule -------------------------------------------------------------------------------- /Tasks/boxjs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/boxjs.json -------------------------------------------------------------------------------- /Tasks/douban.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/douban.js -------------------------------------------------------------------------------- /Tasks/eshop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/eshop/README.md -------------------------------------------------------------------------------- /Tasks/eshop/eshop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/eshop/eshop.js -------------------------------------------------------------------------------- /Tasks/hlbdy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/hlbdy.js -------------------------------------------------------------------------------- /Tasks/javbus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/javbus.js -------------------------------------------------------------------------------- /Tasks/javday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/javday.js -------------------------------------------------------------------------------- /Tasks/meitu/meitu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/meitu/meitu.js -------------------------------------------------------------------------------- /Tasks/meitu/meitu.sgmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/meitu/meitu.sgmodule -------------------------------------------------------------------------------- /Tasks/meitu/meitu.snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/meitu/meitu.snippet -------------------------------------------------------------------------------- /Tasks/mi/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/mi/color.png -------------------------------------------------------------------------------- /Tasks/mi/mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/mi/mini.png -------------------------------------------------------------------------------- /Tasks/mi/step.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/mi/step.js -------------------------------------------------------------------------------- /Tasks/moyu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/moyu.js -------------------------------------------------------------------------------- /Tasks/ql.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/ql.js -------------------------------------------------------------------------------- /Tasks/top.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/top.js -------------------------------------------------------------------------------- /Tasks/zippo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Tasks/zippo.js -------------------------------------------------------------------------------- /Test/import/index.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Test/import/index.min.js -------------------------------------------------------------------------------- /Test/import/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Test/import/test.js -------------------------------------------------------------------------------- /Utils/Buffer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/Buffer.js -------------------------------------------------------------------------------- /Utils/Buffer.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/Buffer.min.js -------------------------------------------------------------------------------- /Utils/CryptoJS.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/CryptoJS.min.js -------------------------------------------------------------------------------- /Utils/JSEncrypt.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/JSEncrypt.min.js -------------------------------------------------------------------------------- /Utils/cheerio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/cheerio.js -------------------------------------------------------------------------------- /Utils/cheerio.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/cheerio.min.js -------------------------------------------------------------------------------- /Utils/crypto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/crypto.js -------------------------------------------------------------------------------- /Utils/dayjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/dayjs.js -------------------------------------------------------------------------------- /Utils/iconv-lite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/iconv-lite.js -------------------------------------------------------------------------------- /Utils/jsrsasign-part.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/jsrsasign-part.js -------------------------------------------------------------------------------- /Utils/jsrsasign.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/jsrsasign.js -------------------------------------------------------------------------------- /Utils/notice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuheng0101/X/HEAD/Utils/notice.json --------------------------------------------------------------------------------