You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to replace the existing 'anyclick' cookie consent div with a javascript solution that listens to the first click of a session that does not have an fs-cc cookie set.
Use document.querySelector("#Cookies-Accept-Button").click()
Need to replace the existing 'anyclick' cookie consent div with a javascript solution that listens to the first click of a session that does not have an fs-cc cookie set.
Use
document.querySelector("#Cookies-Accept-Button").click()