Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function() {
- var i = new Image();
- var e = document.querySelector('div.er-poster__app canvas:nth-child(1)');
- i.onload = function() {
- e.getContext('2d').drawImage(i, 0, 0, e.width, e.height);
- };
- i.crossOrigin = 'anonymous';
- i.src = 'http://i.imgur.com/xKNpZwR.png';
- })();
Advertisement
Add Comment
Please, Sign In to add comment