Java Scripts
Java Scripts
The Below piece of JavaSript code lets you edit any Webpage in realtime. With Firefox, you can
even edit and save the modified pages to your PC.
javascript:document.body.contentEditable='true'; document.designMode='on';
void (0);
-The Calculator
In
case if you are very quick in coding and don’t wanna use your inbuilt calculator, you can always use
the below JavaScript to get the quick answer within your browser. you can replace 34343+3434-222
with expression of your choice.
javascript: alert(34343+3434-222);