Skip to content

Instantly share code, notes, and snippets.

@to
Created December 5, 2014 23:02
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 to/5a198ebb99eed563a4a1 to your computer and use it in GitHub Desktop.
Save to/5a198ebb99eed563a4a1 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name iTS - Protect Auto Launch
// @include https://itunes.apple.com/*
// @run-at document-end
// ==/UserScript==
document.body.onload = function(){};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment