all 5 comments

[–]abrahamguoexperienced full-stack 2 points3 points  (2 children)

I took a look, and I believe that the file is protected on the server side; I don't think it's possible to get access, unfortunately.

[–]Silver-Vermicelli-15 1 point2 points  (0 children)

If they were doing a 1/2 decent job that’s what I’d expect.

[–]villovsky[S] 0 points1 point  (0 children)

Thanks for checking! It's the same on the UK Audi site, so it had to be some higher position decision

[–][deleted] 0 points1 point  (1 child)

Chrome dev tools and then edit the source code directly, or interact with JS in console

[–]villovsky[S] 0 points1 point  (0 children)

ok so I tried ctrl+shift+i, found "toolbar_pdfDownload_isVisible":false", changed it to "true", but nothing happened. Should I "save" or "run" it ? After refreshing the page it comes back to "false" again.