Navdeep Singh Rathore
Navdeep Singh Rathore
> My inclination is to navigate them by default, and maybe add an option that disables ad navigation. Ya I would like to disable ad navigation too if possible. This...
@infokiller were there any efforts made on any branch to implement `scroll_lookahead` as mentioned here - https://github.com/infokiller/web-search-navigator/issues/35#issuecomment-427666259 This could be solved by setting a lookahead size of 1 and instead...
@hedning I would like to work on this. I am facing the same problem and would like to see a fix for this _Video demo of the problem_ https://user-images.githubusercontent.com/57226514/104541573-dd46bf00-5647-11eb-82e6-f790ebe6e413.mp4 >...
why is it overriding gnome's default functionality of dynamic workspaces?
@joeyjiron06 thanks for pointing this out, we will look into this on priority, can you please share a few details to help us debug this faster: - which operating system...
Hey @joeyjiron06 I see that you are using the modify response rule for redirecting to a local file. You can achieve the same thing using the redirect rule (Select the...
@qkhanhpro none of your requests reach our servers in anyway. The desktop app runs a proxy directly on your machine. If you want to make sure that the requests that...
@qkhanhpro can you share the platform you are running Requestly on and also the website that you are testing. This will help us debug this properly on our end.
Browsers generally tend to cache the results from a 301 response unless explicitly asked not to (using the `Cache-Control` header), which is possibly what is happening in your case. **The...
@amilajack just learnt that electron-builder already notarizes the app. The `afterSign` script used in this template **runs after the notarization has already been done once**. I have [added a fix...