Skip to content

Instantly share code, notes, and snippets.

@AndrewStanton94
Created July 29, 2020 16:25
Show Gist options
  • Save AndrewStanton94/5fea11c08fd945f4c5f1641b9c511a09 to your computer and use it in GitHub Desktop.
Save AndrewStanton94/5fea11c08fd945f4c5f1641b9c511a09 to your computer and use it in GitHub Desktop.
For prototyping transformations to run with cherrio
const jq = document.createElement('script');
jq.src = 'https://code.jquery.com/jquery-3.5.1.min.js';
document.head.appendChild(jq);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment