For whatever reason archive.today (archive.is, archive.vw, etc.) decided to remove their bookmarklet. It's super convenient as you only have to click on a bookmark to archive the current page.
GIve it Back!
Easy to add, just create a bookmark and paste the following in the location field
javascript:void(open('https://archive.today/?run=1&url='+encodeURIComponent(document.location)))
Done.
Are you a paranoid faggot who can't read code?
Here's what the code is doing
javascript:void(open( xyz )) -- Open URL: xyz
'https://archive.today/?run=1&url=' -- the start of the archive.today "archive this" URL
+encodeURIComponent(document.location) -- Get the URL of the current page (ie. https://poal.co) and add it to the end of the previous string *(ie https://archive.today/?run=1&url=https://poal.co
For whatever reason archive.today (archive.is, archive.vw, etc.) decided to remove their bookmarklet. It's super convenient as you only have to click on a bookmark to archive the current page.
# GIve it Back!
Easy to add, just create a bookmark and paste the following in the location field
`javascript:void(open('https://archive.today/?run=1&url='+encodeURIComponent(document.location)))`
Done.
-------------------------------
### Are you a paranoid faggot who can't read code?
Here's what the code is doing
`javascript:void(open( xyz ))` -- Open URL: `xyz`
`'https://archive.today/?run=1&url='` -- the start of the archive.today "archive this" URL
`+encodeURIComponent(document.location)` -- Get the URL of the current page *(ie. https://poal.co)* and add it to the end of the previous string *(ie `https://archive.today/?run=1&url=https://poal.co`
(post is archived)