diff --git a/Plugins/videoSupport.js b/Plugins/videoSupport.js index dcdd1f1..9a0a2ec 100644 --- a/Plugins/videoSupport.js +++ b/Plugins/videoSupport.js @@ -3,7 +3,7 @@ var videoSupport = function () {}; videoSupport.prototype.convert = function () { - $(".message-group a").each(function() { + $(".message a").each(function() { var t = $(this); var href = t.attr("href"); if(href == undefined) return true;