我的 furl 和 Yahoo Bookmarks 合一的 bookmarklet
由於Yahoo MyWeb2 即將在三月份停止服務,Yahoo 目前將用戶的書籤移到 Yahoo Bookmarks 網站。所以在此更改一下我的作書籤的 bookmarklet.
由這樣:
1 | javascript:d=document;te=getSelection()+'';t=encodeURIComponent(te);u=encodeURIComponent(d.location.href);ti=encodeURIComponent(d.title);void(open('http://www.furl.net/savedialog.jsp?t='+encodeURIComponent(d.title)+'&u='+escape(d.location.href)+'&r='+escape(d.referrer)+'&v=1'+'&c='+escape(t),'furlit','width=530,height=540,left=75,top=20,resizable=yes,scrollbars=yes'));void(open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+ti+'&u='+u+'&ei=UTF-8','popup','width=520,height=420,scrollbars,resizable,left=100,top=50')); |
改成這樣:
1 | javascript:d=document;te=getSelection()+'';t=encodeURIComponent(te);u=encodeURIComponent(d.location.href);ti=encodeURIComponent(d.title);void(open('http://www.furl.net/storeIt.jsp?t='+ti+'&u='+u+'&c='+t,'furlit','width=475,height=575,left=75,top=20,scrollbars,resizable'));void(open('http://bookmarks.yahoo.com/toolbar/savebm?u='+u+'&t='+ti+'&opener=bm&ei=UTF-8','popup','width=520,height=420,scrollbars,resizable,left=100,top=50')); |
只是我的個人備份。在改的時候,要注意 popup 後面的字盡量不要修改,要修改的是 bookmark 時的動作網址(也就是在 popup 前的那一串, +u+ 代表連結, +ti+ 代表文章標題)。更多的 bookmarklet 合併法可以使用 Site Submission MultiTool- Alan's Marklet Maker 來作。
還有今天發現 furl 和 Yahoo Bookmarks 的 cache 功能並不能完整地快取到先前網頁的狀態,有點失望。



漢字 --> English | English --> 漢字 | 繁體 --> 簡體
類似日誌:
隨機閱讀:
Write a Comment