Advertisement
nhadatsonnghia

Untitled

Nov 12th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  $('.price .pricelb')['each'](function() {
  2.  var _0x90eax2 = $(this)['text']();
  3.  if (_0x90eax2['substr'](0, 2)['match']('pr')) {
  4.  _0x90eax2 = _0x90eax2['replace']('pr', '');
  5.  $(this)['html']('<div class="sora_product_item_price" style="padding: 10px 0 10px 0;"><span class="sora-product-price-text">Giá:</span><span class="sora_product_price">' + testnum(_0x90eax2) + '</span></div><div class="item_price" style="display:none">' + formatNumber(_0x90eax2) + '</div>')
  6.  };
  7.  $('.sora_product_item_price')['parent']('.pricelb')['replaceWith'](function() {
  8.  return $(this)['contents']()
  9.  });
  10.  $('.price')['replaceWith'](function() {
  11.  return $(this)['contents']()
  12.  })
  13.  });
  14.  $('.pricelb')['remove']()
  15. });
  16. <span class="price"><span class="pricelb"><data:label.name/></span></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement