Advertisement
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: "misaki",
- x: 1456,
- y: 212,
- image: "http://i.imgur.com/TKxdeWZ.png"
- }
- ]
- AutoPXLS(images);
- };
- document.head.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement