We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e754484 commit 0ad3167Copy full SHA for 0ad3167
1 file changed
BingBgForBaidu/BingBgForBaidu.user.js
@@ -2,7 +2,7 @@
2
// @name 百Bing图
3
// @name:en BingBgForBaidu
4
// @namespace hoothin
5
-// @version 2.3.6
+// @version 2.3.7
6
// @description 给百度首页换上Bing的背景图,并添加背景图链接与日历组件
7
// @description:en Just change the background image of baidu.com to bing.com
8
// @author hoothin
@@ -80,7 +80,7 @@
80
var height=rili.height();
81
iframe.width=width===0?538:width;
82
iframe.height=height===0?370:height;
83
- var today=$(".op-calendar-new-table-border",iframe.contentDocument);
+ var today=$(".op-calendar-new-table-border,.op-calendar-new-table-today",iframe.contentDocument);
84
var t;
85
riliLink.innerHTML="<span class='title' style='text-decoration:overline;cursor:crosshair'>"+$(".op-calendar-new-right-date",iframe.contentDocument).html()+"</span>";
86
riliLink.onmouseover=function(){
0 commit comments