Skip to content

Commit 23f7d69

Browse files
committed
Update searchJumper.user.js
1 parent 90f42e6 commit 23f7d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

searchJumper.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15177,6 +15177,7 @@
1517715177

1517815178
const jumpHtml = ext ? chrome.runtime.getURL('config/jump.html') : "https://hoothin.github.io/SearchJumper/jump.html";
1517915179
function jumpBySearchJumper() {
15180+
if (!currentFormParams || !currentFormParams.url) return;
1518015181
let jumpTo = `${jumpHtml}#jump{url=${encodeURIComponent(currentFormParams.url)}&charset=${currentFormParams.charset}}`;
1518115182
if (currentFormParams.target == '_self') {
1518215183
if (ext) {

0 commit comments

Comments
 (0)