Skip to content

Commit 690a1b1

Browse files
committed
Update Easy offline.user.js
1 parent 85b4e4b commit 690a1b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Easy offline/Easy offline.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// @namespace https://github.com/hoothin/UserScripts/tree/master/Easy%20offline
99
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js
1010
// @require https://cdnjs.cloudflare.com/ajax/libs/Base64/0.2.0/base64.min.js
11-
// @version 1.9.26
11+
// @version 1.9.27
1212
// @author Hoothin
1313
// @mail rixixi@gmail.com
1414
// @include http*://*/*
@@ -202,9 +202,9 @@
202202
setTimeout(function() {
203203
$('#js_offline_new_add').val(curlink);
204204
delLink();
205-
$('[data-btn=start]').click();
205+
document.querySelector('[data-btn=start]').click();
206206
}, 1);
207-
}, 1000);
207+
}, 500);
208208
}
209209
}, 300);
210210
}

0 commit comments

Comments
 (0)