Недавний контент egz

  1. E

    Secret code from external file

    Thanks :)
  2. E

    Secret code from external file

    Hello, how can I import secret code of 2captcha or anti-gate to project settings? Thanks :)
  3. E

    Edit JavaScript

    Thanks, it working - when i check source i have replaced url but function from jquery don't work. What should i do next? I think about execute javascript again or something like that?
  4. E

    Edit JavaScript

    Hello, is any possibility to change: <script type="text/javascript" src="my.js"></script> to <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> When i do replace i can find url to jquery in source but this library did not work. Thanks for help :) best regards
  5. E

    Adding POST field

    Thanks so much :D
  6. E

    Adding POST field

    Thanks Tobbe it's nice idea, but how can i modyfiy soruce in ZennoPoster?
  7. E

    Adding POST field

    Yes something like that, but is any option to use it for one field/variable, without 'compile' all request?
  8. E

    Adding POST field

    I was thinking about post variable not field. When i do project in ProjectMarker i do recording and fill fields. But i can't find one field but POST variable is sending (i check it in Firebug), i don't know how(propably Javascript) So i have idea to set $_POST['page'] permanently but i don't...
  9. E

    Adding POST field

    Hi, i'm looking for solution of my problem: i want to add POST field before clicking submit button. I prepare actions in Project Maker for few fields, but i have to add one directly for POST before click submit and send it. How can i do it? Thanks for help :)