Open RomanDietenmeier opened 2 years ago
if u edit the hook to include the following :
jstext = head + "window.drawhook(this,arguments);" + tail;
seems like the arguments have some data , although not sure where to look for next
do you mean edit the argument in line 246?
window.drawhook is fixed rather easily. The function is called once with obj=undefined.
Changing line 236
if(obj._faked != true) {
toif(obj!==undefined &&obj._faked != true ) {
fixes that problem.
The real thing is, that the obj is not what it used to be 😆. It now looks like this:
And thus the download function does not work anymore. Sry but I do not know how to handle this. GL.