OiWorld / MindTheWord

An extension for Google Chrome that helps people learn new languages while they browse the web.
43 stars 47 forks source link

Auto disable context menu #132

Closed ankit-m closed 8 years ago

ankit-m commented 8 years ago

Context menus are disabled automatically for blacklisted pages, chrome:// and blank URL pages. So we don't need to check isValid condition every time.

ceilican commented 8 years ago

Thanks!