# 常用的書籤小工具 (Bookmarklet) > [time=Apr 24, 2025] 記錄一些我常用的書籤小工具 ([Bookmarklet](https://en.wikipedia.org/wiki/Bookmarklet))。 ## 用法 隨便加一個網站到書籤列上,然後點右鍵選編輯網址,將網址改成 javascript 程式碼。以後只要點擊書籤就會執行。 ## 文章總結 這是由 [Kagi Search](https://kagi.com/) 所提供的 [Universal Summarizer](https://kagi.com/summarizer/index.html) 服務,可以直接幫你條列式總結文章重點,有時候懶得看長文的話很好用。 Code: ```javascript! javascript:void(location.href='https://kagi.com/summarizer/index.html?target_language=&summary=takeaway&url=%27+encodeURIComponent(location.href)) ``` ## 網頁備份 這是由 [archive.today](https://archive.ph/) 所提供的網頁備份服務,除了用來備份網頁之外,有些網站可以繞過 paywall 直接在上面看,例如 [WSJ](https://www.wsj.com/)。 Code: ```javascript! javascript:(function(){const url=new URL(location.href);url.search="";window.open("https://archive.ph/"+url.toString(),"archiveTab")})(); ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up