Greasy Fork is available in English.
本地视频文件夹下启动http-server服务,然后端口设置5555,mac操作 `http-server -p 5555`
当前为
// ==UserScript==
// @name 边学习边看视频-上班摸鱼
// @description 本地视频文件夹下启动http-server服务,然后端口设置5555,mac操作 `http-server -p 5555`
// @namespace www.xiaodongxier.com
// @match https://*.vuejs.org/*
// @grant none
// @version 2.0.5
// @author 小东西儿
// @license MIT
// @description 2022/6/23 15:30:00
// ==/UserScript==
$("body").append(`<iframe src="http://localhost:5555" frameborder="0" style="position: fixed;right: 10px;bottom: 10px;width: 500px;height: 290px;box-shadow: 0 0 20px 0px #000;opacity: .5;"></iframe>`)