ray-lothian / UserAgent-Switcher

A User-Agent spoofer browser extension that is highly configurable
https://webextension.org/listing/useragent-switcher.html
Mozilla Public License 2.0
957 stars 145 forks source link

Spoof per window option #218

Open joeywen0830 opened 3 months ago

joeywen0830 commented 3 months ago

I see that now in 0.6.0 I can no longer select different user agent per browser window, which is quite inconvenient for me now. Would you please bring this feature back? Thank you.

ray-lothian commented 3 months ago

The extension has moved to Manifest V3 and now uses declarativeNetRequest. As a result, we can no longer dynamically manipulate network requests but must instead use predefined rules. Unfortunately, there is no longer a rule condition to match a window.

For more details, visit: Declarative Net Request API