File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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*
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 {
You can’t perform that action at this time.
0 commit comments