AdguardTeam / AdguardBrowserExtension

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

Add the "Initiator" column like DevTools and use the current tab mode so that when "Open filtering log" #2078

Open tumatanquang opened 2 years ago

tumatanquang commented 2 years ago

Proposed Solution

I often use Incognito mode. However, when I Open filtering log, it always opened a new regular tab, and during the web browser it will save some web browsing history and a few cookies (unwanted ways). So I want when Open filtering log, it will determine whether the user is using the Incognito mode or normal mode and then open according to the mode that the user is using. That is very important, at least after I close the Filtering log window, it will clean the history and cookies that it has saved during the time the user has opened it. In addition, I hope the next version will remove the Status (time) column and add the Initiator column as in DevTools.

Additional Information

Although I don't know why, when I opened the Filtering log window, then browsing the web on the window that is using Incognitor mode, a few browsing history and cookies will be saved while I don't use regular mode.

Birbber commented 2 years ago

@tumatanquang Thanks for the suggestion. We will think about implementing it.

Alex-302 commented 2 years ago

I hope the next version will remove the Status (time) column

Bad idea.

and add the Initiator column as in DevTools.

Why not to use devtools?

XX-J commented 2 years ago

Remove 'time' element #2070 Use 'new tab', not 'pop-up' #2071

tumatanquang commented 2 years ago

@Alex-302

I hope the next version will remove the Status (time) column

Bad idea.

"Bad idea."?! I wonder what the column has the function to do? Don't do anything other than cramped!

and add the Initiator column as in DevTools.

Why not to use devtools?

The question is "weird"! So why use "Open Filtering Log"? Simply some websites use code to block open the DevTools window or move to another website when opening the DevTools window to prevent views the source code, multimedia links,... Moreover, at the DevTools window doesn't have a "filter rule" column! Moreover, the "Initiator" column is quite effective in some cases where the advertising load is determined?

Alex-302 commented 2 years ago

I wonder what the column has the function to do? Don't do anything other than cramped!

It shows time:) I use it, when Preserve Log is enabled.

The question is "weird"!

I'm not sure that's even possible. You can use Fiddler, or break anti-debug script(s).

tumatanquang commented 1 year ago

@Alex-302: It shows time:) I use it, when Preserve Log is enabled.

Does it seem to have more to do with site performance than ad blocking? If you're talking about "Preserve Log" in the Network tab instead of the Console. Moreover, the "Preserve Log" is available at Google Chrome's DevTools and AdGuard AdBlocker's "Filter Log", while the "Initiator" column is only available in DevTools, you will not be able to see the "Initiator" column data on some websites that block the opening of DevTools.

@Alex-302: I'm not sure that's even possible. You can use Fiddler, or break anti-debug script(s).

Inefficient, cannot be used simultaneously with the AdGuard AdBlocker extension.

tumatanquang commented 1 year ago

I found out there was a similar issue waiting to be resolved for Additional Information: #1495