Skip to content

Instantly share code, notes, and snippets.

@ojas
Last active August 27, 2022 18:31
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 ojas/6732916 to your computer and use it in GitHub Desktop.
Save ojas/6732916 to your computer and use it in GitHub Desktop.
User Scripts
// @include http://www.mozu.com/*
var script = document.createElement( 'script' );
script.type = 'text/javascript';
script.src = 'http://www.cornify.com/js/cornify.js';
script.onload = function() {
for(var i=0; i<12; i++) cornify_add();
}
document.head.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment