Wednesday, January 2, 2008

reenable select,contextmenu

There's a website I use a lot that has disabled right-click and text selecting, which is inconvenient as it lists addresses it would be extremely handy to be able to copy into another window for maps.google.com. So I created a scriptlet in a bookmark to re-enable this functionality.

Name: reenable select,contextmenu
Location: javascript:void(document.onmousedown=null);void(document.oncontextmenu=null)