Is there an option to justified-align the declutterred text?
If not, can you add one?
(Sorry, i don't have chrome to try it out. Justified alignment is what I miss in Firefox Reader mode.)
replies(2):
NOTE: Involves restarting Firefox.
1. Locate the Firefox profile directory on your system.
On Windows, this is typically a directory like :
C:\Users\<username>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile-directory>
The definitive method to locate the profile directory would be to visit the about:support page in Firefox, and check the value of the property Profile Folder.2. Within the above identified profile directory, open the sub-directory chrome. If a chrome sub-directory does NOT exist within the profile directory, create it.
3. In the above chrome directory, create an empty file userContent.css.
4. Open the above userContent.css and add the following lines to it :
.moz-reader-content {
text-align: justify;
}
5. Force custom stylesheetsVisit the about:config page in Firefox, search for the property toolkit.legacyUserProfileCustomizations.stylesheets, and ensure it is toggled to True.
6. Restart Firefox.
7. Open a page, switch to reader mode, and enjoy the justified text!! \(^.^)/