Lightweight JS to scroll sticky ads on websites
stickyAd.add({
element: document.getElementById("sticky_ad"),
stayWithin: document.querySelector(".main")
});
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Lightweight JS to scroll sticky ads on websites
stickyAd.add({
element: document.getElementById("sticky_ad"),
stayWithin: document.querySelector(".main")
});