Skip to content

Instantly share code, notes, and snippets.

@brianyang
Last active December 6, 2015 02:04
Show Gist options
  • Save brianyang/97d1a4ad7d11ebe4ab28 to your computer and use it in GitHub Desktop.
Save brianyang/97d1a4ad7d11ebe4ab28 to your computer and use it in GitHub Desktop.
suumo
var convert = parseInt((parseInt($('#contents > div.detail_property > div.detail_property-body > div.detailinfo > table > tbody > tr > td.detailinfo-col.detailinfo-col--01 > div > div:nth-child(1) > span > font > font').text().split(' ')[1]) * 1000) / 123.120)
$('#contents > div.detail_property > div.detail_property-body > div.detailinfo > table > tbody > tr > td.detailinfo-col.detailinfo-col--01 > div > div:nth-child(1) > span > font > font').text('$' + convert)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment