logicguy1 / FOSS-Lectio-improvements

A free and open source addon for Lectio
GNU General Public License v3.0
3 stars 1 forks source link

CSS-file styling instead of JS #27

Open Reikimann opened 10 months ago

Reikimann commented 10 months ago

Maybe we should use CSS files instead of JS to change the appearance. This would both separate logic and clean up the code.

Reikimann commented 9 months ago

The manifest and folder structure should be like this:

    {
      "matches": ["*://*.lectio.dk/*/SkemaNy.aspx*"],
      "js": ["src/schedule.js"],
      "css": ["src/css/schedule.css"],
      "run_at": "document_end"
    },