Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const w = window.open()
- const dupe = document.importNode(document.getElementById('mainProductHolder'),true)
- w.document.body.appendChild(dupe)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement