Most proxies are very slow and modern webpage contains a lot of images videos js css, which would take a very long time to load.
Is there a way to get those files from local or via another proxies?
You can disable image,css etc loading at all. https://zennolab.atlassian.net/wiki/spaces/EN/pages/924451321/Browser+settings
Or you can use a traffic monitor to block some big js files from loading, if they are not required for what you are ding.
Thanks for the reply.It can be stored in browser cache and loaded later from cache. But this won't work for multi-threading and differnet accounts.
So, I would better advise you just to disable loading images, CSS, media on websites in zenno browser
Thanks for the reply.
My problem is that some website consider browser as out dated browser if you disable loading images, like discover.com
string tp = instance.BrowserType.ToString().ToLower();
if (tp.Equals("chrome")){
tp = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36";
}
else{
tp = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0";
}
project.Profile.UserAgent = tp;
project.Profile.UserAgentAppVersion = tp;
project.Profile.UserAgentLanguage = "pt-BR";
project.Profile.UserAgentBrowserLanguage = "pt-BR";
project.Profile.Country = "Brazil";
project.Profile.Town = "Rio de Janeiro";
project.Profile.AcceptLanguage = "pt-BR,pt;q=0.8,en-US;q=0.5,en;q=0.3";
project.Profile.AcceptEncoding = "gzip, deflate, br";
Is it possible now with newer version of zennoposter? I mean to get static files with another proxy or withoutIt can be stored in browser cache and loaded later from cache. But this won't work for multi-threading and differnet accounts.
So, I would better advise you just to disable loading images, CSS, media on websites in zenno browser