We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b4e4b commit 690a1b1Copy full SHA for 690a1b1
1 file changed
Easy offline/Easy offline.user.js
@@ -8,7 +8,7 @@
8
// @namespace https://github.com/hoothin/UserScripts/tree/master/Easy%20offline
9
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js
10
// @require https://cdnjs.cloudflare.com/ajax/libs/Base64/0.2.0/base64.min.js
11
-// @version 1.9.26
+// @version 1.9.27
12
// @author Hoothin
13
// @mail rixixi@gmail.com
14
// @include http*://*/*
@@ -202,9 +202,9 @@
202
setTimeout(function() {
203
$('#js_offline_new_add').val(curlink);
204
delLink();
205
- $('[data-btn=start]').click();
+ document.querySelector('[data-btn=start]').click();
206
}, 1);
207
- }, 1000);
+ }, 500);
208
}
209
}, 300);
210
0 commit comments