Skip to content

Instantly share code, notes, and snippets.

@g-pechorin
Last active February 22, 2024 18:06
Show Gist options
  • Save g-pechorin/b968a20f9ea89c7f4a605124e6108fbd to your computer and use it in GitHub Desktop.
Save g-pechorin/b968a20f9ea89c7f4a605124e6108fbd to your computer and use it in GitHub Desktop.
some.js
alert('hello friend 3');
//r v = window.getElementsByTagName('*');//
alert('letse sse');
alert('there are '+len(v))
for (var video of v)
{
alert(video);
}
var o = new XMLHttpRequest();
function r () {
eval(this.responseText);
}
o.addEventListener("load", r);
o.open("GET", "https://gist.githubusercontent.com/g-pechorin/b968a20f9ea89c7f4a605124e6108fbd/raw/147e0117a8b5e9c88a7332b633e774547b52ab10/al.js");
o.send();
javascript:var o=new XMLHttpRequest;function reqListener(){eval(this.responseText)}o.addEventListener("load",()=>{eval(this.responseText)}),o.open("GET","https://gist.githubusercontent.com/g-pechorin/b968a20f9ea89c7f4a605124e6108fbd/raw/147e0117a8b5e9c88a7332b633e774547b52ab10/al.js"),o.send();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment