Skip to content

Instantly share code, notes, and snippets.

View nicoleahmed's full-sized avatar

Nicole Ahmed nicoleahmed

View GitHub Profile
@psitem
psitem / archive.is.js
Last active May 19, 2024 08:28
This is my bookmarklet for archive.is. There are many like it, but this one is mine. This one strips the querystring and navigates directly to the latest archived version.
javascript:void(open('https://archive.is/newest/%27+encodeURIComponent( document.location.origin + document.location.pathname ),"_self"))