maxurl icon indicating copy to clipboard operation
maxurl copied to clipboard

Support Asuswebstorage host urls

Open Froktime opened this issue 1 year ago • 2 comments

https://personal.asuswebstorage.com/?lang=en Thumbnail image https://wrb01.asuswebstorage.com/webrelay/getresizedphoto/4F9eVwD7OLoG5PTW/cGZkPTQwMzU2Nzc2NzMsc3Q9MCxwdj0x.jpg?ecd=1&sid=98734728 Original image https://wrb01.asuswebstorage.com/webrelay/directdownload/?x-asc-sid=10014&fi=4035677673&ve=1&queryMode=pft&pv=1&x-asc-sid-version=6.18.0&x-asc-device-name=Y2hyb21lKDExNy4wLjAp&x-asc-os-version=Windows%2010&tlt=R19psY1Stwcdi9n%2Fftht6gpNhhs2u56vblAiPp3KJaQ%3D I think it's quite difficult but I also want to try

Froktime avatar Dec 27 '23 15:12 Froktime

Interesting, I wonder if there's a location where the original images are stored. Taking the second part of the getresizedphoto url:

> atob("cGZkPTQwMzU2Nzc2NzMsc3Q9MCxwdj0x")
pfd=4035677673,st=0,pv=1

Seems like this would work:

https://www.asuswebstorage.com/navigate/dlr/?s=sgd01.asuswebstorage.com&fi=4035677673&isdirectplay=1&w=WRB01.asuswebstorage.com&tokenStr=4F9eVwD7OLoG5PTW&version=1&queryMode=pft&pv=1

fi = pfd, tokenStr = the first base64 value after getresizedphoto

qsniyg avatar Dec 27 '23 21:12 qsniyg

https://www.asuswebstorage.com/navigate/a/#/s/323DC2A5C9A747459BA9D3396EA8108AY here's link of original image @@ The image link seems to expire after a while

Froktime avatar Dec 28 '23 14:12 Froktime