Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

RSS Feed Titles are Too Short

  • 2 risposte
  • 2 hanno questo problema
  • 4 visualizzazioni
  • Ultima risposta di pyrignis

more options

We use RSS feeds a lot, but they are limited to 44 characters; most RSS titles are longer than that. Where can I change the length?

We use RSS feeds a lot, but they are limited to 44 characters; most RSS titles are longer than that. Where can I change the length?

Tutte le risposte (2)

more options

Add code to userChrome.css below the @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

.bookmark-item[livemark] .bookmark-item {max-width: none !important}

Modificato da cor-el il

more options

I have learned how to do the trick with the user chrome but a lot of people complain about it, especially in the french version where 90% of the titles of the "what's new" default RSS feed on the personal bar, are longer than the maximum allowed, making the RSS feed unusable.