// ==UserScript== // @name V2EX打开新帖跳到第一页 // @description V2EX打开新帖跳到第一页;翻页在当前页面打开 // @author ss // @include https://*.v2ex.com/* // @include https://v2ex.com/* // @version 2021.11.30 // @grant none // @namespace https://greasyfork.org/users/314878 // @downloadURL none // ==/UserScript== (function(){ var topicLinks = document.getElementsByClassName('topic-link'); var linksHot = document.querySelectorAll(".item_hot_topic_title a") if (topicLinks.length) { for (var i=0; i