User:Subh83/JavaScriptTools/RightclickMenus.js

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
ScripMaintenanceFlag_RightclickMenus = false; // Set 'true' for development & maintenance

if (typeof(RightClickMenuKey)=='undefined') RightClickMenuKey = ''; // 'shift', 'alt', 'ctrl' or ''

if ( !ScripMaintenanceFlag_RightclickMenus || typeof(ScripMaintenanceFlag_Subh83)!='undefined' ) { 
    importScript('User:Subh83/JavaScriptTools/selectRightclickMenu.js');
    importScript('User:Subh83/JavaScriptTools/textareaRightclickMenu.js');
    importScript('User:Subh83/JavaScriptTools/refRightclickMenu.js');
}
else
{
    importScript('User:Subh83/JavaScriptTools/RightclickMenus_maintain.js');
}