The Following User Says Thank You to Raimu For This Useful Post: | ||
![]() |
2013-06-15
, 18:18
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#52
|
Apparenty, the update's stuck in the gears of the repo system? :|
Anyway, I like this program a lot. The only problem is, I sometimes need to imitate the useragents of different Chrome versions, and different Firefox versions. The presets aren't of much use for my usecase, since I don't have a use for different phones' useragent strings.
Also, some sites are starting to pull the plug on Firefox 3 support and even though some of them would still work fine on microb, the pages give out "unsupported browser" prompts that I bypass by just incrementing the version number by one or two.
These usecases would warrant the usefulness of having a user-customizable useragent list, IMHO. Anyway, thank you for your application. I'll try to donate a bit.
![]() |
2013-09-25
, 18:04
|
|
Posts: 283 |
Thanked: 276 times |
Joined on Aug 2011
@ uk or @Pai,Mae Hong Son, Thailand
|
#53
|
![]() |
2013-09-25
, 18:08
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#54
|
Question:- Does you application modify general.useragent.vendor or general.useragent.user?
I am playing around trying to find a more up to date agent setting that will work on facebook. I have discovered that they only work if put in general.useragent.vendor. This is, of course, reset back to original on browser restart.
If you define the agent in general.useragent.user, facebook starts to load but does not complete.
Why do I want to change it? To stop that annoying "update you browser" message that facebook comes out with from time to time..
The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2013-09-25
, 18:09
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#55
|
![]() |
2013-09-25
, 19:43
|
|
Posts: 139 |
Thanked: 181 times |
Joined on Nov 2011
@ Oulu, Finland
|
#56
|
![]() |
2013-09-25
, 20:04
|
|
Posts: 283 |
Thanked: 276 times |
Joined on Aug 2011
@ uk or @Pai,Mae Hong Son, Thailand
|
#57
|
I thought it puts a request to modify general.useragent.override in ~/.mozilla/microb/user.jss .
![]() |
2013-09-26
, 08:20
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#58
|
Well, if that's the case, I would like to know how it handles www.facebook.com because, when I create a general.useragent.override (via hideuseragent) it fails, see:-
http://talk.maemo.org/showpost.php?p...9&postcount=53
I have tried loads of agent definitions, they all cause facebook to just partially load. Definitions with only general.useragent.vendor work and of course, they get reset on browser restart.
I would like to know if anyone else sees this.
sed -i 's/override/vendor/g' /home/user/.mozilla/microb/user.js
![]() |
2013-09-26
, 08:30
|
|
Posts: 283 |
Thanked: 276 times |
Joined on Aug 2011
@ uk or @Pai,Mae Hong Son, Thailand
|
#59
|
I might implement an option to use vendor when I finish the sql stuff
![]() |
2013-09-26
, 08:44
|
|
Posts: 283 |
Thanked: 276 times |
Joined on Aug 2011
@ uk or @Pai,Mae Hong Son, Thailand
|
#60
|
And try whether it works.................Code:sed -i 's/override/vendor/g' /home/user/.mozilla/microb/user.js
The Following User Says Thank You to macey For This Useful Post: | ||
![]() |
Tags |
browser, microb, user agent |
|
Anyway, I like this program a lot. The only problem is, I sometimes need to imitate the useragents of different Chrome versions, and different Firefox versions. The presets aren't of much use for my usecase, since I don't have a use for different phones' useragent strings.
Also, some sites are starting to pull the plug on Firefox 3 support and even though some of them would still work fine on microb, the pages give out "unsupported browser" prompts that I bypass by just incrementing the version number by one or two.
These usecases would warrant the usefulness of having a user-customizable useragent list, IMHO. Anyway, thank you for your application. I'll try to donate a bit.