Created
November 5, 2015 19:05
-
-
Save robert-blankenship/7980e7641da2f8fbcfd4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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