Fix autoscroll after a Discord update

Closes #98
This commit is contained in:
chylex 2020-04-18 17:31:54 +02:00
parent f575c759b2
commit ce5b73a9db

View File

@ -4,7 +4,7 @@ var DISCORD = (function(){
};
var getMessageScrollerElement = function(){
return getMessageContainerElement().closest("[class*='scroller']");
return getMessageContainerElement().closest("[class*='scroller-']");
};
var checkTopSpecialMessageElement = function(view, cls){