Convivea

Bit Che => Scripts & Development => Topic started by: CuF on October 10, 2016, 08:34:57 am

Title: HTML Comments Stripped?
Post by: CuF on October 10, 2016, 08:34:57 am
I'm still working on PornLeech.
They hide the download link inside a comment <!-- -->

Bit Che seems to automatically strip comments.  I even tried doing a search/replace on the tags with no luck.
Is there a way to preserve the comment lines?
Title: Re: HTML Comments Stripped?
Post by: chip! on October 16, 2016, 02:33:47 am
is the <!-- --> comment visible in the debugger in the variable after you pull the string from the array..    like  t=array(@q,0) ?

it should only strip out upon the save (anytime saving to $variable), extract, or scrub functions..
Title: Re: HTML Comments Stripped?
Post by: CuF on October 20, 2016, 02:11:16 pm
I don't think it was visible, but something has come up and I won't have time to take a good like at this for a while.  I'll definitely update you when I can.