Skip to content

Instantly share code, notes, and snippets.

@hi-unc1e
hi-unc1e / loom-caption-download.tampermonkey.js
Created June 22, 2025 15:27
Loom 字幕下载突破助手(Tampermonkey 脚本) 🎯 功能说明: 自动抓取 Loom 视频字幕的真实下载地址(.vtt 格式); 跳过官方界面的「Business Plan 才能下载字幕」限制; 在顶部按钮区域插入绿色「📋 复制字幕链接」按钮,一键复制; 支持 SPA 刷新和缓存场景,自动补发 GraphQL 请求获取字幕链接。
// ==UserScript==
// @name Loom 字幕复制增强(支持缓存刷新的情况)
// @namespace http://tampermonkey.net/
// @version 0.5
// @description 自动提取 Loom 视频隐藏字幕链接,跳过 "Business Plan" 限制,一键复制真实字幕地址!
// @match https://www.loom.com/share/*
// @grant none
// @author unc1e
// @run-at document-idle
// ==/UserScript==
@hi-unc1e
hi-unc1e / AjaxInjectTemplate.user.js
Last active May 24, 2025 00:46
通用 AJAX 劫持 & 页面增强模板
// ==UserScript==
// @name 岗位显示发布日期!
// @namespace https://unc1e.cn/
// @version 0.4
// @description 在岗位详情页面 job-info 中,插入发布时间
// @grant none
// @match https://jobs.bytedance.com/referral/pc/position/*
// @match https://jobs.bytedance.com/*
// @match https://xiaomi.jobs.f.mioffice.cn/index/position/*
// @run-at document-start
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hi-unc1e
hi-unc1e / Stop_VMWare.bat
Created August 21, 2023 17:04
Stop_VMWare
net STOP "VMAuthdService" /y && \
net STOP "VMnetDHCP" /y && \
net STOP "VMUSBArbService" /y && \
net STOP "VMware NAT Service" /y && \
net STOP "VMwareHostd" /y