Advertisement
Guest User

AliExpress color bug fix. Order instantly

a guest
Jan 27th, 2018
1,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. ####################
  2. Consider donating some crypto if this helped!
  3.  
  4. BTC 12ucoagRjx7Tp4DmYVtCUQNQzcA4WzKQW3
  5. ETH 0x3c0dc892E7fa88D6940E97c0bb335c96c6F6E530
  6. BCH qq2whfy2rd7ucfm6l23ndsvks6l8q9cusv0c9l37zx
  7. ####################
  8.  
  9.  
  10. Can't select product color on AliExpress.com but want to order anyway?
  11. This is an AliExpress bug they haven't fixed for way too long.
  12. You will run into this bug whenever a vendor uses small images for product color options.
  13.  
  14. A fix is to use Internet Explorer, which seems unaffected by the bug.
  15. Or use my javascript bookmarklet. Click it once you run into the bug on a product page and you will be able to order.
  16.  
  17. "Installation" of a bookmarklet is performed by creating a new bookmark, and pasting the below code into the URL destination field.
  18.  
  19.  
  20. javascript:(function() { var newcss="ul.sku-attr-list li.item-sku-image > a { width: auto; height: auto; padding: 0 10px; border-style: dashed; } .item-sku-image a::before { position: relative; display: inline; content: attr(title);}";if("\v"=="v") {document.createStyleSheet().cssText=newcss}else{var tag=document.createElement ("style");tag.type="text/css";document.getElementsByTagName("head")[0].appendChild(tag);tag[(typeof document.body.style.WebkitAppearance=="string")?"innerText":"innerHTML"]=newcss};var thumbs = document.querySelectorAll(".item-sku-image > a > img"); for (var i=0; i<thumbs.length;i++) { thumbs [i].parentNode.removeChild(thumbs[i]); } })()
  21.  
  22.  
  23.  
  24. Commonly found bug in many AliExpress stores
  25. UGREEN, LIGHTINGDESIGNER, WAGO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement