Created
April 29, 2024 00:11
-
-
Save ejangi/6b8237e358ee200d6b3a9da2e07454bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://www.amd.com/en/support/linux-drivers | |
// In order to have visualping detect the Ubuntu version change, we first need VisualPing to expand all the <details> elements: | |
document.querySelectorAll('details.os-group').forEach((el) => { el.setAttribute('open', true) }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment