Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckyforce/consentmanager
This is going to be a js script that is fully customizable to add a ConsentManager to your website.
https://github.com/luckyforce/consentmanager
consent consent-manager cookies javascript js
Last synced: 10 days ago
JSON representation
This is going to be a js script that is fully customizable to add a ConsentManager to your website.
- Host: GitHub
- URL: https://github.com/luckyforce/consentmanager
- Owner: LuckyForce
- License: mit
- Created: 2022-01-30T14:02:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T10:06:30.000Z (almost 3 years ago)
- Last Synced: 2023-10-09T10:49:43.615Z (about 1 year ago)
- Topics: consent, consent-manager, cookies, javascript, js
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConsentManager
# IN PROGRESS
This is going to be a js script that is fully customizable to add a ConsentManager to your website.
## Used technologies
ConsoleDebugManager - [https://github.com/LuckyForce/ConsoleDebugMode]
## Version 1
Plans: Fully customizable Consent Manager. With one accept Button and one decline Button.
1. changed_text
2. info_text
3. button_text
4. cover
5. zIndex
6. background_color
7. position
8. consentInfoChangedOn
9. text_color
10. credit## Version 2
Plans: Fully customizable Consent Manager. With multiple cookie options and multiple accept Buttons.
## Version 3
Plans: Support for multiple languages and better customization for responsive applications.
## Installation
```html
//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",
};```