Phuc1980 / scriptno

Automatically exported from code.google.com/p/scriptno
0 stars 0 forks source link

user agent custom user agent Feature request #248

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
there is no problem with the chromium extension, 

I have a feature request to be able to input a custom user agent.

If that is something you would not consider, I have question...

Is there a configuration file that contains the set of predefined user agents 
so I may set a custom user agent.  I would like to have chromium on my os x 
laptop appear as if it is on a linux distro of chrome, ubuntu or whatever the 
most current one is, & also a user agent that is android 4.4.2 for nexus 5, 
nexus 7, and nexus 10.

I know I can use another extension but I think that the less extensions I have 
running the better... It appears that each extension takes more memory and the 
fewer I have the better.  I consider this extension one of the best and would 
really appreciate any help you provide me with.

Thank You for your time and work.

Original issue reported on code.google.com by belche...@gmail.com on 6 Feb 2014 at 2:58

GoogleCodeExporter commented 9 years ago
Enter your commentsI found the section of code containing the user agents 
http://scriptno.googlecode.com/svn/branches/html/options.html here.

I would like to add the following 4 User agents

Mozilla/5.0 (Linux; Android 4.4; Nexus 4 Build/KRT16E) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/34.0.1823.0 Safari/537.36

Mozilla/5.0 (Linux; Android 4.4.2; Nexus 7 Build/JZ054K) AppleWebKit/535.19 
(KHTML, like Gecko) Chrome/34.0.1823.0 Safari/537.36

Mozilla/5.0 (Linux; Android 4.4.2; Nexus 10 Build/KOT49H) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/34.0.1823.0 Safari/537.36

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu 
Chromium/34.0.1823.0 Chrome/34.0.1823.0 Safari/537.36

Original comment by belche...@gmail.com on 6 Feb 2014 at 3:20