philroche
7/13/2016 - 10:37 AM

lbstokg.js

javascript:(function(e,s){e.src=s;e.onload=function(){jQuery.noConflict();console.log('jQuery injected')};document.head.appendChild(e);})(document.createElement('script'),'//code.jquery.com/jquery-latest.min.js');
jQuery('.workoutTable tbody tr td').text(function(){ if(jQuery.isNumeric(jQuery(this).text())) { return Math.round(parseFloat(jQuery(this).text()) * 0.453592) + 'kg'; } else {return jQuery(this).text()}});