Improve soralink bypass (fixes #807)

Shorten id, because long id breaks crowd bypass backend.
This commit is contained in:
ikancupang 2020-01-29 22:30:46 +07:00 committed by GitHub
parent 9efe3f1ac2
commit 7ef76e4247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1268,6 +1268,7 @@ ensureDomLoaded(()=>{
else
{
i=location.search.split("?id=")[1]
i=i.substr(Math.floor(i.length/2),10)
}
f.id=""
const callback=()=>{