Skip to content

Commit

Permalink
Update searchJumper.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Sep 23, 2024
1 parent ef9bc2c commit 8318d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3971,6 +3971,7 @@
}
if (searchData.prefConfig.minSizeMode) {
bar.classList.add("minSizeMode");
bar.classList.add("minSizeModeClose");
}
if (isMobile && !searchData.prefConfig.resizePage) {
let touchBodyHandler = e => {
Expand Down Expand Up @@ -7234,7 +7235,7 @@
this.searchInPageRule();
if (currentSite && wordParamReg.test(currentSite.url)) {
this.inSearchEngine();
} else if (searchData.prefConfig.alwaysShow && !inIframe) {
} else if (searchData.prefConfig.alwaysShow && !inIframe && !isInConfigPage) {
this.bar.style.display = "";
this.initPos();
this.appendBar();
Expand Down

0 comments on commit 8318d8d

Please sign in to comment.