Skip to content

Instantly share code, notes, and snippets.

@wkliang
Created October 11, 2016 18:42
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 wkliang/322e11f50f1f1c39d9d23d4f4f6d325f to your computer and use it in GitHub Desktop.
Save wkliang/322e11f50f1f1c39d9d23d4f4f6d325f to your computer and use it in GitHub Desktop.
ek21 bypass noisy script
javascript:(function(e, s) {
e.src = s;
e.onload = function() {
alert('gist injected');
};
document.head.appendChild(e);
})(document.createElement('script'), 'https://gist.githubusercontent.com/anonymous/d6004fc355bf7c4a41cbfa3d746c350e/raw/591a1c972b33dbef58bdeed7b95560d80b547e85/ek21.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment