├── .github └── ISSUE_TEMPLATE │ ├── BUG_Report.md │ └── Feture_Reques.md ├── BMoe2020 ├── BMoe2020.user.js ├── README.md └── preview.jpg ├── Bing-Chat ├── .gitignore ├── Bing Chat Everywhere.user.js ├── README.md └── baidu.gif ├── HTML5VideoCapture ├── HTML5VideoCapture.TM.jpg ├── HTML5VideoCapture.VM.jpg ├── HTML5VideoCapture.capture.jpg ├── HTML5VideoCapture.user.js └── README.md ├── HVTranslate ├── HV 图片按钮汉化.user.js ├── HV 物品装备汉化.user.js ├── HentaiVerse汉化.user.js ├── README.md ├── manage1.jpg ├── manage2.jpg ├── settings.jpg └── 说明.html ├── LICENSE ├── README.md ├── YTVideosInTwitterToFullscreen ├── README.md └── YTVideosInTwitterToFullscreen.user.js ├── bilibiliCCHelper ├── 3.0+.png ├── README.md ├── bilibiliCCHelper.user.js ├── local.jpg ├── newPlayer.jpg └── oldPlayer.jpg ├── bilibiliHome ├── README.md ├── bilibiliHome.API.md ├── bilibiliHome.user.js └── preview.jpg ├── bilibiliLive ├── README.md ├── blivePlus.fullScreen.jpg ├── blivePlus.medal.jpg ├── blivePlus.normal.jpg ├── blivePlus.title.png ├── blivePlus.user.js ├── blivePlus.videoTitle.png ├── setting.jpg └── storage.jpg ├── bilibiliLiveDanmakuQuantitiesSend ├── README.md ├── bilibiliLiveDanmakuQuantitiesSend.user.js └── readme.jpg ├── bilibiliOldPlayer ├── README.md ├── bilibiliOldEmbedPlayer.user.js ├── bilibiliOldReplacePlayer.relyData.sample.js ├── bilibiliOldReplacePlayer.user.js ├── embed.jpg ├── new.av80507516.20191227.html ├── old.av810872.html ├── replace.av80507516.20191228.html └── replace.jpg ├── neteaseCCLiveCleaner ├── README.md ├── neteaseCCLiveCleaner.user.js └── preview.jpg ├── tiebaPostAdjustment ├── README.md ├── autoUnfold.jpg ├── bubbleImage.jpg └── tiebaPostAdjustment.user.js └── weiboCommentAutoExpand ├── README.md ├── preview.jpg └── weiboCommentAutoExpand.user.js /.github/ISSUE_TEMPLATE/BUG_Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/.github/ISSUE_TEMPLATE/BUG_Report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Feture_Reques.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/.github/ISSUE_TEMPLATE/Feture_Reques.md -------------------------------------------------------------------------------- /BMoe2020/BMoe2020.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/BMoe2020/BMoe2020.user.js -------------------------------------------------------------------------------- /BMoe2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/BMoe2020/README.md -------------------------------------------------------------------------------- /BMoe2020/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/BMoe2020/preview.jpg -------------------------------------------------------------------------------- /Bing-Chat/.gitignore: -------------------------------------------------------------------------------- 1 | record.json 2 | -------------------------------------------------------------------------------- /Bing-Chat/Bing Chat Everywhere.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/Bing-Chat/Bing Chat Everywhere.user.js -------------------------------------------------------------------------------- /Bing-Chat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/Bing-Chat/README.md -------------------------------------------------------------------------------- /Bing-Chat/baidu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/Bing-Chat/baidu.gif -------------------------------------------------------------------------------- /HTML5VideoCapture/HTML5VideoCapture.TM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HTML5VideoCapture/HTML5VideoCapture.TM.jpg -------------------------------------------------------------------------------- /HTML5VideoCapture/HTML5VideoCapture.VM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HTML5VideoCapture/HTML5VideoCapture.VM.jpg -------------------------------------------------------------------------------- /HTML5VideoCapture/HTML5VideoCapture.capture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HTML5VideoCapture/HTML5VideoCapture.capture.jpg -------------------------------------------------------------------------------- /HTML5VideoCapture/HTML5VideoCapture.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HTML5VideoCapture/HTML5VideoCapture.user.js -------------------------------------------------------------------------------- /HTML5VideoCapture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HTML5VideoCapture/README.md -------------------------------------------------------------------------------- /HVTranslate/HV 图片按钮汉化.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HVTranslate/HV 图片按钮汉化.user.js -------------------------------------------------------------------------------- /HVTranslate/HV 物品装备汉化.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HVTranslate/HV 物品装备汉化.user.js -------------------------------------------------------------------------------- /HVTranslate/HentaiVerse汉化.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HVTranslate/HentaiVerse汉化.user.js -------------------------------------------------------------------------------- /HVTranslate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HVTranslate/README.md -------------------------------------------------------------------------------- /HVTranslate/manage1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HVTranslate/manage1.jpg -------------------------------------------------------------------------------- /HVTranslate/manage2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HVTranslate/manage2.jpg -------------------------------------------------------------------------------- /HVTranslate/settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HVTranslate/settings.jpg -------------------------------------------------------------------------------- /HVTranslate/说明.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/HVTranslate/说明.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/README.md -------------------------------------------------------------------------------- /YTVideosInTwitterToFullscreen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/YTVideosInTwitterToFullscreen/README.md -------------------------------------------------------------------------------- /YTVideosInTwitterToFullscreen/YTVideosInTwitterToFullscreen.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/YTVideosInTwitterToFullscreen/YTVideosInTwitterToFullscreen.user.js -------------------------------------------------------------------------------- /bilibiliCCHelper/3.0+.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliCCHelper/3.0+.png -------------------------------------------------------------------------------- /bilibiliCCHelper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliCCHelper/README.md -------------------------------------------------------------------------------- /bilibiliCCHelper/bilibiliCCHelper.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliCCHelper/bilibiliCCHelper.user.js -------------------------------------------------------------------------------- /bilibiliCCHelper/local.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliCCHelper/local.jpg -------------------------------------------------------------------------------- /bilibiliCCHelper/newPlayer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliCCHelper/newPlayer.jpg -------------------------------------------------------------------------------- /bilibiliCCHelper/oldPlayer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliCCHelper/oldPlayer.jpg -------------------------------------------------------------------------------- /bilibiliHome/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliHome/README.md -------------------------------------------------------------------------------- /bilibiliHome/bilibiliHome.API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliHome/bilibiliHome.API.md -------------------------------------------------------------------------------- /bilibiliHome/bilibiliHome.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliHome/bilibiliHome.user.js -------------------------------------------------------------------------------- /bilibiliHome/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliHome/preview.jpg -------------------------------------------------------------------------------- /bilibiliLive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLive/README.md -------------------------------------------------------------------------------- /bilibiliLive/blivePlus.fullScreen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLive/blivePlus.fullScreen.jpg -------------------------------------------------------------------------------- /bilibiliLive/blivePlus.medal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLive/blivePlus.medal.jpg -------------------------------------------------------------------------------- /bilibiliLive/blivePlus.normal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLive/blivePlus.normal.jpg -------------------------------------------------------------------------------- /bilibiliLive/blivePlus.title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLive/blivePlus.title.png -------------------------------------------------------------------------------- /bilibiliLive/blivePlus.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLive/blivePlus.user.js -------------------------------------------------------------------------------- /bilibiliLive/blivePlus.videoTitle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLive/blivePlus.videoTitle.png -------------------------------------------------------------------------------- /bilibiliLive/setting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLive/setting.jpg -------------------------------------------------------------------------------- /bilibiliLive/storage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLive/storage.jpg -------------------------------------------------------------------------------- /bilibiliLiveDanmakuQuantitiesSend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLiveDanmakuQuantitiesSend/README.md -------------------------------------------------------------------------------- /bilibiliLiveDanmakuQuantitiesSend/bilibiliLiveDanmakuQuantitiesSend.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLiveDanmakuQuantitiesSend/bilibiliLiveDanmakuQuantitiesSend.user.js -------------------------------------------------------------------------------- /bilibiliLiveDanmakuQuantitiesSend/readme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliLiveDanmakuQuantitiesSend/readme.jpg -------------------------------------------------------------------------------- /bilibiliOldPlayer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliOldPlayer/README.md -------------------------------------------------------------------------------- /bilibiliOldPlayer/bilibiliOldEmbedPlayer.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliOldPlayer/bilibiliOldEmbedPlayer.user.js -------------------------------------------------------------------------------- /bilibiliOldPlayer/bilibiliOldReplacePlayer.relyData.sample.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliOldPlayer/bilibiliOldReplacePlayer.relyData.sample.js -------------------------------------------------------------------------------- /bilibiliOldPlayer/bilibiliOldReplacePlayer.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliOldPlayer/bilibiliOldReplacePlayer.user.js -------------------------------------------------------------------------------- /bilibiliOldPlayer/embed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliOldPlayer/embed.jpg -------------------------------------------------------------------------------- /bilibiliOldPlayer/new.av80507516.20191227.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliOldPlayer/new.av80507516.20191227.html -------------------------------------------------------------------------------- /bilibiliOldPlayer/old.av810872.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliOldPlayer/old.av810872.html -------------------------------------------------------------------------------- /bilibiliOldPlayer/replace.av80507516.20191228.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliOldPlayer/replace.av80507516.20191228.html -------------------------------------------------------------------------------- /bilibiliOldPlayer/replace.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/bilibiliOldPlayer/replace.jpg -------------------------------------------------------------------------------- /neteaseCCLiveCleaner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/neteaseCCLiveCleaner/README.md -------------------------------------------------------------------------------- /neteaseCCLiveCleaner/neteaseCCLiveCleaner.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/neteaseCCLiveCleaner/neteaseCCLiveCleaner.user.js -------------------------------------------------------------------------------- /neteaseCCLiveCleaner/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/neteaseCCLiveCleaner/preview.jpg -------------------------------------------------------------------------------- /tiebaPostAdjustment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/tiebaPostAdjustment/README.md -------------------------------------------------------------------------------- /tiebaPostAdjustment/autoUnfold.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/tiebaPostAdjustment/autoUnfold.jpg -------------------------------------------------------------------------------- /tiebaPostAdjustment/bubbleImage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/tiebaPostAdjustment/bubbleImage.jpg -------------------------------------------------------------------------------- /tiebaPostAdjustment/tiebaPostAdjustment.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/tiebaPostAdjustment/tiebaPostAdjustment.user.js -------------------------------------------------------------------------------- /weiboCommentAutoExpand/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/weiboCommentAutoExpand/README.md -------------------------------------------------------------------------------- /weiboCommentAutoExpand/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/weiboCommentAutoExpand/preview.jpg -------------------------------------------------------------------------------- /weiboCommentAutoExpand/weiboCommentAutoExpand.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/indefined/UserScripts/HEAD/weiboCommentAutoExpand/weiboCommentAutoExpand.user.js --------------------------------------------------------------------------------