Buenas, si sos usuario del navegador Firefox y Chrome, notaras que al hacer clic con el boton derecho sobre un link, aparece en distinto orden | Abrir Enlace en nueva Pestaña |
Como se ve en las imagenes, en Chrome aparece en primer lugar facilitando el clic, en firefox aparece en 2° lugar, moviendo levente el mouse.
Es cuestion de costumbre, invesitgando encontre que en Firefox se puede customizar tranquilamente, a traves de una extension (que no la recomiendo) o por codigo que fue de la manera que lo solucione.
1° deben buscar y editar el siguiente archivo userChrome.css a traves la ruta:
DISCO DURO LOCAL
C : Documents and Settings(NOMBRE DE TU USUARIO)Datos de programaMozillaFirefoxProfiles79kgzeh6.defaultchromeuserChrome.css
2° abrir con el BLOC DE NOTAS, haciendo clic derecho
3° agregar esta linea de texto en la ultima linea del archivo
/* Never show “Open in New Window” when right clicking */
#context-openlink {display: none !important;}
4° resultado final en firefox abrir en nueva pestaña figura primero
Los comandos que se pueden agregar siguiente el ejemplo son:
#context-openlink {display: none !important;} (deshabilita abrir en un nueva ventana)
#context-bookmarklink {display: none !important;} (deshabilita agregar a favoritos)
#context-viewbgimage {display: none !important;} (deshabilita ver imagende fondo)
entre otras, pueden buscar mas funciones en google escribiendo "userChrome.css"
Pego otros en ingles, bajados de:
http://forums.mozillazine.org/viewtopic.php?f=8&t=30260&start=15&st=0&sk=t&sd=a
-----------------------------------------------------------------------------------------------------------------------------------------
/* =============== Context Menu Options Removal */
/* To show item place /* in front of it (see below) */
/* =============== Remove Items In Context Menu: WEB PAGE */
#context-back, /* "Back" */
#context-forward, /* "Forward" */
#context-reload, /* "Reload" */
#context-stop, /* "Stop" */
#context-sep-stop, /* Separator Below "Stop" */
#context-bookmarkpage, /* "Bookmark This Page..." */
#context-savepage, /* "Save Page As..." */
#context-sendpage, /* "Send Page..." */
/* =============== Remove Items In Context Menu: LINKS */
/* Open Link in New Window */
#context-openlink, /* "Open Link in New Window" */
#context-openlinkintab, /* "Open Link in New Tab" */
#context-sep-open, /* Separator Below "Open Link in New..." */
#context-bookmarklink, /* "Bookmark This Link..." */
#context-savelink, /* "Save Link to Disk..." */
#context-sendlink, /* "Send Link..." */
/* #context-copylink, /* "Copy Link Location" */
/* #context-copyemail, /* "Copy Email Address" */
/* #context-sep-copylink, /* Separator Below Link Items */
/* =============== Remove Items In Context Menu: IMAGES */
#context-viewimage, /* "View Image" */
/* #context-copyimage, /* "Copy Image Location" */
#context-copyimage-contents, /* "Copy Image to Clipboard" */
#context-sep-copyimage, /* Separator Below "Copy Image location" */
/* #context-saveimage, /* "Save Image As..." */
#context-sendimage, /* "Send Image..." */
#context-setWallpaper, /* "Set As Wallpaper" */
#context-blockimage, /* "Block Images from this Server" */
#context-sep-viewbgimage, /* Separator Above "View Background Image" */
#context-viewbgimage, /* "View Background Image" */
/* =============== Remove Items In Context Menu: TEXT */
/* #context-undo, /* "Undo" */
/* #context-sep-undo, /* Separator Below "Undo" */
/* #context-cut, /* "Cut" */
/* #context-copy, /* "Copy" */
/* #context-paste, /* "Paste" */
#context-delete, /* "Delete" */
/* #context-sep-paste, /* "Separator Below "Delete" */
/* #context-selectall, /* "Select All" */
#context-sep-selectall, /* "Separator Below "Select All" */
#context-searchselect, /* "Web Search for..." */
/* #context-viewpartialsource-selection, /* "View Selection Source" */
/* =============== Remove Items In Context Menu: EXTRA */
#frame-sep, /* Separator Above "This Frame" */
/* #frame, /* "This Frame" */
#context-viewpartialsource-mathml, /* "View MathML Source" */
#context-sep-properties, /* Separator Above Properties Items */
#context-viewsource, /* "View Page Source" */
#context-viewinfo, /* "View Page Info" */
#context-metadata /* "Properties" */
{ display: none; !important; }
/* =============== Remove Items In Context Menu: BOOKMARKS */
#bookmarks-context-menu menuitem[label="Expand"],
#bookmarks-context-menu menuitem[label="Open"],
#bookmarks-context-menu menuitem[label="Open in Tabs"],
/* #bookmarks-context-menu menuitem[label="Manage Folder"] + menuseparator, */
#bookmarks-context-menu menuitem[label="New Folder..."] + menuseparator,
#bookmarks-context-menu menuitem[label="Open in New Window"],
#bookmarks-context-menu menuitem[label="Open in New Tab"],
#bookmarks-context-menu menuitem[label="Open in New Tab"] + menuseparator,
#bookmarks-context-menu menuitem[label="Cut"],
#bookmarks-context-menu menuitem[label="Copy"],
#bookmarks-context-menu menuitem[label="Paste"],
#bookmarks-context-menu menuitem[label="Paste"] + menuseparator
{ display: none; }
/* =============== End Context Menu Options Removal */
Como se ve en las imagenes, en Chrome aparece en primer lugar facilitando el clic, en firefox aparece en 2° lugar, moviendo levente el mouse.
Es cuestion de costumbre, invesitgando encontre que en Firefox se puede customizar tranquilamente, a traves de una extension (que no la recomiendo) o por codigo que fue de la manera que lo solucione.
1° deben buscar y editar el siguiente archivo userChrome.css a traves la ruta:
DISCO DURO LOCAL
C : Documents and Settings(NOMBRE DE TU USUARIO)Datos de programaMozillaFirefoxProfiles79kgzeh6.defaultchromeuserChrome.css
2° abrir con el BLOC DE NOTAS, haciendo clic derecho
3° agregar esta linea de texto en la ultima linea del archivo
/* Never show “Open in New Window” when right clicking */
#context-openlink {display: none !important;}
4° resultado final en firefox abrir en nueva pestaña figura primero
Los comandos que se pueden agregar siguiente el ejemplo son:
#context-openlink {display: none !important;} (deshabilita abrir en un nueva ventana)
#context-bookmarklink {display: none !important;} (deshabilita agregar a favoritos)
#context-viewbgimage {display: none !important;} (deshabilita ver imagende fondo)
entre otras, pueden buscar mas funciones en google escribiendo "userChrome.css"
Pego otros en ingles, bajados de:
http://forums.mozillazine.org/viewtopic.php?f=8&t=30260&start=15&st=0&sk=t&sd=a
-----------------------------------------------------------------------------------------------------------------------------------------
/* =============== Context Menu Options Removal */
/* To show item place /* in front of it (see below) */
/* =============== Remove Items In Context Menu: WEB PAGE */
#context-back, /* "Back" */
#context-forward, /* "Forward" */
#context-reload, /* "Reload" */
#context-stop, /* "Stop" */
#context-sep-stop, /* Separator Below "Stop" */
#context-bookmarkpage, /* "Bookmark This Page..." */
#context-savepage, /* "Save Page As..." */
#context-sendpage, /* "Send Page..." */
/* =============== Remove Items In Context Menu: LINKS */
/* Open Link in New Window */
#context-openlink, /* "Open Link in New Window" */
#context-openlinkintab, /* "Open Link in New Tab" */
#context-sep-open, /* Separator Below "Open Link in New..." */
#context-bookmarklink, /* "Bookmark This Link..." */
#context-savelink, /* "Save Link to Disk..." */
#context-sendlink, /* "Send Link..." */
/* #context-copylink, /* "Copy Link Location" */
/* #context-copyemail, /* "Copy Email Address" */
/* #context-sep-copylink, /* Separator Below Link Items */
/* =============== Remove Items In Context Menu: IMAGES */
#context-viewimage, /* "View Image" */
/* #context-copyimage, /* "Copy Image Location" */
#context-copyimage-contents, /* "Copy Image to Clipboard" */
#context-sep-copyimage, /* Separator Below "Copy Image location" */
/* #context-saveimage, /* "Save Image As..." */
#context-sendimage, /* "Send Image..." */
#context-setWallpaper, /* "Set As Wallpaper" */
#context-blockimage, /* "Block Images from this Server" */
#context-sep-viewbgimage, /* Separator Above "View Background Image" */
#context-viewbgimage, /* "View Background Image" */
/* =============== Remove Items In Context Menu: TEXT */
/* #context-undo, /* "Undo" */
/* #context-sep-undo, /* Separator Below "Undo" */
/* #context-cut, /* "Cut" */
/* #context-copy, /* "Copy" */
/* #context-paste, /* "Paste" */
#context-delete, /* "Delete" */
/* #context-sep-paste, /* "Separator Below "Delete" */
/* #context-selectall, /* "Select All" */
#context-sep-selectall, /* "Separator Below "Select All" */
#context-searchselect, /* "Web Search for..." */
/* #context-viewpartialsource-selection, /* "View Selection Source" */
/* =============== Remove Items In Context Menu: EXTRA */
#frame-sep, /* Separator Above "This Frame" */
/* #frame, /* "This Frame" */
#context-viewpartialsource-mathml, /* "View MathML Source" */
#context-sep-properties, /* Separator Above Properties Items */
#context-viewsource, /* "View Page Source" */
#context-viewinfo, /* "View Page Info" */
#context-metadata /* "Properties" */
{ display: none; !important; }
/* =============== Remove Items In Context Menu: BOOKMARKS */
#bookmarks-context-menu menuitem[label="Expand"],
#bookmarks-context-menu menuitem[label="Open"],
#bookmarks-context-menu menuitem[label="Open in Tabs"],
/* #bookmarks-context-menu menuitem[label="Manage Folder"] + menuseparator, */
#bookmarks-context-menu menuitem[label="New Folder..."] + menuseparator,
#bookmarks-context-menu menuitem[label="Open in New Window"],
#bookmarks-context-menu menuitem[label="Open in New Tab"],
#bookmarks-context-menu menuitem[label="Open in New Tab"] + menuseparator,
#bookmarks-context-menu menuitem[label="Cut"],
#bookmarks-context-menu menuitem[label="Copy"],
#bookmarks-context-menu menuitem[label="Paste"],
#bookmarks-context-menu menuitem[label="Paste"] + menuseparator
{ display: none; }
/* =============== End Context Menu Options Removal */