Help for this page

Select Code to Download


  1. or download this
    my $window= $mech->repl->expr('window');
    $window->{alert}= sub {};
    ...
    
  2. or download this
    $mech->eval_in_page(<<'JS');
        window.alert= function() {};
    JS