Desktop Bookmarklet

One click to read any page through its archive

Read via Archive

Drag this button to your bookmarks bar

Setup

1

Make sure your bookmarks bar is visible (Cmd+Shift+B in Chrome, Cmd+Shift+B in Firefox, or View > Show Bookmarks Bar in Safari)

2

Drag the Read via Archive button above into your bookmarks bar

3

On any article page, click the bookmark to open its latest archived version

Manual Install

If drag-and-drop doesn't work, create a new bookmark and paste this as the URL:

javascript:void(function(){var u=location.href.split('#')[0].split('?')[0].replace(/\/+$/,'');var h=location.hostname;if(h.startsWith('m.'))h=h.slice(2);if(h.startsWith('mobile.'))h=h.slice(7);u=location.protocol+'//'+h+location.pathname.replace(/\/+/g,'/').replace(/\/+$/,'')||'/';window.open('https://archive.ph/timegate/'+encodeURIComponent(u),'_blank')}())