边看文档边看视频-上班摸鱼

本地视频文件夹下启动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.7
// @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: .6;"></iframe>`)

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址