This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net STOP "VMAuthdService" /y && \ | |
net STOP "VMnetDHCP" /y && \ | |
net STOP "VMUSBArbService" /y && \ | |
net STOP "VMware NAT Service" /y && \ | |
net STOP "VMwareHostd" /y |