Displays the ovu.moe monthly calendar when hovering over a VTuber's channel name on YouTube or Twitch.
Ovu.moe Calendar Popup is a userscript that integrates tracking data from ovu.moe directly into YouTube and Twitch. It provides a convenient way to view the monthly calendar status of a VTuber without leaving their channel or video page.
@User vs "User Ch.") to ensure accurate search results..monthly calendar div, injects the necessary CSS, highlights today's date, and displays the popup near your cursor.You can edit the top of the script to adjust specific settings:
const DEBUG = true; // Set to true to show console logs
const HOVER_DELAY = 600; // Time in milliseconds before the popup appears
This script requires the following permissions to function:
GM_xmlhttpRequest: Required to perform cross-origin requests to fetch data from ovu.moe while you are on YouTube or Twitch.GM_addStyle: Required to inject the popup CSS.Disclaimer: This script is a third-party viewer and is not officially affiliated with ovu.moe, YouTube, or Twitch.