Sets href on related videos so they work like normal links
This Tampermonkey script enhances the user experience on Bing's video search pages by modifying the behavior of related video links. The primary goal is to ensure these links work like normal hyperlinks, allowing for a more intuitive and seamless browsing experience. For example, making it possible again to easily open related video links in a new tab.
It uses an MutationObserver to detect once #mm_relvid container provided by their React component is loaded and will then set href attribute on each anchor with the related video's mid retrieved by decoding the json contained in its vrhdata attribute, which is presumed to be the section containing related videos on Bing's video search pages.
This script is provided as-is for enhancing navigation on Bing video search pages.