User:Shahadat/ReadingMode

From Justapedia, unleashing the power of collective wisdom
Jump to navigation Jump to search
Shahadat/ReadingMode
Author(s)Shahadat
StatusStable
UpdatedSeptember 16, 2023
    (10 months ago)
Skin supportVector
SourceUser:Shahadat/ReadingMode.js

Install by adding the following to the bottom of your your common.js or your global.js page:

mw.loader.load( '//en.Justapedia.org/w/index.php?title=User:Shahadat/ReadingMode.js&action=raw&ctype=text/javascript' ); //[[User:Shahadat/ReadingMode.js]]

This will introduce an "eye" icon to the left of the page title. Clicking it will toggle the background color of the page content.

By default, the color used is  #F6F6F6 . To use a custom color instead, add

var readingBG = "#F1ECE8";

to the top of your common.js or global.js page, replacing  #F1ECE8  with the color of your choice.

See also

Script Attribution