Integrates the live chat into the mobile version of YouTube
< Opiniones de Live Chat on YouTube Mobile
To fix this issue, modify this line:
// elements.chatIframe.src = newChatSrc;
elements.chatIframe.contentWindow.location.replace(newChatSrc); // Use replace to avoid adding to history
Youtube generates two history stacks on navigation with this script.
I guess this is an issue with iframe navigation.