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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -