orenchuck

soda art/terra/duo upsell terms

Jun 7th, 2022 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <script>
  2. (function(){
  3. localStorage.setItem('showArtTeraDuoUpSale', 'false');
  4. var whiteListId = ["39703796318286", "39703796351054", "39707600322638", "39707600191566", "39707600126030", "39707600289870", "39707600158798", "39707600093262", "39703540367438", "39703540400206", "39703540334670", "39703540301902", "39707600224334", "39707600257102"];
  5. var products = document.querySelectorAll('.product-line>div>div> div[data-variant-id]');
  6. if (products.length === 1) {
  7. whiteListId.map(i => {
  8. if (i == products[0].dataset.variantId) {
  9. localStorage.setItem('showArtTeraDuoUpSale', 'true');
  10. }
  11. })
  12. }
  13. })();
  14. </script>
Add Comment
Please, Sign In to add comment