Another proper unhelpful cookie banner infecting the art of smooth annoyance free web browsing.
consent_types: [{
name: 'ad_storage', // internal name of consent type, used for final JS object
title: 'Ad Storage', // user facing title for consent type
description: 'Cookies used for advertising purposes', // description visible in the settings view
default: 'denied', // what should be the default state when user decides to customize the settings
require: false
title: 'Learn how we protect your privacy', // title of the first view
description: 'Longer description with simple markdown support.',
buttons: {
settings: 'Settings',
close: 'Close',
reject: 'Reject',
accept: 'Accept all'
Thanks for commenting and taking some time to look into this.
I see that implementing and managing consent stuff is often irritating when browsing web. Our project aims at providing lightweight and straightforward way for both website (mostly ecommerce) operators and end users.
If you have specific ideas how this can be better achieved I would be glad to hear them.
Another proper unhelpful cookie banner infecting the art of smooth annoyance free web browsing.
consent_types: [{ name: 'ad_storage', // internal name of consent type, used for final JS object title: 'Ad Storage', // user facing title for consent type description: 'Cookies used for advertising purposes', // description visible in the settings view default: 'denied', // what should be the default state when user decides to customize the settings require: false
title: 'Learn how we protect your privacy', // title of the first view description: 'Longer description with simple markdown support.', buttons: { settings: 'Settings', close: 'Close', reject: 'Reject', accept: 'Accept all'
Muppet!