|
|
|
|
|
by TekMol
1391 days ago
|
|
From the description, it sounds like this extension just puts "https://webcache.googleusercontent.com/search?q=cache:" in front of the current url? If so, you can also do this via a simple bookmarklet: javascript:location.href='https://webcache.googleusercontent.com/search?q=cache:'+location.href;{}
If you don't know what bookmarklets are: Edit any old bookmark and put the above line into the url field. Next time you click it, it will bring you to the Google cache of the current page you are on. |
|
For example, take this NYT article https://www.nytimes.com/2022/08/31/health/life-expectancy-co...
Google cache:
https://webcache.googleusercontent.com/search?q=cache:https:... -- 404
OP's service
https://cfworker-beatthatwall.jayass.workers.dev/?url=https:... -- works.
However, one can adopt your bookmarklet to use OP's service when needed instead of installing extension/userscript that seem to match all the sites.