How can I stop a web site from taking over my browser?

Example: When I visit a web site, it blocks my keyboard short cuts such as copy and paste.

I want to use these short cuts when I need them.

link|improve this question

25% accept rate
feedback

migrated from stackoverflow.com Oct 28 '09 at 12:44

This question came from our site for professional and enthusiast programmers.

2 Answers

Disable JavaScript.

link|improve this answer
2  
the simplest solution, yet effective. However, disabling JavaScript may cause other functions stop working. – Shivan Raptor Oct 28 '09 at 9:28
Don't forget to disable flash as well. – kaba Oct 28 '09 at 10:27
1  
And images, to prevent XSRF attacks, you can never be too safe! – Victor Oct 28 '09 at 10:51
feedback

If there is a specific site you use a lot that does this, you could use a Greasemonkey script to re-enable the thing they took out, but I don't think that is a general solution.

link|improve this answer
Greasemonkey? On Internet Explorer? – Joey Oct 28 '09 at 10:21
Yes gm4ie.com – Victor Oct 28 '09 at 10:40
Nice. Didn't know of that one so far. – Joey Oct 28 '09 at 11:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.