inject javascript in bookmark
Get stuff from GBone..
it's pretty amazing that we can inject javascript to debug on browser
put this bookmark..
javascript:
var b=document.body;
if(b)
{
void(z=document.createElement('script'));
void(z.src='http://www.company.com/somescript.js');
void(b.appendChild(z));
}
this will run that script on your browser
it's pretty amazing that we can inject javascript to debug on browser
put this bookmark..
javascript:
var b=document.body;
if(b)
{
void(z=document.createElement('script'));
void(z.src='http://www.company.com/somescript.js');
void(b.appendChild(z));
}
this will run that script on your browser







0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home