DescriptionSince we disable pushState on YouTube, the comments and thumbnails for the video in the side bar aren't loading anymore.
It turned out that this wasn't because disabling pushState, but because we changed the location to a javascript: URL for that purpose. My assumption is that this interrupts pending requests, because it doesn't matter what JavaScript code is executed. I got the same issue when just using javascript:void(0); instead. However we can still inject a script tag.
Patch Set 1 #
Total comments: 3
Patch Set 2 : Addressed comment #MessagesTotal messages: 5
|