6

Build a tool two years ago that I used to download anime of a website.
Buggers now broke it by encrypting(?) a URL I need and using obfuscated JS so I can't find what I need D:

Comments
  • 3
    The game's afoot!
  • 0
    Open the page with puppeteer and intercept the Network requests for the images!
  • 0
    Define "obfuscated" because if you mean compressed by Webpack it's easy to get the original source code...
  • 0
    @eval that won't work as they blocked loading with puppeteer D:

    @rodrigograca31 No, actually obfuscated... like function names that make no sense, functions that combine the output of functions in order to call a new function with params which will call another function which combines outputs of other functions in order to create other functions...
Add Comment