karl-rousseau / HybridTvViewer

[WIP] Web extension making Firefox & Chrome emulate iTV webpages instead of downloading them.
MIT License
67 stars 25 forks source link

user-agent manipulation #4

Open Bond246 opened 6 years ago

Bond246 commented 6 years ago

Hello,

we want to test some apps that blacklist some user-agents. Actually in Firefox the Samsung SmartTV 2015 user-agent is used and it is not possible to define a different configuration. It would be nice to test different options to test different blacklist behaviors.

Would i be possible to add an option to customize the complete user-agent?

karl-rousseau commented 6 years ago

Sure I had this in mind and the UI design is already in place inside the extension popup. In fact I just need to transfer properly the given user-agent to the injected Javascript code. I am working on it and it will be in next release.