Skip to content

Instantly share code, notes, and snippets.

View the-loker's full-sized avatar
🇷🇺

Vladislav Sheverdin the-loker

🇷🇺
  • Симферополь
View GitHub Profile
@the-loker
the-loker / download-old-chrome-versions.md
Created February 19, 2025 22:15 — forked from barbietunnie/download-old-chrome-versions.md
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.

document.addEventListener( "click", e => modalToggle(e) );
function modalToggle(e) {
const btn = e.target.closest("[data-toggle='modal']");
if(!btn) {
if(e.target.closest("[data-event='close']")) {
e.target.closest(".modal.show").classList.remove("show");