𝓢𝓉𝓪𝓇 (@chx_1126)让油猴来跳转外部链接 中发帖

https://linux.do/t/topic/1460687 
从上贴继续讨论
论坛加了链接跳转提示框要多点一下,不过油猴脚本还是可以帮忙点一下(仅此)
// ==UserScript==
// @name Linux.do External Link Auto-Skipper
// @namespace http://tampermonkey.net/
// @version 2.0.0
// @description 拦截外部链接点击,跳过确认弹窗,直接在新标签页打开
// @author Your Name
// @match https://linux.do/*
// @grant none
// @run-at document-end
// @license MIT
// =...