// ==UserScript== // @name 视频倍速播放(追剧学习神器) // @namespace http://tampermonkey.net/ // @icon https://img-blog.csdnimg.cn/20181221195058594.gif // @version 1.3.4 // @description 全网视频倍速播放,看视频播太慢,这能忍?直接倍速播放,最高速度20倍【食用方法】①调节右上角加速框右侧上下按钮即可调节倍率 ②在右上角的加速框内输入加速倍率,如2、4、8、16等。【快捷键】:①单手快捷键:“x”,“c” 恢复正常播放:“t”或“z” ②双手快捷键:ctrl + 左右箭头 // @author wll // @require https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js // @require https://greasyfork.org/scripts/447214-toast-script/code/toastscript.js?version=1065649 // @resource css1 https://cdn.jsdelivr.net/gh/sanzhixiaoxia/statics@main/toast.style.css // @require https://cdn.jsdelivr.net/npm/sweetalert2@11.0.19/dist/sweetalert2.all.min.js // @require https://greasyfork.org/scripts/471299-toastify-js/code/toastifyjs.js?version=1222923 // @resource css2 https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css // @grant GM_getValue // @grant GM_setValue // @grant GM_addStyle // @grant GM_getResourceText // @grant GM_registerMenuCommand // @match *://*/* // @note 增加支持网站: 依照规则增加@match所在标签即可 // @note 郑重声明: 本脚本只做学习交流使用,未经作者允许,禁止转载,不得使用与非法用途,一经发现,追责到底 // @note 授权联系: leiwang2010@163.com // @note 版本更新 20-12-26 1.0.0 初版发布视频倍速播放 // @note 版本更新 21-02-04 1.0.1 优化用户体验 // @note 版本更新 21-02-04 1.0.2 优化标题,优化简介 // @note 版本更新 21-06-18 1.0.3 增加新的倍速网址,ehuixue.cn/index/study,ehuixue.cn/index/study,chaoxing.com // @note 版本更新 21-06-25 1.0.4 增加新的倍速网址,douyin.com // @note 版本更新 21-06-26 1.0.5 增加新的倍速网址,pan.baidu.com,youku.com // @note 版本更新 21-07-09 1.0.6 修正哔哩哔哩网站无法暂停问题 // @note 版本更新 21-10-11 1.0.7 由于百度云视频倍速播放收费,一时无法解决,暂时停用百度相关加速*://*.pan.baidu.com/* // @note 版本更新 21-12-11 1.0.8 感谢用户“何佳林”,提供建议,增加快捷键控制倍速 ctrl + -> ctrl + <- // @note 版本更新 21-12-13 1.0.9 增加cctv支持,增加倍速控件悬浮不跟随滑动 // @note 版本更新 21-12-14 1.1.0 增加倍率记忆功能,防止页面刷新倍率重新计算 // @note 版本更新 21-12-19 1.1.1 1、增加单手快捷键: “x” 、“c”, 2、增加寄存器倍率存储,浏览器全局使用 3、增加倍速框自动聚焦 // @note 版本更新 21-12-20 1.1.2 代码脚本优化 // @note 版本更新 21-12-20 1.1.3 增加全网倍速支持,让倍速不再有障碍 // @note 版本更新 21-12-21 1.1.4 增加快捷键d,用于恢复正常播放速度 // @note 版本更新 21-12-22 1.1.5 更改快捷键t,用于恢复正常播放速度 // @note 版本更新 21-12-23 1.1.6 修正倍速无法回到正常播放问题,感谢大佬“我不想上班”提供技术支持 // @note 版本更新 21-12-24 1.1.7 修正插件自带寄存器存储赋值失效问题 // @note 版本更新 21-12-24 1.1.8 修正bilibili自动下一集倍速失效问题 // @note 版本更新 21-12-28 1.1.9 增加大写快捷键支持 // @note 版本更新 22-01-06 1.2.0 增加倍率改变提示 // @note 版本更新 22-11-30 1.2.1 增加自动播放支持,增加代码优化 // @note 版本更新 22-12-03 1.2.2 增加浏览器菜单-可以:开启/关闭“倍速框” // @note 版本更新 22-12-03 1.2.3 优化页面倍速框,倍速药丸不能停 O(∩_∩)O哈哈~ // @note 版本更新 22-12-05 1.2.4 优化倍速框样式 // @note 版本更新 23-01-18 1.2.5 @include *:* @match *://*/* // @note 版本更新 23-06-08 1.2.6 增加触屏支持 // @note 版本更新 23-06-08 1.2.7 增加快速还原1.0 // @note 版本更新 23-07-21 1.2.8 替换提示,去除双手快捷键 // @note 版本更新 23-08-04 1.2.9 增加滑动支持 // @note 版本更新 23-08-04 1.3.0 滑动支持优化 // @note 版本更新 23-08-28 1.3.1 增加兼容性,增加跳过片头片尾功能 // @note 版本更新 23-09-05 1.3.2 开关控制版本大升级 // @note 版本更新 23-09-06 1.3.3 增加倍速框可拖动模式,修正跳过片头尾 // @note 版本更新 23-09-07 1.3.4 增加三分钟真男人模式 // @downloadURL none // ==/UserScript== (function() { 'use strict'; // 自定义样式 function addStyle() { let customCss=` #rangeId{z-index:99999999;position:fixed;top:100px;right:100px;width:55px;background-color:#E3EDCD;display:inline-block;text-align:center;padding:0 6px 0 7px;height:16px;line-height:16px;border-radius:9px;border:1px solid var(--brand_pink);outline: none;color:var(--brand_pink);font-size:12px;margin-right:4px;transition:background 0.3s,color 0.3s;flex-shrink:0;filter: opacity(0.7);cursor:move;user-select:none;} #rangeId:hover{filter: opacity(1);} .slider-container{display:flex;align-items:center;justify-content:flex-start;} .toggle-container{display:inline-block;position:relative;} .toggle-input{display:none;} .toggle-label{display:block;width:60px;height:30px;background-color:#ddd;border-radius:15px;position:relative;cursor:pointer;transition:background-color 0.3s;} .toggle-label:before{content:"";position:absolute;top:2px;left:2px;width:26px;height:26px;background-color:white;border-radius:50%;transition:left 0.3s;} .toggle-input:checked+.toggle-label{background-color:#66bb6a;} .toggle-input:checked+.toggle-label:before {left: calc(100% - 28px);} #switch_table table { width: 100%; /* 设置表格宽度为100% */ border-collapse: collapse; /* 合并表格边框 */ } #switch_table table th, table td { padding: 10px; /* 设置表头和单元格的内边距为10像素 */ white-space: nowrap; /* 设置文字不换行 */ } #switch_table table th { background-color: #f5f5f5; /* 设置表头的背景颜色为浅灰色 */ font-weight: bold; /* 设置表头文字加粗 */ } `; GM_addStyle(customCss); } // 自定义节点 function addDocument(){ $("body").prepend(''); let element = document.getElementById('rangeId'); element.style.opacity = 0.7; element.addEventListener('change', function () { // 在这里执行 change 事件的处理逻辑 element.style.opacity = 1; addToast("当前倍速:" + element.value); }); element.addEventListener('mouseover', function() { element.style.opacity = 1; }); element.addEventListener('mouseout', function() { element.style.opacity = 0.7; }); // 初始化按钮位置 var buttonPosition = localUtil.getGValue('buttonPosition'); if (buttonPosition) { var position = JSON.parse(buttonPosition); element.style.top = position.top + 'px'; element.style.left = position.left + 'px'; } // 添加按钮拖动功能 element.addEventListener('mousedown', function(e) { var offsetX = e.clientX - element.offsetLeft; var offsetY = e.clientY - element.offsetTop; document.addEventListener('mousemove', dragButton); function dragButton(e) { var left = e.clientX - offsetX; var top = e.clientY - offsetY; // 限制按钮不可移出屏幕 var windowWidth = window.innerWidth; var windowHeight = window.innerHeight; var buttonWidth = element.offsetWidth; var buttonHeight = element.offsetHeight; left = Math.max(15, Math.min(left, windowWidth - buttonWidth - 15)); top = Math.max(15, Math.min(top, windowHeight - buttonHeight - 15)); element.style.left = left + 'px'; element.style.top = top + 'px'; } document.addEventListener('mouseup', function() { document.removeEventListener('mousemove', dragButton); saveButtonPosition(); }); }); // 保存按钮位置到本地存储 function saveButtonPosition() { var position = { top: element.offsetTop, left: element.offsetLeft }; localUtil.setGValue('buttonPosition', JSON.stringify(position)); } } // 监听快捷键 document.addEventListener("keypress", handleKeyPress); function handleKeyPress(e) { log.info("--->e.key:" + e.key); let videos = document.querySelectorAll("video").length; if (videos > 0) { switch (e.key.toLowerCase()) { case "x": speedFun("-"); break; case "c": speedFun("+"); break; case "t": case "z": speedFun("1"); break; } } } /* PC端滑动处理 */ var isMouseDown = false; var startX, startY; $(document).on('mousedown', function(event) { isMouseDown = true; startX = event.pageX; startY = event.pageY; }); $(document).on('mousemove', function(event) { if (isMouseDown) { var currentX = event.pageX; var currentY = event.pageY; var distanceX = currentX - startX; var distanceY = currentY - startY; var times = Math.abs(distanceY) / 600; for (var i = 0; i < times; i++) { if (distanceY > 0) { // speedFun("-"); } else { // speedFun("+"); } } } }); $(document).on('mouseup', function(event) { isMouseDown = false; }); /* 移动端滑动处理 */ var lastY = 0; var direction = ""; // 保存方向信息 $(document).on('touchstart', function(e) { lastY = e.originalEvent.touches[0].clientY; }); $(document).on('touchmove', function(e) { var currentY = e.originalEvent.touches[0].clientY; var deltaY = currentY - lastY; var times = Math.abs(deltaY) / 100; if (deltaY > 0) { direction = "down";} else { direction = "up";} for (var i = 0; i < times; i++) { log.info(direction); if (direction = "down") { speedFun("-"); } if (direction = "up") { speedFun("+"); } } lastY = currentY; }); // 更改倍速 function speedFun(spee) { log.info("this speedFun is spee:" + spee); controlVideoProperty('playbackRate', spee); // 调用函数,设置播放速度为2.0 if ("+" == spee) { let numVal = parseFloat(parseFloat($("#rangeId").val()) + 0.1 > 20 ? 20 : parseFloat($("#rangeId").val()) + 0.1).toFixed(1); addToast("当前倍速:" + numVal); $("#rangeId").val(numVal).trigger("change"); return; } if ("-" == spee) { let numVal = parseFloat(parseFloat($("#rangeId").val()) - 0.1 < 0.1 ? 0.1 : parseFloat($("#rangeId").val()) - 0.1).toFixed(1); addToast("当前倍速:" + numVal); $("#rangeId").val(numVal).trigger("change"); return; } if ("1" == spee) { $("#rangeId").val(1.0); addToast("当前倍速:" + 1.0); localUtil.setSValue("speed_step_key", null); return; } } // 消息提示 function addToast(msgText) { // 消息提示(右下) if(getSwitchValueById("speed_switch_toggle3")){ showtoastMessage(msgText); } // 消息提示(左上) if(getSwitchValueById("speed_switch_toggle4")){ showVideoMessage(msgText); } // showtoast1Message( msgText); // showNotification("当前倍速:" + msgText); } /** * 在页面右下角显示 * @param msgText */ function showtoastMessage(msgText){ GM_addStyle(GM_getResourceText("css2")); Toastify({ text: msgText, duration: 1500, newWindow: false, gravity: "bottom", // `top` or `bottom` position: "right", // `left`, `center` or `right` style: { background: "linear-gradient(to right, #00b09b, #96c93d)", } }).showToast(); } function showtoast1Message(msgText){ GM_addStyle(GM_getResourceText("css1")); $.Toast("当前倍速:", msgText, "success", { //stack: true, has_icon: true, has_close_btn: true, fullscreen: false, timeout: 600, sticky: false, has_progress: true, rtl: false, }); } /** * 在视频左上角显示 * @param msgText */ function showVideoMessage(msgText) { var messageElement = document.createElement('div'); messageElement.style.position = 'absolute'; messageElement.style.top = '10px'; messageElement.style.left = '10px'; messageElement.style.backgroundColor = 'rgba(0, 0, 0, 0.5)'; messageElement.style.color = 'white'; messageElement.style.padding = '10px'; messageElement.style.fontFamily = 'Arial, sans-serif'; messageElement.style.fontSize = '16px'; messageElement.innerText = msgText; findNodeWithSelector('video', nodei => { if (nodei) { nodei.parentNode.appendChild(messageElement); } }); var hideMessage = function() { messageElement.style.display = 'none'; }; var showMessage = function() { messageElement.style.display = 'block'; setTimeout(hideMessage, 1000); // 一秒后隐藏消息 }; showMessage(); // 显示消息框 } // function showMessage(message) { // // 创建消息提示元素 // var messageElement = document.createElement('div'); // messageElement.classList.add('message'); // messageElement.innerText = message; // // // 添加CSS样式 // messageElement.style.position = 'fixed'; // messageElement.style.bottom = '20px'; // messageElement.style.right = '20px'; // messageElement.style.padding = '10px'; // messageElement.style.backgroundColor = '#333'; // messageElement.style.color = '#fff'; // messageElement.style.borderRadius = '5px'; // messageElement.style.opacity = '0.9'; // messageElement.style.transition = 'opacity 0.5s ease'; // // // 将消息提示元素添加到页面右下角 // document.body.appendChild(messageElement); // // // 一秒后自动消失 // setTimeout(function() { // messageElement.remove(); // }, 1000); // } // // // 使用方法 // showMessage('这是一条消息提示'); function showNotification(message) { const toast = Swal.mixin({ toast: true, position: 'bottom-end', showConfirmButton: false, timer: 1000, timerProgressBar: true, didOpen: (toast) => { toast.addEventListener('mouseenter', Swal.stopTimer); toast.addEventListener('mouseleave', Swal.resumeTimer); } }); toast.fire({ icon: 'info', title: message }); } /** * 数值转换为分钟 * @param value * @returns {string} */ function convertToMinutes(value) { const minutes = Math.floor(value / 60); const seconds = value % 60; const paddedMinutes = minutes.toString().padStart(2, "0"); const paddedSeconds = seconds.toString().padStart(2, "0"); return `${paddedMinutes}:${paddedSeconds}`; } /** * 初始化跳过片头片尾 */ function initStartEnd() { window.setInterval(function() {toSendCurrentTime();}, 3000); } var stopFlag = true; /** * 执行引擎 */ function initRun(){ // 自动播放 if(getSwitchValueById("speed_switch_toggle2")){ if (stopFlag) { document.querySelector('video').play(); stopFlag = false; } } var step = document.getElementById("rangeId").value; log.info("倍速播放方法启动,当前倍率为....." + step); var speed_step_key = localUtil.getSValue("speed_step_key"); if ((step == null || step == '') && speed_step_key == null) { changeSpeend(1); return; } if ((step == null || step == '') && speed_step_key != null) { changeSpeend(speed_step_key); return; } if ((step != null && step != '' && step != speed_step_key) || (step == speed_step_key)) { changeSpeend(step); return; } } /** * 更改倍速 * @param speed */ function changeSpeend(speed) { document.getElementById("rangeId").value = speed; findNodeWithSelector('video', nodei => { if (nodei) { nodei.playbackRate = speed; } }); // findNodeWithSelector('video', function (nodei) { // if (nodei) { // nodei.playbackRate = speed; // } // }); localUtil.setSValue("speed_step_key", speed); } /** * 通用查找节点方法 * @param selector * @param callback */ function findNodeWithSelector(selector, callback) { // 遍历页面中的所有节点并执行回调 let selectorAllElement = document.querySelectorAll(selector); if (selectorAllElement.length > 0) { selectorAllElement.forEach(node => { callback(node); }); } // 遍历页面中的所有