Skip to content

Instantly share code, notes, and snippets.

@jtatum
Last active July 24, 2017 03:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtatum/f27213c59c08338364c74d220ae929cb to your computer and use it in GitHub Desktop.
Save jtatum/f27213c59c08338364c74d220ae929cb to your computer and use it in GitHub Desktop.
javascript:(
function () {
var js = document.createElement('script');
js.setAttribute('type', 'text/javascript');
js.setAttribute('id', 'frozenCookieScript');
js.setAttribute('src', 'https://rawgithub.com/jtatum/FrozenCookies/master/frozen_cookies.js');
document.head.appendChild(js);
}()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment