javascript - Disable source view in chrome browser -
can have access such browser options disabling contextmenu items , disable hot-keys (ctrl-u).how configure browser view source option disabled?
there many solution available disable context menu using standard javascript don't think possible disable using chrome extension.
however can add or remove custom items it: more information available here: http://developer.chrome.com/extensions/contextmenus.html
same goes shortcuts, don't think allows overwrite default behaviour comes out of box.
Comments
Post a Comment