2021-04-08 21:50:06 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2022-10-13 12:46:45 +00:00
|
|
|
<link rel="stylesheet" href="/styles/reset.css" />
|
|
|
|
<link rel="stylesheet" href="/styles/popup.css" />
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter" />
|
2021-04-08 21:50:06 +00:00
|
|
|
<script src="/scripts/popup.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-05-24 21:31:59 +00:00
|
|
|
<header>
|
2021-10-05 06:58:24 +00:00
|
|
|
<h1 class="header-title">Cookie Dialog Monster</h1>
|
2023-09-25 16:38:52 +00:00
|
|
|
<button id="settings-button">
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
fill="none"
|
|
|
|
height="18"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-linejoin="round"
|
|
|
|
stroke-width="2"
|
|
|
|
stroke="currentColor"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="18"
|
|
|
|
>
|
|
|
|
<circle cx="12" cy="12" r="3"></circle>
|
|
|
|
<path
|
|
|
|
d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
</button>
|
2021-04-11 09:45:08 +00:00
|
|
|
</header>
|
|
|
|
<main>
|
2022-10-16 09:23:44 +00:00
|
|
|
<popup-button id="power-option" role="button" tabindex="0">
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
fill="none"
|
|
|
|
height="32"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-linejoin="round"
|
|
|
|
stroke-width="2"
|
2023-09-25 16:38:52 +00:00
|
|
|
stroke="currentColor"
|
2022-10-16 09:23:44 +00:00
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="32"
|
|
|
|
>
|
|
|
|
<path d="M18.36 6.64a9 9 0 1 1-12.73 0" />
|
|
|
|
<line x1="12" y1="2" x2="12" y2="12" />
|
|
|
|
</svg>
|
|
|
|
<span id="host"></span>
|
|
|
|
</popup-button>
|
|
|
|
<popup-button data-href="mailto:hello@wanhose.dev" id="help-option" role="link" tabindex="0">
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
fill="none"
|
|
|
|
height="32"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-linejoin="round"
|
|
|
|
stroke-width="2"
|
2023-09-25 16:38:52 +00:00
|
|
|
stroke="currentColor"
|
2022-10-16 09:23:44 +00:00
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="32"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
<span data-i18n="popup_helpOption"></span>
|
|
|
|
</popup-button>
|
|
|
|
<popup-button
|
2023-06-13 15:23:37 +00:00
|
|
|
data-href="https://github.com/wanhose/cookie-dialog-monster"
|
2022-10-16 09:23:44 +00:00
|
|
|
id="contribute-option"
|
|
|
|
role="link"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
fill="none"
|
|
|
|
height="32"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-linejoin="round"
|
|
|
|
stroke-width="2"
|
2023-09-25 16:38:52 +00:00
|
|
|
stroke="currentColor"
|
2022-10-16 09:23:44 +00:00
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="32"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
<span data-i18n="popup_contributeOption"></span>
|
|
|
|
</popup-button>
|
|
|
|
<popup-button data-href="#" id="rate-option" role="link" tabindex="0">
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
fill="none"
|
|
|
|
height="32"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-linejoin="round"
|
|
|
|
stroke-width="2"
|
2023-09-25 16:38:52 +00:00
|
|
|
stroke="currentColor"
|
2022-10-16 09:23:44 +00:00
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="32"
|
|
|
|
>
|
|
|
|
<polygon
|
|
|
|
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
<span data-i18n="popup_rateOption"></span>
|
|
|
|
</popup-button>
|
2024-08-03 11:12:02 +00:00
|
|
|
<popup-data-container>
|
|
|
|
<popup-data>
|
|
|
|
<strong data-i18n="popup_databaseVersion"></strong>
|
2024-08-03 12:00:42 +00:00
|
|
|
<span id="database-version"></span>
|
|
|
|
<popup-data-button
|
|
|
|
data-animation="flip"
|
|
|
|
id="refresh-database-button"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
fill="none"
|
|
|
|
height="12"
|
|
|
|
id="refresh-database-spinner"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-linejoin="round"
|
|
|
|
stroke-width="2"
|
|
|
|
stroke="currentColor"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="12"
|
|
|
|
>
|
|
|
|
<polyline points="1 4 1 10 7 10"></polyline>
|
|
|
|
<polyline points="23 20 23 14 17 14"></polyline>
|
|
|
|
<path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"></path>
|
|
|
|
</svg>
|
|
|
|
<svg
|
|
|
|
aria-hidden="true"
|
|
|
|
fill="none"
|
|
|
|
height="12"
|
|
|
|
id="refresh-database-check"
|
|
|
|
stroke-linecap="round"
|
|
|
|
stroke-linejoin="round"
|
|
|
|
stroke-width="2"
|
|
|
|
stroke="var(--color-success)"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
width="12"
|
|
|
|
>
|
|
|
|
<polyline points="20 6 9 17 4 12"></polyline>
|
|
|
|
</svg>
|
|
|
|
</popup-data-button>
|
2024-08-03 11:12:02 +00:00
|
|
|
</popup-data>
|
|
|
|
<popup-data>
|
|
|
|
<strong data-i18n="popup_extensionVersion"></strong>
|
|
|
|
<span id="extension-version"></span>
|
|
|
|
</popup-data>
|
|
|
|
</popup-data-container>
|
2021-04-11 09:45:08 +00:00
|
|
|
</main>
|
2022-07-20 08:14:33 +00:00
|
|
|
<footer></footer>
|
2021-04-08 21:50:06 +00:00
|
|
|
</body>
|
|
|
|
</html>
|