added FIX_Animation_n_timeline_cinematic to avoid unnecessary animation callback due to cinematic effect (animationsFix)
 
added FIX_ytScheduler to fix the yt scheduler instance (discard current jobs when page starts to change, fix comment fetching job, uOrigin/Brave timing check issue)
 
Removed stampDomArray_MemoryFix_Flag001 and now integrated the memory leakage enhancement to FIX_stampDomArray_ directly
 
CTaskList implementation for stampDom Tasks
 
mDeferred for playlist entries
 
immediate flush for -continuation
 
implementation change for __byPass828__
 
fixed stamp finish callback if (hasData) { -> if (hasData || hasData === null) {