Skip to content

Commit

Permalink
Update: Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Oct 29, 2023
1 parent bcd1a04 commit 09e55c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/class/ClassApplicator.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// 無駄とは人生である。無駄を極めよ。無駄を愛せ。無駄を生きろ。
// 無駄を以て物を成す者は、無駄を以て物を滅ぼす者に勝る。

import { addClass, Elements, removeClass } from "../utils/addClass";

const rainbowBg = "rainbow-bg";
Expand Down
4 changes: 4 additions & 0 deletions src/class/MyLibrary/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// 図書館は素晴らしい。市の図書館なんて、先人の知恵をタダで享受できる。
// 大学の図書館を使えるというだけで学費を回収できるのではないかとさえ思ってしまう。
// 私の個人的見解であるが、良いと思った本は是非買ってほしい。それが著者に対する最大の感謝だ。

import ChangeQueryInnerHTML from "../../utils/changeQueryInnerHTML";
import { GundaiWebSite } from "../UnivWebsite";

Expand Down
4 changes: 4 additions & 0 deletions src/class/StorageTool/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// 最近が物忘れが激しい。どうしてだろうか。
// 人間は嫌なことやつらいこと、思い出さないようなことはすぐに忘れるようにできているらしい。
// となると、最近はつらいことが多いのかもしれない。例えばchrome.storage.sync.get()の返り値がany型であることとか。

import IsTrue from "../../utils/isTrue";

type Keys = "dark" | "rainbow" | "enabled-hidden" | "show-hidden-option" | "installed";
Expand Down
5 changes: 3 additions & 2 deletions src/class/UnivWebsite/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// 無駄とは人生である。無駄を極めよ。無駄を愛せ。無駄を生きろ。
// 無駄を以て物を成す者は、無駄を以て物を滅ぼす者に勝る。x
// 大学。それは研究する場であり、人類の最先端である。
// しかし今の日本では大学は高校の延長線上であり、学士を得るための場所と化している。
// こういった人々の認識が変わって欲しいと日々願っている。

import isTrue from "../../utils/isTrue";
import { DarkApplicator, HiddenApplicator, RainbowApplicator } from "../ClassApplicator";
Expand Down

0 comments on commit 09e55c2

Please sign in to comment.