Changes the masked urls in youtube descriptions to their direct versions.
Versión del día 09/09/2023. Echa un vistazo a la versión más reciente.
A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.
Changed query selection for URLs to help with performance, before the script looped through tags that weren’t URLs.Added conditional break statement to prevent looping through URLs that have already been modified.Changed mouseover event to mouse enter to prevent the event from firing off too much.Refactored boolean statements to their own standalone functions for better code readability. Fixed a bug where hyperlinks were truncated.
Revert condition for checking if the urls are masked.
Removed redundant statements that checked if a boolean statement returned true.