We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222c7ee commit 9ec01efCopy full SHA for 9ec01ef
1 file changed
BingBgForBaidu/BingBgForBaidu.user.js
@@ -2,7 +2,7 @@
2
// @name 百Bing图
3
// @name:en BingBgForBaidu
4
// @namespace hoothin
5
-// @version 2.2.2
+// @version 2.2.3
6
// @description 给百度首页换上Bing的背景图,并添加背景图链接与日历组件
7
// @description:en Just change the background image of baidu.com to bing.com
8
// @author hoothin
@@ -74,7 +74,11 @@
74
t=setTimeout(function(){
75
if(top===0)iframeDoc.scrollTop(138);
76
if(left===0)iframeDoc.scrollLeft(121);
77
- $(iframe).show(200);
+ if(unsafeWindow.chrome){
78
+ $(iframe).show(200);
79
+ }else{
80
+ iframe.style.display="block";
81
+ }
82
},500);
83
};
84
riliLink.onmouseout=function(){
0 commit comments