RSS Feed Titles are Too Short
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?
Tất cả các câu trả lời (2)
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}
Được chỉnh sửa bởi cor-el vào
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.