var urlPath=decodeURIComponent(window.parent.document.location); var index=urlPath.indexOf("keyword"); if (index === -1) { return; } var keyword=urlPath.substr(index+8); console.log(urlPath, index, keyword); document.getElementById("findInput").value=keyword; document.getElementById("findHighlightAll").click();