feat(web): add information about new options page
This commit is contained in:
parent
1601aef304
commit
2ef0108c71
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html class="scroll-smooth" lang="en">
|
||||
<head>
|
||||
<title>Cookie Dialog Monster | Did someone say cookie consent dialogs?</title>
|
||||
@ -172,9 +172,9 @@
|
||||
<div class="md:mt-14">
|
||||
<h2>A powerful popup to manage all from a single place</h2>
|
||||
<p class="mt-8 text-gray-500 text-xl">
|
||||
Disable our extension if you would like to accept cookies in a specific page, rate us,
|
||||
refresh the current page cleaning the cache or start a conversation because you need
|
||||
help.
|
||||
Disable the extension if you would like to accept cookies in a specific page, contribute
|
||||
to the project, open settings to manage the exclusion list, help us rating the extension
|
||||
or start a conversation because you need help.
|
||||
</p>
|
||||
</div>
|
||||
<img alt="Extension Popup" class="image" src="/images/popup.png" />
|
||||
@ -194,6 +194,20 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col gap-8 md:flex-row md:gap-20 md:py-20 py-10">
|
||||
<div class="md:mt-14">
|
||||
<h2>Manage your exclusions</h2>
|
||||
<p class="mt-8 text-gray-500 text-xl">
|
||||
Clear, import and export your preferences with one click. Users have full control over
|
||||
which websites should be exempt from the cookie consent dialog removal functionality.
|
||||
</p>
|
||||
<p class="mt-4 text-gray-500 text-xl">
|
||||
This feature is especially useful for websites that have unique cookie consent dialog
|
||||
implementations or where the extension may cause unintended side effects.
|
||||
</p>
|
||||
</div>
|
||||
<img alt="Extension Options" class="image" src="/images/options.png" />
|
||||
</div>
|
||||
<div class="md:py-20 py-10">
|
||||
<div class="md:text-center">
|
||||
<h2>A better way to surf the Internet</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user