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

Content deleted Content added
No edit summary
No edit summary
Line 70:
apiCheck: true,
notFoundStrings: ['Wayback Machine has not archived that URL.']
},
{
name: 'Arquivo.pt',
checkUrl: (url) => `https://arquivo.pt/url/search?q=${encodeURIComponent(url)}`,
searchUrl: (url) => `https://arquivo.pt/url/search?q=${encodeURIComponent(url)}`,
apiCheck: true,
notFoundStrings: ['Não foram encontrados resultados']
},
{