It seems window.dispatchEvent(new Event("cookieAlertAccept"))` only fires when the users clicks the accept. I feel it would be great to have this fire along with another event if not this one when the user loads the page. This would allow things like ads to turn on or other events to happen each page load after they have accepted.
I might try to hack this into my copy and submit it here.
It seems
window.dispatchEvent(new
Event("cookieAlertAccept"))` only fires when the users clicks the accept. I feel it would be great to have this fire along with another event if not this one when the user loads the page. This would allow things like ads to turn on or other events to happen each page load after they have accepted.I might try to hack this into my copy and submit it here.