项目作者: zhanbei

项目描述 :
A chrome extension to rearrange wikipedia layout to make it easier to read.
高级语言: JavaScript
项目地址: git://github.com/zhanbei/Wikipedia-Layout-Controller.git
创建时间: 2017-12-09T15:35:02Z
项目社区:https://github.com/zhanbei/Wikipedia-Layout-Controller

开源协议:

下载


Wikipedia Layout Controller

A chrome extension to rearrange wikipedia layout, which

  • limits the width of main content.
  • centralizes the main content.
  • hides the navigation.
  • hides the header.

and follows your preferences.

Installation for Google Chrome

Limit the Width of the Main Content and Centralize It on Big Monitors

On occasion of using a big monitor, it’s becoming uncomfortable for you to read the content in long lines and it is likely that you are going to limit the width of the main content and then centralize it.

Hide of the Navigation (and Header if Needed) on Small Monitors

Sometimes when using a small monitor, we are going to hide the navigation to make more spaces for the main content.

Preferences and Default Values

  • Breakpoint of Screen Width: 1000;
  • Preferences for Narrow Monitor
    • Limit the Width of Main Content: false;
    • Max Width of the Main Content: 900px;
    • Centralize the Main Content: false;
    • Margin of the Main Content: 0 auto;
    • Hide the Header: false;
    • Hide Wikipedia Logo: true;
    • Hide the Side-bar Navigation: true;
  • Preferences for Narrow Monitor
    • Limit the Width of Main Content: true;
    • Max Width of the Main Content: 900px;
    • Centralize the Main Content: true;
    • Margin of the Main Content: 0 auto;
    • Hide the Header: false;
    • Hide Wikipedia Logo: false;
    • Hide the Side-bar Navigation: false;