We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15329a6 commit 12c8103Copy full SHA for 12c8103
1 file changed
V2ex-Enhanced.user.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name V2EX 增强
3
-// @version 1.2.1
+// @version 1.2.2
4
// @author X.I.U
5
// @description 自动签到、链接转图片、自动无缝翻页、使用 SOV2EX 搜索、回到顶部(右键点击两侧空白处)、快速回复(左键双击两侧空白处)、新标签页打开链接、标签页伪装为 Github(摸鱼)
6
// @match *://v2ex.com/*
@@ -261,7 +261,7 @@
261
// 后台获取签到状态(并判断是否需要签到)
262
function qianDaoStatus_(timeNow) {
263
GM_xmlhttpRequest({
264
- url: 'https://www.v2ex.com/mission/daily',
+ url: location.origin + '/mission/daily',
265
method: 'GET',
266
timeout: 5000,
267
onload: function (response) {
0 commit comments