Skip to content

Instantly share code, notes, and snippets.

@bacoords
Created January 9, 2024 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bacoords/3cb2e6a8616b6fde0b971f475ff61a57 to your computer and use it in GitHub Desktop.
Save bacoords/3cb2e6a8616b6fde0b971f475ff61a57 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
document.querySelectorAll('.consent-link').forEach(el => {
el.addEventListener('click', event => {
if(! Osano) {
return
}
event.preventDefault();
Osano.cm.showDrawer();
})
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment