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"); |