You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some websites like hitomi.la (NSFW warning) use the Javascript code history.replaceState in the source code:
history.replaceState({} , '', '#1' );
To add the default reading page (#1). In case filtering logs do not enable Preverse logs, all previous filter logs will be deleted and new logging will start after the above code.
However, the Network tab of DevTools is not affected, even if Preverse logs is not enabled!
Expected Behavior
Filter logs are not deleted/affected by history.replaceState like the Network tab of DevTools.
AdGuard Extension version
4.2.209
Browser version
Chrome 109
OS version
Windows 7
What filters do you have enabled?
Filter unblocking search ads and self-promotion
What Stealth Mode options do you have enabled?
No response
Issue Details
Some websites like hitomi.la (NSFW warning) use the Javascript code history.replaceState in the source code:
history.replaceState({} , '', '#1' );
To add the default reading page (
#1
). In case filtering logs do not enablePreverse logs
, all previous filter logs will be deleted and new logging will start after the above code.However, the Network tab of DevTools is not affected, even if
Preverse logs
is not enabled!Expected Behavior
Filter logs are not deleted/affected by history.replaceState like the Network tab of DevTools.
Screenshots
Screenshot 1:
Additional Information
Split from #2589
The text was updated successfully, but these errors were encountered: