tag:blogger.com,1999:blog-3803541356848955053.post872286963318165366..comments2016-09-28T23:43:19.979-07:00Comments on YJL: Quickly viewing PDF and other formats using Google Docs Viewer in FirefoxYu-Jie Linhttps://plus.google.com/115422682039760465813[email protected]Blogger2125tag:blogger.com,1999:blog-3803541356848955053.post-14848620099971011382012-06-26T02:41:15.021-07:002012-06-26T02:41:15.021-07:00nice tip, I added it into the post.nice tip, I added it into the post.livibetterhttp://yjl.im/[email protected]tag:blogger.com,1999:blog-3803541356848955053.post-78612091058287628682012-06-26T01:38:10.423-07:002012-06-26T01:38:10.423-07:00For pentadactyl, I use:
js <<EOF
hints.a...For pentadactyl, I use:<br /><br /><br /><br />js <<EOF<br /><br />hints.addMode("d", "Open link using google docs", function (elem) <br />dactyl.open("https://docs.google.com/viewer?url=" + <br />encodeURIComponent(elem.href), dactyl.NEW_TAB), null, <br />["a[href*='.pdf']", "a[href*='.doc']", "a[href*='.ppt']", <br />"a[href*='.odp']"]);<br /><br />EOF<br /><br /><br /><br />and then use ;dazuwis[email protected]