Skip to content

Instantly share code, notes, and snippets.

@oquirozm
Created March 31, 2018 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oquirozm/7fb2b5b294045362bb87e3ed309acd2e to your computer and use it in GitHub Desktop.
Save oquirozm/7fb2b5b294045362bb87e3ed309acd2e to your computer and use it in GitHub Desktop.
Include scripts into Google Chrome console
(function () {
if (typeof window.R === 'undefined') {
var s = document.createElement('script');
s.setAttribute('src', 'https://cdnjs.cloudflare.com/ajax/libs/ramda/0.17.1/ramda.min.js');
document.body.appendChild(s);
}
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment