Slashdot Mirror


User: MoonStarr

MoonStarr's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Overnet/Edonkey links on Star Trek: New Voyages, Downloadable Video · · Score: 1

    <a href='ed2k://file|StarTrekNewVoyagesEpisodeTrailer .zip|1942862|f8842c742ca65df24fbc137570006dd8|'>pp p</a>

  2. Re:NYTimes registration. on NYT On Google's Role In Internet Advertising · · Score: 1

    Why not make a bookmarklet?

    Instructions for Mozilla:
    Menu:Bookmarks:File Bookmark
    Give the bookmark a name fx. RandNYT
    In the link box add this:
    javascript:function getString(len){var chars=new Array('a','b','c','d','e','f','g','h','i','j','k', 'l','m','n','o','p','q','r','s','t','u','v','w','x ','y','z','A','B','C','D','E','F','G','H','I','J', 'K','L','M','N','O','P','Q','R','S','T','U','V','W ','X','Y','Z','1','2','3','4','5','6','7','8','9', '0');var str=chars[Math.floor(Math.random()*52)];for(var i=1;ilen;i++){str=str+chars[Math.floor(Math.random ()*62)]}return str}function setFields(){var idx,F=document.forms;for(var i=0;iF.length;i++){if(F[i].action.toUpperCase().in dexOf('REGI')!=-1){idx=i;break}}var login=getString(Math.floor(Math.random()*8)+6);var passw=getString(8);var email=getString(Math.floor(Math.random()*4)+12)+'@ '+getString(Math.floor(Math.random()*5)+4)+'.com'; document.forms[idx].login.value=login;document.for ms[idx].passwd1.value=passw;document.forms[idx].pa sswd2.value=passw;document.forms[idx].email.value= email;document.forms[idx].gender_check[0].checked= true;document.forms[idx].zip.value='99999';documen t.forms[idx].birth_year.value=Math.floor(Math.rand om()*50)+30;document.forms[idx].country.options[Ma th.floor(Math.random()*200)+1].selected=true;docum ent.forms[idx].income_select.options[Math.floor(Ma th.random()*10)+1].selected=true;document.forms[id x].industry_select.options[Math.floor(Math.random( )*36)+1].selected=true;document.forms[idx].title_s elect.options[Math.floor(Math.random()*36)+1].sele cted=true;document.forms[idx].function_select.opti ons[Math.floor(Math.random()*16)+1].selected=true; document.forms[idx].paper_select.options[Math.floo r(Math.random()*4)+1].selected=true}setFields();vo id(null)

    Now, Everytime you click a link to a NYT article just click your bookmarklet and the registration page will be filled.

    (From http://www.majcher.com/nytview.html)