We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caba34 commit 77e8110Copy full SHA for 77e8110
1 file changed
Easy offline/Easy offline.user.js
@@ -8,7 +8,7 @@
8
// @namespace http://tampermonkey.net/
9
// @require https://cdn.jsdelivr.net/jquery/1.7.2/jquery.min.js
10
// @require https://cdn.jsdelivr.net/hi-base64/0.2.0/base64.min.js
11
-// @version 1.3.11
+// @version 1.3.12
12
// @author Hoothin
13
// @mail rixixi@gmail.com
14
// @include http*://*/*
@@ -368,7 +368,7 @@
368
e.stopPropagation();
369
});
370
document.addEventListener("mouseover", function(e){
371
- hideIcons();
+ if(parentDiv.css("display")!="none")hideIcons();
372
373
var preNode;
374
if(showType){
0 commit comments