Robert Kojder, Author at We Got This Covered
Skip to Content Dec 3, 2014 10:46 Pm Metal Gear Solid 4: Guns of the Patriots Will See a December Digital Release Robert Kojder Dec 3, 2014 1:13 Pm Angelina...
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';
});
})();
}