Skip to content

Instantly share code, notes, and snippets.

View xxleyi's full-sized avatar
🎯
Focusing

西来意 xxleyi

🎯
Focusing
View GitHub Profile
@barbietunnie
barbietunnie / download-old-chrome-versions.md
Last active April 26, 2025 18:46
How to download old versions of Chrome

How to download old versions of Chrome

Click here to download old versions of Chrome for Linux, Mac and Windows.

The download_url field of the desired section houses the URL to the download.

Alternatively, for not too old versions, you can get it directly here.

@simenbrekken
simenbrekken / README.md
Last active September 5, 2024 07:13
Hide fetch/XHR in Cypress command log

This novel workaround simply hides any command log entries that originate from fetch/XHR requests.

While I've updated this receipe for Cypress 10 and converted it to TypeScript you should be able to use it in a JavaScript project by ignoring the cypress.d.ts file and placing the snippet from e2e.ts in e2e.js instead.