Skip to content

Instantly share code, notes, and snippets.

@apelif
Created December 2, 2014 08:34
Show Gist options
  • Save apelif/1e45f5e4fcf07221f192 to your computer and use it in GitHub Desktop.
Save apelif/1e45f5e4fcf07221f192 to your computer and use it in GitHub Desktop.
(function(){
var arya= window.frames['menu'].document.getElementsByTagName("a");
arya[2].click();
setTimeout(function(){
var i=0;
s=window.frames['main'].document.getElementsByTagName('select');
for(i=0;i<s.length;i++){
if(s[i].name.substr(0,4)=='grzp'){
s[i].value='一般';
s[0].value='爱好';
}
else{
s[i].value='99';
s[5].value='94';
}
}
t=window.frames['main'].document.getElementsByTagName('textarea');
t[0].value='英特纳雄耐尔一定要实现!';
b=window.frames['main'].document.getElementsByTagName('input');
b[0].click();
},200);
setTimeout(function(){
var arya= window.frames['menu'].document.getElementsByTagName("a") ;
arya[0].click();
},500);
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment