Opera address bar as a calculator
Friday, October 28, 2011 12:27:52 PM
Many of us use Google for calculations instead of operating system's built-in calculator. You can perform calculations with JavaScript in the address bar.
Create a new search engine () with the following code as the address.
javascript:alert(%s);

JavaScript calculator search engine
For example, to calculate (100-32)*5/9, type the following in the address field and press enter to get the answer.
c (100-32)*5/9









