Dreams of Thought

Are dreams thoughts… or are thoughts dreams..

RSS Feed

Tag Archives: javascript

IRCTC disabled right click

6 Comments

Many readers of my post on booking tatkal tickets with Firefox's autofill forms extension have reported that IRCTC has now disabled right clicks. Not only does this hamper saving the form, it is also very annoying. I've found a workaround for this. After you fill in the form do not directly go and right click to save the form as a profile. Instead paste this code into the Firefox address bar -

javascript:void(document.oncontextmenu=null) .

This will re-enable the disabled right click. Now proceed as before.

This code can be used on any site that disables right click

Hat tip to this post on "Re-Enable Right-Click When Web Pages Turn It Off"

Filed under code, misc
Jun 9, 2010

Intel 8085 microprocessor simulator

0 Comments

My friend Arun created an Intel 8085 microprocessor simulator as a hobby project sometime in his college. It’s written with php and javascript.

If you’re into 8085 programming, do try it out and let me/Arun know.

http://labs.kitiyo.com/8085/free-online-assember-simulator-8085.html

Jun 23, 2009