You don't need an extension for that and allow questionable privacy settings like "access to all websites". Just use a bookmarklet (create a new bookmark e.g. in your top bar and add this code as URL): javascript:location.href='https://archive.is/?run=1&url=%27+encodeURIComponent(document.location) Other bookmarklet examples (12ft, Google Cache): javascript:location.href='https://12ft.io/proxy?q=%27+encodeURIComponen…
I've been doing this for years but missed the run=1 argument in archive.today to go directly to the latest copy instead of the list of all copies. Thank you!
I ported the Firefox Archive.today extension to Safari
21–30 of 47 posts
Re: I ported the Firefox Archive.today extension to Safari
#22Re: I ported the Firefox Archive.today extension to Safari
#23You don't need an extension for that and allow questionable privacy settings like "access to all websites". Just use a bookmarklet (create a new bookmark e.g. in your top bar and add this code as URL): javascript:location.href='https://archive.is/?run=1&url=%27+encodeURIComponent(document.location) Other bookmarklet examples (12ft, Google Cache): javascript:location.href='https://12ft.io/proxy?q=%27+encodeURIComponen…
Re: I ported the Firefox Archive.today extension to Safari
#24Thank you! Just tried it at Bloomberg.com and wsj.com -- it redirected me to https://archive.ph/ and then again to https://archive.ph/ I'm on latest iOS.
Yeah, there should be two redirects. The first is searching for the URL you entered, the second should either newly cache the page, or load the cached page. Same behavior as firefox. If this is not what you are seeing, please open an issue on the github at: https://github.com/gnormandin/Archive-Page/issues So I can keep track of issues encountered. Thanks!
Re: I ported the Firefox Archive.today extension to Safari
#25It isn’t loading the website url into the archive search
Re: I ported the Firefox Archive.today extension to Safari
#26Re: I ported the Firefox Archive.today extension to Safari
#27Earlier quoted context omitted.
Thanks for the feedback, I'll work on fixing this. Alternatively, you can also open an issue here: https://github.com/gnormandin/Archive-Page/issues
New build submitted.
You can run the extension via chrome.browserAction.onClick and it will receive the URL. You also don’t need the tabs permission just to create a tab.
Re: I ported the Firefox Archive.today extension to Safari
#28Re: I ported the Firefox Archive.today extension to Safari
#29Maybe include some more verbose instructions on the screen that displays on my iPad when I attempt to open the app. Following instructions from other posters on this thread has it working beautifully. Thanks!
Re: I ported the Firefox Archive.today extension to Safari
#30Earlier quoted context omitted.
New build submitted.
I don’t see any changes on the repo. The permissions in your case should just be activeTab and storage. That’s it. You can run the extension via chrome.browserAction.onClick and it will receive the URL. You also don’t need the tabs permission just to create a tab.
I've modified the manifest so that it is asking Safari for wider permissions, so that when the permission is granted by the user, the proper URL is returned.