by zdw on 6/18/25, 4:19 AM with 2 comments
by extraduder_ire on 6/21/25, 9:14 AM
It was surprisingly hard to learn about &hl=en to change almost any google product language to english, or any other language code. Indispensable if you're in a region that google autodetects as a language you don't know.
by bmacho on 6/21/25, 12:06 PM
javascript:{
param='%s';
if (param=='%' + 's') {
/* bookmarklet clicked */
window.location.href = 'https://archive.md/oldest/' + window.location.href ;
} else if (param =='') {
/* called without argument */
window.location.href = 'https://archive.md/oldest/' + window.location.href ;
} else {
/* called with a parameter*/
window.location.href = 'https://archive.md/oldest/' + param ;
};
}
Copy-paste it as a bookmark URL, and set up a keyword 'ar' or what you want.It supports 3(!) different usages at once. When you are at paywalltimes.com/article you can use it as a bookmarklet, and click on it with mouse. Or you can write 'ar' in the URL bar, and hit enter. Or, if you are not on paywalltimes.com/article, you can write 'ar paywalltimes.com/article' and hit enter (even on a newtab).
It's probably not much better than separate entries for each use cases. Also I don't even use Firefox, and Edge doesn't support bookmarks with shortcuts with parameters anymore, even when imported from Firefox. Anyway, I just shared it, maybe someone finds the template usable for something.