Is there any javascript injections to reduce a counter time?

Discussion in 'JavaScript' started by yyyk9, Nov 10, 2007.

  1. #1
    Thanks! I want to know if it's possible.
     
    yyyk9, Nov 10, 2007 IP
  2. yyyk9

    yyyk9 Peon

    Messages:
    670
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #2
    javascript: var p = 'live.'; var ds = new Array('com', 'cn', 'fr', 'it', 'nl', 'com.au', 'be', 'de', 'us'); for (var i = 0; i < ds.length; i ++){document.getElementById('idomain').options = new Option(p + ds, p + ds)} alert('domains added');

    Let's say you want to edit an autosurf site, to lower the timer to 0. How do you do it?
     
    yyyk9, Nov 10, 2007 IP
  3. live-cms_com

    live-cms_com Notable Member

    Messages:
    3,128
    Likes Received:
    112
    Best Answers:
    0
    Trophy Points:
    205
    Digital Goods:
    1
    #3
    If you're in firefox you can type in the address bar javascript:void(variable=10);.
     
    live-cms_com, Nov 10, 2007 IP
    yyyk9 likes this.
  4. yyyk9

    yyyk9 Peon

    Messages:
    670
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If this was the code; how would you try and defeat it?

     
    yyyk9, Nov 11, 2007 IP
  5. live-cms_com

    live-cms_com Notable Member

    Messages:
    3,128
    Likes Received:
    112
    Best Answers:
    0
    Trophy Points:
    205
    Digital Goods:
    1
    #5
    I did reply to your PM, but this might work -

    javascript:void(counter=0)
    or
    javascript:document.getElementById(counterName).innerHTML = "Go"
     
    live-cms_com, Nov 11, 2007 IP