mosaicer / Muting_on_Twitter

Mutes texts/links/tags/userIDs on Twitter (Muting_on_Twitter) and changes tweets' style (Twitter_Style_Changer)
1 stars 0 forks source link

The auto-scroll feature doesn't work correctly while displaying any tweets. #6

Closed mosaicer closed 6 years ago

mosaicer commented 6 years ago

While displaying any tweets, the page moves to the top whenever the auto-scroll feature runs. I think the behavior is not correct, so I want to fix it.

mosaicer commented 6 years ago

I disconnect AUTO_REFRESH_OBSERVER, the MutationObserver to observe new tweets, when displaying any tweets. Also, I connect AUTO_REFRESH_OBSERVER when dismissing any tweets. In other words, I stop AUTO_REFRESH_OBSERVER while displaying any tweets. [985caff]