Skip to content

Commit b68cd78

Browse files
判定機能をサイドパネルに移行
1 parent cfe7bc2 commit b68cd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export {}
22

3-
// 判定する関数
3+
44
// -> 要素の「現在の値」を取得するだけの関数に変更
55
function getActualValue(): string {
66
const el = document.querySelector<HTMLElement>('[data-check]')

0 commit comments

Comments
 (0)