We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d1d21 commit 3afe96cCopy full SHA for 3afe96c
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.2.4
+// @version 1.2.5
12
// @author Hoothin
13
// @mail rixixi@gmail.com
14
// @include http*://*/*
@@ -175,7 +175,7 @@
175
</style>`);
176
}
177
178
- var parentDiv=$("<div style='display:none;position:relative;z-index:99999;overflow:visible;text-align:left;'></div>");
+ var parentDiv=$("<div style='display:none;position:absolute;z-index:99999;overflow:visible;text-align:left;'></div>");
179
var regs=GM_getValue("eoReg");
180
function hideIcons(){
181
parentDiv.css("display","none");
0 commit comments