Changes the masked urls in youtube descriptions to their direct versions.
Seznam všech verzí skriptu. Zobrazit pouze verze, při kterých došlo ke změně v kódu.
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.
Added donation segment to greasyfork page, this does not change any of the code in the script.
Removed redundant statements that checked if a boolean statement returned true.