{
const observer = new MutationObserver((mutations) => {
mutations.forEach((mutation) => {
const elements = document.querySelectorAll(‘.sectionId__.pagenode__0.pagetype__undefined’);
if (elements.length > 0) {
elements.forEach((element) => {
const childDivs = element.querySelectorAll(‘article’);
childDivs.forEach((div) => {
div.classList.remove(‘Bcard’);
});
});
}
});
});
// Start observing the entire document for DOM changes
observer.observe(document.body, { childList: true, subtree: true });
});]]> {
next.removeAttribute(“disabled”);
track.scrollTo({
left: track.scrollLeft – track.firstElementChild.offsetWidth,
behavior: “smooth”
});
});
next.addEventListener(“click”, () => {
prev.removeAttribute(“disabled”);
track.scrollTo({
left: track.scrollLeft + track.firstElementChild.offsetWidth,
behavior: “smooth”
});
});
track.addEventListener(“scroll”, () => {
const trackScrollWidth = track.scrollWidth;
const trackOuterWidth = track.clientWidth;
prev.removeAttribute(“disabled”);
next.removeAttribute(“disabled”);
if (track.scrollLeft