NeoMurderer

Secreto staging

Jan 27th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     var el = document.createElement('script')
  2.     el.setAttribute('src', 'https://v2-staging.rest-ar.com/restar-injector.js')
  3.     el.onload = ()=> {
  4.         window.RestARInjector.init({
  5.             container: '.Product__Gallery',
  6.            element: '.Product__SlideItem',
  7.            productId: window.meta.product.id,
  8.  
  9.             models: ['//models.rest-ar.com/restar-pipeline-models/xero_blue/xero_blue']
  10.         })
  11.     }
  12.     document.head.appendChild(el)
Add Comment
Please, Sign In to add comment