Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Hide keyword row in bookmark panel

  • 2 antwurd
  • 1 hat dit probleem
  • 3 werjeftes
  • Lêste antwurd fan GerardoPcp04

more options

Hello,

I just upgraded to FF 134 and can't hide the keyword row in bookmark panel.

This code works, it hides the tags selector and its button:

  1. editBMPanel_tagsSelectorExpander, #editBMPanel_tagsSelectorRow

{

 display:none !important;  

}

This works too, it hides the tags and keyword label descriptions:

  1. tags-field-info, #keyword-field-info

{

 display:none !important;  

}

But this doesn't hide the keywordRow nor field:

  1. editBMPanel_keywordRow,
  2. editBMPanel_keywordField

{

 display:none !important;  

}

Already checked the items IDs here but seems nothing changed: https://searchfox.org/mozilla-release/source/browser/components/places/content/editBookmarkPanel.inc.xhtml

Any help is welcome.

Hello, I just upgraded to FF 134 and can't hide the keyword row in bookmark panel. This code works, it hides the tags selector and its button: #editBMPanel_tagsSelectorExpander, #editBMPanel_tagsSelectorRow { display:none !important; } This works too, it hides the tags and keyword label descriptions: #tags-field-info, #keyword-field-info { display:none !important; } But this doesn't hide the keywordRow nor field: #editBMPanel_keywordRow, #editBMPanel_keywordField { display:none !important; } Already checked the items IDs here but seems nothing changed: https://searchfox.org/mozilla-release/source/browser/components/places/content/editBookmarkPanel.inc.xhtml Any help is welcome.

Alle antwurden (2)

more options

Forgot to attach the screenshot. This is the field I want to hide.

more options

Hola, No se ha que te refieres, en este foro no hay programadores, pero la ultima versión de Firefox es 136. Si el problema continua y piensas que es un Bug (compuebalo con otro Firefox y/o en algún foro de desarrolladores) puedes abrir un caso en el siguiente link: https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox

Saludos