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 Oct 17, 2024
1 parent 61ba3ea commit e5bf164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -9652,7 +9652,7 @@
} else if (param[0] === '@call') {
let engine = self.getTargetSitesByName([param[1]])[0];
if (engine) {
extSelectionText = getKeywords() || cacheKeywords;
extSelectionText = extSelectionText || getKeywords() || cacheKeywords;
await self.siteSetUrl(engine);
engine.click();
} else {
Expand Down

0 comments on commit e5bf164

Please sign in to comment.