Thanks. I don't run any 3rd-party security other than Microsoft Defender and AdGuard. I don't have any other VPN on though I do occasionally use VPN.AC but I only run that when I actually need it, it is off most of the time.
For the crashes, no I don't use Opera, I use Microsoft Edge. I...
Thanks for that. Yes, I've been talking to support about this. They recommended and I have tried nightly.
I've also taken a debug log - HOWEVER, I reviewed the logs and I have to say that I cannot and will not share the logs verbatim because they potentially contain a LOT of sensitive data...
Not sure why this is happening but quite often AdGuard for windows (for several versions now) leaves open a blank window that cannot be closed without exiting AdGuard.
Is there any fix for this.
In addition, I believe that AdGuard occasionally very rapidly opens and closes a window. You only...
Amazing, thanks for that :) Tested and working.
I have to say that I continue to be amazed by the capabilities of AdGuard and that takes a lot after 40+ years in IT
You will be glad to know that it is so good, I actually purchased a family license and now it protects us on desktops and...
Hi all, first post here.
I have a bookmarklet that I've written that removes all of the tracking data from links on the Google Search page.
const items = document.getElementsByTagName('a'); for (const i of items) { if ( i.onmousedown || i.getAttribute('data-ved') )...