Skip to content

Instantly share code, notes, and snippets.

View LossJ's full-sized avatar
🐍
training model..

Loss J. LossJ

🐍
training model..
View GitHub Profile
@LossJ
LossJ / downloadPornHubSubtitles.js
Last active November 23, 2020 08:53
在视频页面创建一个下载字幕的按钮(如果有字幕的话)
// ==UserScript==
// @name 下载PornHub字幕
// @namespace http://gist.github.com/lossj
// @version 0.1
// @description 点击下载PornHub视频的字幕
// @author LossJ
// @match https://cn.pornhub.com/view_video.php?viewkey=*
// @grant none
// ==/UserScript==
@LossJ
LossJ / stopBilibiliLivePlay.js
Last active January 17, 2021 15:13
关闭b站直播首页自动播放
// ==UserScript==
// @name 关闭b站直播首页自动播放
// @namespace https://gist.github.com/LossJ/340a383ce828232757850477616a59eb
// @version 0.2.2
// @description b站直播首页自动播放很烦人,这个脚本可以将它关闭
// @author LossJ
// @match https://live.bilibili.com/?*
// @match https://live.bilibili.com
// @grant none
// ==/UserScript==
@LossJ
LossJ / hideWeReadHead.js
Last active November 23, 2020 08:54
微信读书上划隐藏头部,下滑显示头部
// ==UserScript==
// @name 微信读书上划隐藏头部侧栏
// @namespace http://github.com/lossj
// @version 0.2
// @description 微信读书上划隐藏头部和侧栏,下滑显示头部和侧栏
// @author LossJ
// @match https://weread.qq.com/web/reader/*
// @require https://cdn.staticfile.org/jquery/3.3.1/jquery.min.js
// @grant none
// ==/UserScript==
@LossJ
LossJ / hideBilibiliGarbage.js
Last active January 6, 2021 09:33
hide bilibili home page garbage
// ==UserScript==
// @name 删除b站首页乐瑟屏蔽Up主
// @namespace https://gist.github.com/LossJ/dc330cb160b7dd73f24c3e5e5b28d95d
// @include https://www.bilibili.com
// @version 0.5.4
// @description 删除b站首页广告、英雄联盟、以及其他乐瑟分区板块、按标签屏蔽直播间、屏蔽SB up主。
// @author Loss J.
// @match https://www.bilibili.com
// @match https://www.bilibili.com/?*
// @grant none