项目作者: anudit

项目描述 :
Dark theme for Moodle LMS
高级语言: CSS
项目地址: git://github.com/anudit/darklms.git
创建时间: 2019-04-22T18:24:18Z
项目社区:https://github.com/anudit/darklms

开源协议:

下载


Dark theme for Moodle LMS

Installation

1st Method

  1. Install the Tampermonkey Chrome Extension

  2. Install the script from Greasy Fork (alternatively, insert a new Userscript into Tampermonkey and copy and paste in the script).

  3. With the Tampermonkey Script enabled, simply open LMS.

2nd Method

  1. Create a new Bookmark and copy and paste the folowing code in the address field.

    `
    javascript: (function() {

    1. if (window.addCss !== undefined) {
    2. window.addCss();
    3. } else {
    4. var ss = document.createElement('link');
    5. ss.rel = "stylesheet";
    6. ss.type = "text/css";
    7. ss.href = "https://gitcdn.xyz/repo/anuditnagar/darklms/master/darklms.min.css";
    8. document.head.appendChild(ss);
    9. }

    })();
    `

  1. Click on the Bookmark to turn of the lights