Last active
December 6, 2015 02:04
-
-
Save brianyang/97d1a4ad7d11ebe4ab28 to your computer and use it in GitHub Desktop.
suumo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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