This is going to be a js script that is fully customizable to add a ConsentManager to your website.
ConsoleDebugManager - [https://github.com/LuckyForce/ConsoleDebugMode]
Plans: Fully customizable Consent Manager. With one accept Button and one decline Button.
- changed_text
- info_text
- button_text
- cover
- zIndex
- background_color
- position
- consentInfoChangedOn
- text_color
- credit
Plans: Fully customizable Consent Manager. With multiple cookie options and multiple accept Buttons.
Plans: Support for multiple languages and better customization for responsive applications.
<script>
//Settings
const ConsentManager = {
title: "ConsentManager",
text: "This website uses cookies to ensure you get the best experience on our website. By using our website you agree to our use of cookies.",
button: "Accept",
};
</script>
<script src="https://www.adrian-schauer.at/projects/consent-manager/consent-manager-v1.min.js"></script>