Rather than constantly checking the source code you can use this bookmarklet to see if you have a VIN or not....
javascript:var%20teslaVin=Tesla.ProductF.Data.Insurance.vin;if(teslaVin)%7Balert(teslaVin)%7Delse%7Balert('No%20VIN%20yet')%7D;
Bonus is that it works on mobile devices, like iOS, that don’t support view-source.
javascript:var%20teslaVin=Tesla.ProductF.Data.Insurance.vin;if(teslaVin)%7Balert(teslaVin)%7Delse%7Balert('No%20VIN%20yet')%7D;
Bonus is that it works on mobile devices, like iOS, that don’t support view-source.