{"id":553,"date":"2007-06-25T10:37:24","date_gmt":"2007-06-25T15:37:24","guid":{"rendered":"http:\/\/adam.rosi-kessel.org\/weblog\/2007\/06\/25\/search-keys-for-google-patents\/"},"modified":"2007-06-25T10:39:16","modified_gmt":"2007-06-25T15:39:16","slug":"search-keys-for-google-patents","status":"publish","type":"post","link":"http:\/\/adam.rosi-kessel.org\/weblog\/2007\/06\/25\/search-keys-for-google-patents","title":{"rendered":"Search Keys For Google Patents"},"content":{"rendered":"<p>The <a href=\"https:\/\/www.squarefree.com\/extensions\/search-keys\/\">Search Keys extension for Firefox<\/a> is perhaps my favorite plugin. I tweaked it so it will work with <a href=\"http:\/\/google.com\/patents\">Google Patent Search<\/a> as well. The only additional code needed is in the searchkeys.js file:<\/p>\n<pre class=\"\u00e2\u20ac\u009dprettyprint\u00e2\u20ac\u009d\">{\r\nname: \"Google Patents\",\r\ntest: function (uri) { return uri.host.indexOf(\"google\") != -1 &amp;&amp; uri.path.substr(0,9) == \"\/patents?\"; },\r\ntestLink: function (linkNode) { return (linkNode.className == \"big\"); }\r\n},<\/pre>\n<p>I added a new minor version number and posted it <a href=\"http:\/\/adam.rosi-kessel.org\/code\/search-keys\/search-keys-0.8.1.1.xpi\">here<\/a> for download. Hopefully the patch will be adopted upstream.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Search Keys extension for Firefox is perhaps my favorite plugin. I tweaked it so it will work with Google Patent Search as well. The only additional code needed is in the searchkeys.js file: { name: &#8220;Google Patents&#8221;, test: function (uri) { return uri.host.indexOf(&#8220;google&#8221;) != -1 &amp;&amp; uri.path.substr(0,9) == &#8220;\/patents?&#8221;; }, testLink: function (linkNode) { [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[17,15,27],"tags":[],"_links":{"self":[{"href":"http:\/\/adam.rosi-kessel.org\/weblog\/wp-json\/wp\/v2\/posts\/553"}],"collection":[{"href":"http:\/\/adam.rosi-kessel.org\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/adam.rosi-kessel.org\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/adam.rosi-kessel.org\/weblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/adam.rosi-kessel.org\/weblog\/wp-json\/wp\/v2\/comments?post=553"}],"version-history":[{"count":0,"href":"http:\/\/adam.rosi-kessel.org\/weblog\/wp-json\/wp\/v2\/posts\/553\/revisions"}],"wp:attachment":[{"href":"http:\/\/adam.rosi-kessel.org\/weblog\/wp-json\/wp\/v2\/media?parent=553"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/adam.rosi-kessel.org\/weblog\/wp-json\/wp\/v2\/categories?post=553"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/adam.rosi-kessel.org\/weblog\/wp-json\/wp\/v2\/tags?post=553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}