Greasy Fork is available in English.
PC上使用浏览器点开微信链接,在提示非微信官方链接页面自动打开对应的链接,增加,微信,掘金,csdn等
< Commentaires sur web被拦截链接自动跳转
// @match https://c.pc.qq.com/*
if(location.href.includes('c.pc.qq.com')){
linkUrl = document.querySelector("div#url").innerText;
linkUrl && (window.location.href = linkUrl) ;
}
顺便把QQ也适配了