// ==UserScript== // @name Invidious tooltip remover // @namespace localhost // @description hide the annoying video title tooltip on mouse hover that overlaps with videos // @version 1.0 // @match https://invidio.us/watch* // @downloadURL none // ==/UserScript== var elements=document.getElementsByClassName('vjs-tech'); for(var i=0;i