Skip to content

Commit 5f93f6c

Browse files
committed
fix: button was inserted into the plugin
1 parent 8671341 commit 5f93f6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/contentScript.js

+1
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ const timerId = setInterval(() => {
541541
clearInterval(timerId);
542542
return console.error(t("app.initializeContentScriptFailed"));
543543
}
544+
if(document.title.includes("力扣加加")) return
544545
insertButton();
545546

546547
// if (inserted && submitProxied) {

0 commit comments

Comments
 (0)