Skip to content

Instantly share code, notes, and snippets.

View RogerPodacter's full-sized avatar
🎯
Focusing

Tom Lehman RogerPodacter

🎯
Focusing
View GitHub Profile
$(window).load(function() {
$('.lyrics a.has_verified_annotation').each(function(i){
$(this).append('<div class="verified_line_checky"></div>');
});
})