From 12c8103a3918cd58aa533bcdd34284681e2b8ce2 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20[=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=AD=BE=E5=88=B0]=20=E5=8A=9F=E8=83=BD=E5=9C=A8=E9=9D=9E=20ww?= =?UTF-8?q?w.v2ex.com=20=E5=9F=9F=E5=90=8D=E4=B8=8B=E5=BD=93=E5=A4=A9?= =?UTF-8?q?=E9=A6=96=E6=AC=A1=E8=AE=BF=E9=97=AE=E9=9D=9E=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=97=B6=E5=8F=AF=E8=83=BD=E5=87=BA=E7=8E=B0=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- V2ex-Enhanced.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V2ex-Enhanced.user.js b/V2ex-Enhanced.user.js index 4c8139d..2b005fe 100644 --- a/V2ex-Enhanced.user.js +++ b/V2ex-Enhanced.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name V2EX 增强 -// @version 1.2.1 +// @version 1.2.2 // @author X.I.U // @description 自动签到、链接转图片、自动无缝翻页、使用 SOV2EX 搜索、回到顶部(右键点击两侧空白处)、快速回复(左键双击两侧空白处)、新标签页打开链接、标签页伪装为 Github(摸鱼) // @match *://v2ex.com/* @@ -261,7 +261,7 @@ // 后台获取签到状态(并判断是否需要签到) function qianDaoStatus_(timeNow) { GM_xmlhttpRequest({ - url: 'https://www.v2ex.com/mission/daily', + url: location.origin + '/mission/daily', method: 'GET', timeout: 5000, onload: function (response) {