mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-13 07:23:32 -06:00
✨ skip out of top viewport
This commit is contained in:
@@ -144,3 +144,8 @@ export const cleanBskyUserElements = () => {
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
export const isOutOfTopViewport = (el: Element) => {
|
||||
const rect = el.getBoundingClientRect();
|
||||
return rect.top < 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user