Posts

Showing posts from October, 2024

Custom Modification in Wikipedia to Make Each Sentence Starts at New Line

Image
Previously, I posted article about having each new sentence starts at new line increase readability . We can also make Wikipedia pages to be that way for both desktop and mobile mode, as seen in screenshots below, by adding custom Javascript in user preference setting. You will need to create Wikipedia username and login using that username to be able to store the custom Javascript. I will also add steps to enable Dark mode and change font color to Red Orange to further enhance readability. Sample screenshots comparison between default and new-lines pages using Wikipedia page https://en.wikipedia.org/wiki/Tensor_(machine_learning) New-lined Mobile Mode     Default Mobile Mode New-lined Desktop Mode Default Desktop Mode Configuration Steps: Open Wikipedia, login then open User Preferences page: Put code below into Custom Javascript . It ad...