Skip to content

Instantly share code, notes, and snippets.

@JiaJiaJiang
Last active May 25, 2024 17:29
Show Gist options
  • Save JiaJiaJiang/736f5a90b55b815a0e9eb6463dd09061 to your computer and use it in GitHub Desktop.
Save JiaJiaJiang/736f5a90b55b815a0e9eb6463dd09061 to your computer and use it in GitHub Desktop.
通用video截图
// ==UserScript==
// @name 通用video截图和录制GIF和快捷跳转
// @namespace https://gist.github.com/JiaJiaJiang/736f5a90b55b815a0e9eb6463dd09061
// @version 0.5.10
// @description Alt+鼠标右键点击视频快速截图,Alt+Shift+鼠标右键打开工具栏。ctrl或shift+左右键可以跳过op和ed长度的时间。
// @author JiaJiaJiang
// @match http://*/*
// @match https://*/*
// @grant none
// @downloadURL https://gist.github.com/JiaJiaJiang/736f5a90b55b815a0e9eb6463dd09061/raw/commonVideoScreenshot.user.js
// @updateURL https://gist.github.com/JiaJiaJiang/736f5a90b55b815a0e9eb6463dd09061/raw/commonVideoScreenshot.user.js
// @require https://cdn.jsdelivr.net/gh/matmen/imagescript@browser/browser/ImageScript.js
// @require https://github.com/JiaJiaJiang/jia-webvideo-tools/raw/dba89153682018143a68995f386e8eb50439b01d/dist/jia-video-tools.umd.js
// ==/UserScript==
(function () {
'use strict';
/*
This script project is at https://github.com/JiaJiaJiang/jia-webvideo-tools
*/
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment