Skip to content

Commit

Permalink
use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
docentYT committed Sep 23, 2023
1 parent 039a577 commit bf0834b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"use strict";

This comment has been minimized.

Copy link
@EnterVPL

EnterVPL Sep 27, 2023

na plus

async function main() {
const schowajZachowanie = await chrome.runtime.sendMessage({ "message": "getSetting", "key": "schowajZachowanie" });
if (schowajZachowanie) document.getElementById("przedmioty_zachowanie_node").click();
Expand Down

0 comments on commit bf0834b

Please sign in to comment.