Bug in Build 36:
Under some conditions if you use t=array(@q,1) and that array is blank, the variable is deleted and doesn't appear the next time =array(@q,n) is used.
This is causing the next loop's results to be removed.
For example:
Using my BakaBT script (attached) that works with Build 35 but not 36 and searching "Ghost Shell Innocence", there should be 4 results.
Loop 1: Finds 1080p version
Loop 2: Finds only the text "Alternate Versions:" and loops
Loop 3: t=array(@q,0) is checked but empty (removing the variable 't' in the debugger window), t=array(@q,1) does not get the data from @q(1)
This works properly in Build 35.
Found in Build 35 and 36:
If you click in Bit Che's results area, it will occasionally anchor a select region box. Can't be more specific, sorry.