Skip to content

Commit 099b599

Browse files
committed
fix
1 parent 4dc40b7 commit 099b599

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

BingBgForBaidu/BingBgForBaidu.user.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name 百Bing图
33
// @name:en BingBgForBaidu
44
// @namespace hoothin
5-
// @version 2.3.4
5+
// @version 2.3.5
66
// @description 给百度首页换上Bing的背景图,并添加背景图链接与日历组件
77
// @description:en Just change the background image of baidu.com to bing.com
88
// @author hoothin
@@ -12,6 +12,7 @@
1212
// @grant GM_addStyle
1313
// @grant unsafeWindow
1414
// @connect global.bing.com
15+
// @connect cn.bing.com
1516
// @license MIT License
1617
// @include *://www.baidu.com/
1718
// @include *://www.baidu.com/home*
@@ -112,7 +113,7 @@
112113
}
113114
GM_xmlhttpRequest({
114115
method: 'GET',
115-
url: "http://global.bing.com/HPImageArchive.aspx?format=js&idx=0&pid=hp&video=1&n=1",
116+
url: "http://cn.bing.com/HPImageArchive.aspx?format=js&idx=0&pid=hp&video=1&n=1",//global貌似被墙了
116117
onload: function(result) {
117118
var jsonData = null;
118119
try {

0 commit comments

Comments
 (0)