// ==UserScript== // @name V2EX打开新帖跳到第一页 // @description V2EX打开新帖默认跳到最新回复,这个是让直接跳到第一页回复内容 // @author me // @include https://*.v2ex.com/* // @include https://v2ex.com/* // @version 2020.01.02 // @grant none // @namespace https://greasyfork.org/users/314878 // @downloadURL none // ==/UserScript== (function(){ var links = document.getElementsByClassName('topic-link'); if (links.length) { for (var i=0; i