Skip to content

Instantly share code, notes, and snippets.

@robert-blankenship
Created November 5, 2015 19:05
Show Gist options
  • Save robert-blankenship/7980e7641da2f8fbcfd4 to your computer and use it in GitHub Desktop.
Save robert-blankenship/7980e7641da2f8fbcfd4 to your computer and use it in GitHub Desktop.
var pixel = document.createElement('img');
pixel.src = 'https://ct.pinterest.com/?tid=gzRugJJBQLL';
pixel.width = 1;
pixel.height = 1;
document.body.appendChild(pixel);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment