Improve soralink bypass (fixes #807)
Shorten id, because long id breaks crowd bypass backend.
This commit is contained in:
parent
9efe3f1ac2
commit
7ef76e4247
@ -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=()=>{
|
||||
|
Loading…
x
Reference in New Issue
Block a user