Skip to content

Commit

Permalink
修正 ChatGPT UI 造成的跑版問題
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed Nov 6, 2023
1 parent 9a8347f commit d5a034d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -3114,6 +3114,7 @@ function findGroupAndIndex(promptId) {
mutationTimer = setTimeout(function () {
if (
document.querySelector("nav.flex") &&
document.querySelector("nav.flex").childNodes.length > 3 &&
!document.getElementById("switchMenu")
) {
addCustomLeftMenuItem();
Expand Down

0 comments on commit d5a034d

Please sign in to comment.