Skip to content

Instantly share code, notes, and snippets.

@mininaim
Created September 27, 2023 09:51
Show Gist options
  • Select an option

  • Save mininaim/27765300d3d416c93d07665cc54e9b57 to your computer and use it in GitHub Desktop.

Select an option

Save mininaim/27765300d3d416c93d07665cc54e9b57 to your computer and use it in GitHub Desktop.
function hasMetaTag(name) {
return document.querySelector(`meta[name="${name}"]`) !== null;
}
const metaExists = hasMetaTag('LABLEB_SEARCH_PROJECT');
if (metaExists) {
//
} else {
//
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment