10 Gennaio 2025 16:20:09
Notizie: aiutaci a tradurre la documentazione ufficiale di Mozilla!
0 Utenti e 2 Visitatori stanno visualizzando questo topic.
/* Change the text in the Firefox 4 button */if (location == "chrome://browser/content/browser.xul") {document.getElementById('appmenu-button').label = 'miki64';}
if (location == "chrome://browser/content/browser.xul") {function getProfileName(){ let toolkitProfileService = Components.classes["@mozilla.org/toolkit/profile-service;1"] .createInstance(Components.interfaces.nsIToolkitProfileService); return toolkitProfileService.selectedProfile.name;}let nuovo_testo=getProfileName();document.getElementById('appmenu-button').label = nuovo_testo;}