Advertisement
Belzebub

cookie_notice

Jul 28th, 2021
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript" src="frontend/cookie_notice.js"></script>
  2. <script type="text/javascript">
  3.     cookieNotice({
  4.         text: {
  5.             we_use_cookies: "Мы используем файлы cookie.",
  6.             more_details: "Подробнее",
  7.             accept: "Принять"
  8.         },
  9.         more_details_url: "https://ec.europa.eu/info/cookies_en",
  10.         colors: {
  11.             background: rgb(6, 6, 6),
  12.             text_we_use_cookies: rgb(190, 185, 175),
  13.             text_more_details: rgb(240, 240, 235),
  14.             text_accept: rgb(240, 240, 235),
  15.             accept_button: rgb(30, 30, 30),
  16.             accept_button_hovered: rgb(210, 10, 10),
  17.         },
  18.         parent_selector: "body"
  19.     });
  20. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement