How can I remove the adminBarInjector from my website?

const adminBarInjector = new Shopify.AdminBarInjector({
targetNode: document.body,
iframeSrc: ‘https://mysotore.myshopify.com/admin/bar?action_name=index&path=%2F&storefront_country=ID&storefront_locale=en’,
permanentDomain: ‘mysotore.myshopify.com’,
});

how remove this? please someone help

1 Like