Результаты поиска

  1. J

    Error since i upgrade

    Project is working fine in Projectmaker
  2. J

    Error since i upgrade

    A script was working fine for monthed. But since i upgrade to 5.17.1 , i got this error "Run WebBrowserSettings Input string was not in a correct format." and script fail.... Any help welcom
  3. J

    Setting the right header

    Thank you VladZen ^^
  4. J

    More on day that night

    @drvosjeca That would be great. Poster does not allow schedul like "7AM to 15PM on every 5 minutes" ... Options a too basic.
  5. J

    howto NOT match

    @drvosjeca, your right :) A "noregex" filter method would be welcome .
  6. J

    possible to spin into url ?

    ok, thank you.
  7. J

    More on day that night

    I want poster to exectute script => every 5 minute by day => every 10 minute by night. Possible?
  8. J

    More on day that night

    Hi Schedule tasks execution : possible plan more call on day that night ? (without external trigger)
  9. J

    Geolocation

    You can set geoloc info into "Add action"/"Browser"/"Settings" Box, then select "geolocation"
  10. J

    howto NOT match

    Tested, it does not work.. not as expected. It is a valid regular, but not acting as expected...
  11. J

    howto NOT match

    perfect; thank you Arhip!
  12. J

    howto NOT match

    Hi How to select elements that do NOT match a word. Exemple: every links that do NOT match "nofollow" ?
  13. J

    possible to spin into url ?

    Hi I want http://domain.com/page{1|2|3|4}.html (output exemple : http://domain.com/page1.html) I mean, calling a spin directly inside Yes , i could create a variable, then spin it, then call it. But this is 3 box, where one maybe is enough. Is that possible to script link ?
  14. J

    Browser settings (useragent, http header, plugins, flash version...)

    @Drew That would be great!
  15. J

    Setting the right header

    Hi, Each User agents require a specific set parameters. Exemple Iphone 4 User agent will require a 750 x 1334 screen resolution setting.... Where best place to find most common UserAgent and associated setting details ? Making it all manually is too ... to difficult and time consuming...
  16. J

    How to change "Color Depth" return by navigator ?

    ok, instance.SetScreenPreference("ColorDepth",32); does the job
  17. J

    How To Set Navigator Object Settings

    VladZen, my hero of the day!
  18. J

    How to change "Color Depth" return by navigator ?

    Hi, it is possible, using "reassign field" to change sceen width & heigh, but not the color depth ? How to change that ? My VPS is 16b.... bad fingerprint
  19. J

    what is ClientRectMode ?

    Could anyone give details about what is https://help.zennolab.com/en/v5/zennoposter/5.11.7.0/topic715.html ?
  20. J

    How to block/intercept some javascript call

    auto respond: reassign field box did the job for screen resolution...
  21. J

    How to block/intercept some javascript call

    those are terrible fingerprints... Imagine your user agent tells your on OSX, but Javascript returns your on Win32...
  22. J

    How to block/intercept some javascript call

    Hi, How to alter the "windows.navigator.plugin" that will be returned by javascript ? Or "windows.screen.height" ?