CARVIEW |
Select Language
HTTP/2 200
date: Wed, 15 Oct 2025 00:56:08 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=72f9b64c619cd39d1f795d89137a64407a8f90389114ec86771689cff1e429e6a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22dos9qQSWiO-ZHwktrhZF5zMKOmT_5uC2%22%3B%7D; HttpOnly; Path=/
cf-ray: 98eb5addcaf7741b-BLR
JDownloader2 EventScript - Resume all skipped links (reason:CAPTCHA) on Download Paused - Pastebin.com
SHARE
TWEET

JDownloader2 EventScript - Resume all skipped links (reason:CAPTCHA) on Download Paused
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * JDownloader2 EventScript - Resume all skipped links (reason:CAPTCHA) on Download Paused
- *
- *@summary 一時停止時にCAPTCHAスキップされたリンクを再開
- *
- *
- *@event
- * [Trigger] "Download Controller paused"
- *
- */
- (function(){
- getAllDownloadLinks().forEach(function(l)
- {
- if (!l.isFinished() && l.isSkipped() && l.getSkippedReason() == "CAPTCHA")
- l.resume();
- });
- })();
Advertisement
Add Comment
Please, Sign In to add comment
-
📝 EASY MONEY GUIDE ✅ Working J
JavaScript | 4 sec ago | 0.25 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 10 sec ago | 0.24 KB
-
📌 Instant BTC Profit Method ✅ Working 7
JavaScript | 12 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐ 0
JavaScript | 20 sec ago | 0.25 KB
-
🚀 Swapzone +37% glitch
JavaScript | 21 sec ago | 0.24 KB
-
📌 Swapzone +37% glitch ⭐ A
JavaScript | 28 sec ago | 0.25 KB
-
💎 ChangeNOW Exploit
JavaScript | 31 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 34 sec ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand