We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f42e6 commit 23f7d69Copy full SHA for 23f7d69
searchJumper.user.js
@@ -15177,6 +15177,7 @@
15177
15178
const jumpHtml = ext ? chrome.runtime.getURL('config/jump.html') : "https://hoothin.github.io/SearchJumper/jump.html";
15179
function jumpBySearchJumper() {
15180
+ if (!currentFormParams || !currentFormParams.url) return;
15181
let jumpTo = `${jumpHtml}#jump{url=${encodeURIComponent(currentFormParams.url)}&charset=${currentFormParams.charset}}`;
15182
if (currentFormParams.target == '_self') {
15183
if (ext) {
0 commit comments