Code: Select all
javascript:q = "" + (window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : document.selection.createRange().text); if (!q) q = prompt("Search terms [leave selection and box blank to list all pages] ... ", ""); if (q!=null) location="https://encrypted.google.com/search?q=site:" + escape(location.hostname) + " \"" + escape(q).replace(/ /g, "+") + "\""; void 0I had already set noscript.allowURLBarJS to true long time ago and noscript.forbidBookmarklets is false by default, what should I do now?
Thanks