Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

RSS Feed Titles are Too Short

  • 2 svar
  • 2 har dette problem
  • 4 visninger
  • Seneste svar af 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?

Alle svar (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}

Ændret af cor-el den

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.