diff --git a/searchEngineJump.user.js b/searchEngineJump.user.js index d104363..14df4a0 100644 --- a/searchEngineJump.user.js +++ b/searchEngineJump.user.js @@ -2657,7 +2657,7 @@ // alert(f); } else{ //console.log(value); - target.href = target.getAttribute('url').replace('%s', value); + target.href = target.getAttribute('url').replace('%s', encodeURIComponent(value)); } }; //获取 POST 的表单的 HTML