We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe7bc2 commit b68cd78Copy full SHA for b68cd78
src/content.ts
@@ -1,6 +1,6 @@
1
export {}
2
3
-// 判定する関数
+
4
// -> 要素の「現在の値」を取得するだけの関数に変更
5
function getActualValue(): string {
6
const el = document.querySelector<HTMLElement>('[data-check]')
0 commit comments