Changes the masked urls in youtube descriptions to their direct versions.
Das sind Skriptversionen, bei denen der Quelltext aktualisiert wurde. Alle Versionen anzeigen.
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.