Skip to content

Instantly share code, notes, and snippets.

@ArtskydJ
Created December 6, 2019 21:19
Show Gist options
  • Save ArtskydJ/42e2e31050b0a9717f4ef7110d1c5329 to your computer and use it in GitHub Desktop.
Save ArtskydJ/42e2e31050b0a9717f4ef7110d1c5329 to your computer and use it in GitHub Desktop.
window.$ = function $(selector) {
return Array.prototype.slice.call(
document.querySelectorAll( selector )
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment