马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
rt,脚本发不出去
// ==UserScript==
// @name 🆒自动删除链接安全提醒——🎈再也不用点击了!🤣
// @namespace https://dddddgz.github.io
// @version 1.0
// @description 自动删除安全链接提醒,遇到安全提醒会自动跳转(Gitee、CSDN、掘金、知乎、少数派、豆瓣、简书、QQ邮箱、hack.chat,CSDN、QQ邮箱、hack.chat中使用了window.open打开链接,可能被拦截)
// @author dddddgz
// @match https://gitee.com/*
// @match https://blog.csdn.net/*
// @match https://*.blog.csdn.net/*
// @match https://link.csdn.net/*
// @match https://juejin.cn/*
// @match https://link.juejin.cn/*
// @match https://www.zhihu.com/*
// @match https://zhuanlan.zhihu.com/*
// @match https://link.zhihu.com/*
// @match https://sspai.com/*
// @match https://client.sspai.com/*
// @match https://www.douban.com/*
// @match https://www.jianshu.com/*
// @match https://links.jianshu.com/*
// @match https://mail.qq.com/*
// @match https://hack.chat/*
// @icon https://hack.chat/favicon.ico
// @grant none
// @license MIT
// ==/UserScript==
|