Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created February 13, 2020 06:03
Show Gist options
  • Select an option

  • Save webtoffee-git/edf6514af6b2278616d0f2890a1d8550 to your computer and use it in GitHub Desktop.

Select an option

Save webtoffee-git/edf6514af6b2278616d0f2890a1d8550 to your computer and use it in GitHub Desktop.
CookieYes Script
<html>
<head>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
.
.
.
<script type='text/javascript'>
(function() {
var cli = document.createElement('script');
cli.src = 'https://www.cookieyes.com/client_data/e747b9d9301179732a351f0a.js';
cli.type = 'text/javascript';
cli.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(cli, s);
})();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment