Ampdevlinks Main › Forums › Amputee-Forum › Mucanshipin › Reply To: Mucanshipin
2022-12-03 at 7:48 PM
#1815
Guest
You need to turn devtools on. Then find a javascript class that controls a player. It will have “play” function defined and a function called something like “getplayerinfo”
Then you place a breakpoint there. And as page loads you set a variable “isVideoPaid” (something like that) to true or 1. Then, after you click play player will think you have access to whole video.
Good luck 🙂