Skip to content

Instantly share code, notes, and snippets.

@crobinson42
Created March 15, 2017 02:34
Show Gist options
  • Save crobinson42/f8bd03fda1c732b2495cab7048a75a5e to your computer and use it in GitHub Desktop.
Save crobinson42/f8bd03fda1c732b2495cab7048a75a5e to your computer and use it in GitHub Desktop.
append script to document
var s = document.createElement("script");
s.type = "text/javascript";
s.src = "https://raw.githubusercontent.com/fczbkk/css-selector-generator/master/build/css-selector-generator.min.js";
$("head").append(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment