We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacb042 commit a411f91Copy full SHA for a411f91
chatgpt_injector.js
@@ -20,7 +20,7 @@ chrome.storage.local.get("copiedText", (result) => {
20
sendButton.click();
21
chrome.storage.local.remove("copiedText");
22
} else {
23
- console.error("Cannot find the send button");
+ console.log("Cannot find the send button");
24
}
25
}, 500);
26
} catch (error) {
0 commit comments