Greasy Fork is available in English.

Circle Calculater

This script make the nice environment of calculate circles for console of the developer tools.

Penulis
Mike Michael
Pemasangan harian
0
Total pemasangan
8
Nilai
0 0 0
Versi
1.0.1
Dibuat
18 Juli 2019
Diperbarui
18 Juli 2019
Lisensi
N/A
Berlaku untuk
Semua situs

How to use:
If you use this userscript, you need open console of developer tools.
How to open the console:
Press Control + Shift + C. (if you use Mac, press Command + Option + C.)
Click "Console".
Type codes to the console.
If you want to calculate area of the circle, type "circleAreaCalculater();". (type radius of the circle to the brackets.)
If you want to calculate circumferential length of the circle, type "circumferentialLengthCalculater();". (type diameter of the circle to the brackets.)