Advertisement
MertcanGokgoz

Cookie Notice

Feb 10th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.01 KB | None | 0 0
  1. <script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js" integrity="sha384-l+e8/kt7mRYg7RUc/i3MsNwDJlWxkWkFDX10LF/iNglZLT96GBMAPrbaH2GP2lQy" crossorigin="anonymous"></script>
  2. <script>
  3.     window.addEventListener("load", function () {
  4.         window.cookieconsent.initialise({
  5.             "palette": {
  6.                 "popup": {
  7.                   "background": "#000"
  8.                 },
  9.                 "button": {
  10.                   "background": "#f1d600"
  11.                 }
  12.             },
  13.             "theme": "classic",
  14.             "position": "bottom-left",
  15.             "content": {
  16.                 "message": "Bu internet sitesinde, kullanıcı deneyimini geliştirmek ve internet sitesinin verimli çalışmasını sağlamak amacıyla çerezler kullanılmaktadır.",
  17.                 "dismiss": "Tamam",
  18.                 "link": "Ayrıntıları inceleyin",
  19.                 "href": "https://mertcangokgoz.com/gizlilik-politikasi/"
  20.             }
  21.         })
  22.     });
  23. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement