Created
March 2, 2021 12:44
-
-
Save tree-s/840708d850fd8420e3811ca5d113802a to your computer and use it in GitHub Desktop.
Convert from metric and empirical units
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
javascript:(function(){var head=document.getElementsByTagName('head')[0],script=document.createElement('script');script.type='text/javascript';script.src='http://www.ossus.ch/convert.js?'+Math.floor(Math.random()*99999);head.appendChild(script);})(); void 0 | |
//javascript: (function() { | |
// var head = document.getElementsByTagName('head')[0], | |
// script = document.createElement('script'); | |
// script.type = 'text/javascript'; | |
// script.src = 'http://www.ossus.ch/convert.js?' + Math.floor(Math.random() * 99999); | |
// head.appendChild(script); | |
//})(); | |
//void 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment