User:Polygnotus/Scripts/WebArchives.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 67:
checkUrl: (url) => `https://web.archive.org/web/20250000000000*/${encodeURIComponent(url)}`,
searchUrl: (url) => `https://web.archive.org/web/*/${encodeURIComponent(url)}`,
apiUrl: (url) => `https://archive.org/wayback/available?url=${encodeURIComponent('https://' + url)}`,
apiCheck: true,
notFoundStrings: ['Wayback Machine has not archived that URL.']