Lucas P
Lucas P
Let me know if it worked, if you find any difficulty checking / testing please comment, I will be waiting for updates. I'm sorry for my bad english, i'm using...
Update: The number of elements in the array was updated in 15 minutes, so I deduced that the index page was dynamically generated by the backend. I'll have to think...
1: First step:  ``` 1: VM:22:3 Code: l = o.customRequestHeaders; ``` 2: Break point in "customRequestHeaders". Note: o.customRequestHeaders is set in function "n.prototype.load = function(e, o)" where n is...
I managed to bypass the protection of Bet365 where the content (script of the initial page) is generated dynamically, instead of deciphering the positions of the array with reverse engineering,...
Put the code (pastebin) in file "code.js", and use this in NodeJS: ``` const jsdom = require("jsdom") const { JSDOM } = jsdom const code = fs.readFileSync('./code.js').toString() let dom =...
Important: Domjs new JSDOM ('' ", {url: 'https://www.bet365.com'}) is not loading Bet365, just simulating window.origin and window.referer to be www.bet365.com. JSDOM is also not a headless browser, it is lighter...
@tyjaon, @BET365-API Glad to know that everything went well. I'm not working with betting anymore, but the code is still functional.
Same here, plz someone help.
@TheBig123456 Same error here, do you found an solution ? @TheBig123456, @willdurand plz help.
Got it, I started using Puppeteer to do this, thanks for the tip. I would like to know if there is any way to call new instances of: "new WebSocket"...