JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 03.04.2019, 10:06
Cyberavater Cyberavater is offline
JD Legend
 
Join Date: Feb 2019
Posts: 732
Default http://binbox.io auto-captcha

Example Link: **External links are only visible to Support Staff****External links are only visible to Support Staff**

Script that can bypass it; **External links are only visible to Support Staff****External links are only visible to Support Staff**

Might want to check this too if it helps;
Code:
			domainBypass("binbox.io",()=>{
				let xhr=new XMLHttpRequest()
				xhr.onreadystatechange=()=>{
					if(xhr.readyState==4&&xhr.status==200)
					{
						let json=JSON.parse(xhr.responseText)
						if(json.paste)
						{
							safelyNavigate(json.paste.url)
						}
					}
				}
				xhr.open("GET",location.pathname+".json")
				document.cookie="referrer=1"
				xhr.send()
			})
		dO.observe(document.documentElement,{attributes:true})
		script.innerHTML+="\n"+res.userscript+"\n})()"
		script=document.documentElement.appendChild(script)
		setTimeout(()=>document.documentElement.removeChild(script),10)
Code pasted from;**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by Cyberavater; 03.04.2019 at 10:08.
Reply With Quote
  #2  
Old 03.04.2019, 11:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Thanks for the info and for specific place/script so we don't have to look for it
wait for next plugin update
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 03.04.2019, 22:18
Cyberavater Cyberavater is offline
JD Legend
 
Join Date: Feb 2019
Posts: 732
Default

Welcome, and it's fixed. Thanks!

Last edited by Cyberavater; 03.04.2019 at 22:45.
Reply With Quote
  #4  
Old 04.04.2019, 11:06
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

You're welcome
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 22:24.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.