AdguardTeam / AdguardBrowserExtension

AdGuard browser extension
https://adguard.com/
GNU General Public License v3.0
3.12k stars 333 forks source link

Show blocked domains in the "browser action" window #851

Open vozersky opened 7 years ago

vozersky commented 7 years ago

@clementine123 commented on Fri Sep 08 2017

Clicking on the search icon opens the Filtering Log page. However, it does not list the entries until it is refreshed. Can you implement this feature so that when the search icon is clicked, the log should display the list without being reloaded (just like uBO). Moreover, can the Filtering Log page be opened in a browser tab instead of the current window? Thanks!

vozersky commented 7 years ago

uBO doesn't collect requests until the log is opened either it works this way because it helps to save memory and doesn't slow down the filtering process by creating the log until you really need it

and about opening the log in a new tab - it's a nice request, makes sense, thank you

Nzzyme commented 7 years ago

When a page has loaded, clicking on uBO icon shows the list of blocked domains. Can this also be implemented in AG browser extension?

ameshkov commented 7 years ago

When a page has loaded, clicking on uBO icon shows the list of blocked domains. Can this also be implemented in AG browser extension?

It makes sense indeed, we'll consider it. Renamed the feature request.

Nzzyme commented 7 years ago

Thank you! Appreciate it :)

Nzzyme commented 4 years ago

Hi, do we have any plans of implementing this in the future versions?

ameshkov commented 4 years ago

We had to change our plans due to Manifest V3, "under-the-hood" tasks are the highest priority.

But yeah, we'll get to this one as well.