Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var script = document.createElement("script");
- script.src = "https://rawgit.com/dd7531/autopxls/master/autopxls.js";
- script.onload = function () {
- var images = [{
- title: "akari",
- x: 1025,
- y: 1139,
- image: "http://i.imgur.com/eMMN7z1.png"
- }];
- AutoPXLS(images);
- };
- document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment