Skip to content

Commit

Permalink
Merge pull request #3327 from zurbrugc/master
Browse files Browse the repository at this point in the history
Fixed Reddit scrolling
  • Loading branch information
philc committed May 21, 2019
2 parents 5d1bd70 + ec32ad1 commit 8c9404f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content_scripts/scroller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ specialScrollingElementMap =
'twitter.com': 'div.permalink-container div.permalink[role=main]'
'reddit.com': '#overlayScrollContainer'
'new.reddit.com': '#overlayScrollContainer'
'www.reddit.com': '#overlayScrollContainer'

root = exports ? (window.root ?= {})
root.Scroller = Scroller
Expand Down

0 comments on commit 8c9404f

Please sign in to comment.