Intercept and Copy window.open URLs (DeepSeek)

Intercept window.open calls and copy the URL to clipboard on chat.deepseek.

// ==UserScript==
// @name         Intercept and Copy window.open URLs (DeepSeek)
// @namespace    http://gf.qytechs.cn/
// @version      1.0
// @description  Intercept window.open calls and copy the URL to clipboard on chat.deepseek.
// @match        *://chat.deepseek.com/*
// @grant        none
// ==/UserScript==

window.open = url => (navigator.clipboard.writeText(url), null);

QingJ © 2025

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