This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search 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.

Rohkem teavet

RSS Feed Titles are Too Short

  • 2 vastust
  • 2 on selline probleem
  • 4 views
  • Viimati vastas 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?

All Replies (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}

Muudetud cor-el poolt

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.