4 ms·
Here's my bookmark that works on Web, iOS, iPad javascript: (function() {(function(){var url =window.location.href; let newUrl ="https://archive.ph/submit
by xylo 3y ago
Here's my bookmark that works on Web, iOS, iPad
javascript: (function() {(function(){var url =window.location.href; let newUrl
="https://archive.ph/submit/?url="+encodeURIComponent(url.split('?')[0]);
window.open(newUrl, "_self");})()})()