Przeglądaj źródła

Prepare to start inputting data

Pjotir 1 rok temu
rodzic
commit
4561d4363e
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      assets/js/contentscript_pizmet.js

+ 5 - 0
assets/js/contentscript_pizmet.js

@@ -0,0 +1,5 @@
+browser.runtime.onMessage.addListener(function (message, sender, sendResponse) {
+    if (message["action"] === "send") {
+
+    }
+});