Skip to content

Commit ac37f4a

Browse files
committed
fix
1 parent b869e27 commit ac37f4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Easy offline/Easy offline.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// @namespace http://tampermonkey.net/
99
// @require https://cdn.jsdelivr.net/jquery/1.7.2/jquery.min.js
1010
// @require https://cdn.jsdelivr.net/hi-base64/0.2.0/base64.min.js
11-
// @version 1.0.49
11+
// @version 1.1.0
1212
// @author Hoothin
1313
// @mail rixixi@gmail.com
1414
// @include http*://*/*
@@ -209,8 +209,8 @@
209209
offNode.css("background-color","#5e5eff").attr("title",i18n.yyw ).attr("href", "http://115.com/?tab=offline&mode=wangpan");
210210
break;
211211
}*/
212-
offNodes.push(offNode);
213212
if(siteConfig.hide || GM_getValue("eoHide"+siteConfig.name))continue;
213+
offNodes.push(offNode);
214214
parentDiv.prepend(offNode);
215215
}
216216
parentDiv.mouseover(function(e){

0 commit comments

Comments
 (0)