muzuiget / user_agent_overrider

Firefox extension to override browser user agent string
https://addons.mozilla.org/firefox/addon/user-agent-overrider/
61 stars 19 forks source link

Site-specific config #21

Closed lassana closed 8 years ago

lassana commented 8 years ago

It would be nice if UAO could allow set an user-agent string only for a few domains. Like domain=example.com: Mozilla/5.0 (Android 4.4; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0.

muzuiget commented 8 years ago

Current project code base is hard to implement this feature.

But my other project https://github.com/muzuiget/referrer_control is easier to implement this, just change each Referrer to User Agent.

Gitoffthelawn commented 8 years ago

Or maybe one extension to do both.