Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ejangi/6b8237e358ee200d6b3a9da2e07454bc to your computer and use it in GitHub Desktop.
Save ejangi/6b8237e358ee200d6b3a9da2e07454bc to your computer and use it in GitHub Desktop.
// 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