dnbrwstr

       GitHub: @dnbrwstr
  • Remove alt tags

    dnbrwstr        
    0 Likes Commentsjavascript

    $('img').each(function(){
      $(this).attr('alt', '')
    })