News Archives – We Got This Covered
Skip to Content Mar 8, 2024 5:18 Pm ‘Shōgun’: Taiko Vs. Shōgun, Explained Ash Martinez Mar 8, 2024 2:54 Pm ‘You Can’t Love Your Country Only When You Win’: Joe...
Skip to content
`;
var newStickySidebar = (new DOMParser().parseFromString(html, 'text/html')).body.firstChild;
newStickySidebar.style.position = 'relative';
newStickySidebar.style.marginBottom = '20px';
newStickySidebar.classList.add(`post-${postId}`);
newStickySidebar.style.height =
document.querySelector(`.gamurs-inf-scroll-post.post-${postId}`).offsetHeight
- 20
+ 'px';
document.querySelector('aside#secondary').appendChild(newStickySidebar);
window.addEventListener('scroll', function() {
document.querySelector(`.sticky-sidebar-container.post-${postId}`).style.height =
document.querySelector(`.gamurs-inf-scroll-post.post-${postId}`).offsetHeight
- 20
+ 'px';
});
})();
}