您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
显示Echo360视频时间/点击屏幕播放暂停 Show current time / Click on the screen to play
// ==UserScript== // @name Echo360 Enhanced (功能增强) // @namespace http://echo360.so/why_the_website_is_so_terrible/ // @version 0.1 // @description 显示Echo360视频时间/点击屏幕播放暂停 Show current time / Click on the screen to play // @name:en Echo360 Enhanced // @description:en Show current time / Click on the screen to play // @author Yui // @include *echo360.*/lesson/* // @icon https://www.google.com/s2/favicons?domain=echo360.org.uk // @grant none // ==/UserScript== (function() { 'use strict'; try{$('.screens')[0].addEventListener("click",(()=>{$('.play-btn')[0].click();}));$('.currTime')[0].style.display='inline'}catch(error){window.onload=function(){console.log('cache not exist');$('.screens')[0].addEventListener("click",(()=>{$('.play-btn')[0].click();}));$('.currTime')[0].style.display='inline'}} })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址