// ==UserScript== // @name dm1080直接跳转 // @namespace http://tampermonkey.net/ // @version 0.0.0.0.0.0.1 // @description 转换编号为直达链接,并不知道站长知道了这东西会不会做出什么应对措施. // @homepage https://greasyfork.org/zh-CN/scripts/29313-dm1080%E7%9B%B4%E6%8E%A5%E8%B7%B3%E8%BD%AC // @author You // @match dm1080p.com/archives/* // @grant none // @downloadURL none // ==/UserScript== var urlRegex = /([0-9a-z]{7})(?=-)/ig; var snapTextElements = document.evaluate("//text()[not(ancestor::a) " + "and not(ancestor::script) and not(ancestor::style) and "+ "contains(.,'资料编号')]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i