14,985
edits
| Line 233: | Line 233: | ||
* 備份需登入帳號的網頁: 否 | * 備份需登入帳號的網頁: 否 | ||
* 可瀏覽別人的備份: 可 | * 可瀏覽別人的備份: 可 | ||
* 資料組織與利用: | * 資料組織與利用: 可搜尋網址、不可搜尋網域對應的網頁。 | ||
* 備註: PTT 可能會備份失敗,備份到電腦網路內容分級的畫面 | * 備註: PTT 可能會備份失敗,備份到電腦網路內容分級的畫面 | ||
Bookmarklets for Internet Archive's Wayback Machine: | Bookmarklets for Internet Archive's Wayback Machine: | ||
1. View all snapshots of the current webpage: | 1. View all snapshots of the current webpage:<ref>https://zh.wikipedia.org/wiki/Wikipedia:%E4%BD%BF%E7%94%A8%E6%97%B6%E5%85%89%E6%9C%BA</ref><ref>[https://gist.github.com/n-st/0dd03b2323e7f9acd98e Bookmarklet to view current page on the Internet Archive Wayback Machine (https://archive.org/)]</ref> | ||
<pre>javascript:location.href=%22http://web.archive.org/web/*/%22+location.href; | <pre>javascript:location.href=%22http://web.archive.org/web/*/%22+location.href; | ||
</pre> | </pre> | ||
| Line 247: | Line 248: | ||
</pre> | </pre> | ||
2. View the latest snapshot of the current webpage: | 2. View the latest snapshot of the current webpage:<ref>[https://errerrors.blogspot.com/2024/09/quick-view-wayback-machine-page.html 快速看網路時光機器庫存頁面的瀏覽器按鈕 (bookmarklet)]</ref> | ||
<pre>javascript:void(window.open('https://web.archive.org/web/2if_/'+location.href)); | <pre>javascript:void(window.open('https://web.archive.org/web/2if_/'+location.href)); | ||
</pre> | </pre> | ||