Skip to content

Instantly share code, notes, and snippets.

@memetican
Created January 22, 2024 18:43
Show Gist options
  • Save memetican/3c858f822b7a4b0bb583d2b426617692 to your computer and use it in GitHub Desktop.
Save memetican/3c858f822b7a4b0bb583d2b426617692 to your computer and use it in GitHub Desktop.
if (document.documentElement.lang.startsWith('fr')) {
// page is French, run the script.
}
<style>
h1:lang(fr) {
color: green;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment