General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Google Plus
Posted by: ndebord
Date: October 07, 2011 02:15PM

Google Plus won't let me use KM 1.6b2... tried changing user agent string, but didn't work. Any ideas much appreciated.

N

Options: ReplyQuote
Re: Google Plus
Posted by: guenter
Date: October 07, 2011 04:55PM

Try spoof: Mozilla/5.0 (Windows NT 5.1; rv:8.0a2) Gecko/20110911 Firefox/8.0a2

Works for me. But do not know whether I keep visiting it.

p.s. I evolunteered very little info about me. smiling smiley
But G+ suggest that I know or am aquainted with siria & rumpel. :O
Cool. But I wonder on which info G+ knows this. :s

As You know they are or were K-Meleon users. I know them from this site.



Edited 1 time(s). Last edit at 10/07/2011 05:16PM by guenter.

Options: ReplyQuote
Re: Google Plus
Posted by: ndebord
Date: October 08, 2011 12:36PM

Quote
guenter
Try spoof: Mozilla/5.0 (Windows NT 5.1; rv:8.0a2) Gecko/20110911 Firefox/8.0a2

Works for me. But do not know whether I keep visiting it.

p.s. I evolunteered very little info about me. smiling smiley
But G+ suggest that I know or am aquainted with siria & rumpel. :O
Cool. But I wonder on which info G+ knows this. :s

As You know they are or were K-Meleon users. I know them from this site.

guenter,

Google Plus seems to work somewhat, but not completely in KM. Am using FF 7.0.1 for now until I figure it out.

N



Edited 1 time(s). Last edit at 10/08/2011 12:37PM by ndebord.

Options: ReplyQuote
Re: Google Plus
Posted by: guenter
Date: October 08, 2011 09:21PM

Quote
ndebord
Google Plus seems to work somewhat, but not completely in KM.

What does not work?

Options: ReplyQuote
Re: Google Plus
Posted by: ndebord
Date: October 09, 2011 02:03PM

Quote
guenter
Quote
ndebord
Google Plus seems to work somewhat, but not completely in KM.

What does not work?

guenter,

Editing Circle info, as in copying, deleting, moving people from one circle to another.

N

Options: ReplyQuote
Re: Google Plus
Posted by: guenter
Date: October 09, 2011 06:00PM

Quote
ndebord
Quote
guenter
Quote
ndebord
Google Plus seems to work somewhat, but not completely in KM.

What does not work?

guenter,

Editing Circle info, as in copying, deleting, moving people from one circle to another.

Did You look into ErrorConsole whether it throws errors?

Options: ReplyQuote
Re: Google Plus
Posted by: ndebord
Date: October 09, 2011 10:42PM

Quote
guenter
Quote
ndebord
Quote
guenter
Quote
ndebord
Google Plus seems to work somewhat, but not completely in KM.

What does not work?

guenter,

Editing Circle info, as in copying, deleting, moving people from one circle to another.

Did You look into ErrorConsole whether it throws errors?

Guenter,

modified 110n.js as follows: And now it seems to work, will have to test a little more to be sure.

// Privacy

pref("kmeleon.privacy.useragent1.name", "Firefox 3.6");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:8.0a2) Gecko/20110911 Firefox/8.0a2");
pref("kmeleon.privacy.useragent2.name", "SeaMonkey 2.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11");

N



Edited 1 time(s). Last edit at 10/09/2011 10:42PM by ndebord.

Options: ReplyQuote
Re: Google Plus
Posted by: guenter
Date: October 09, 2011 11:40PM

Quote
ndebord

modified 110n.js as follows: And now it seems to work, will have to test a little more to be sure.

// Privacy

pref("kmeleon.privacy.useragent1.name", "Firefox 3.6");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:8.0a2) Gecko/20110911 Firefox/8.0a2");
pref("kmeleon.privacy.useragent2.name", "SeaMonkey 2.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11");

How about?

pref("kmeleon.privacy.useragent1.name", "Firefox 3.5");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16");
pref("kmeleon.privacy.useragent2.name", "SeaMonkey 2.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11");
pref("kmeleon.privacy.useragent3.name", "Firefox 8 alpha 2");
pref("kmeleon.privacy.useragent3.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:8.0a2) Gecko/20110911 Firefox/8.0a2");


I also have the impression that many sites are lenient with Firefox test builds.

I prefer burning edge FF nightlies currently =

Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:10.0a1) Gecko/20111008 Firefox/10.0a1



Edited 1 time(s). Last edit at 10/09/2011 11:40PM by guenter.

Options: ReplyQuote
Re: Google Plus
Posted by: ndebord
Date: October 10, 2011 05:38AM

Quote
guenter
Quote
ndebord

modified 110n.js as follows: And now it seems to work, will have to test a little more to be sure.

// Privacy

pref("kmeleon.privacy.useragent1.name", "Firefox 3.6");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:8.0a2) Gecko/20110911 Firefox/8.0a2");
pref("kmeleon.privacy.useragent2.name", "SeaMonkey 2.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11");

How about?

pref("kmeleon.privacy.useragent1.name", "Firefox 3.5");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16");
pref("kmeleon.privacy.useragent2.name", "SeaMonkey 2.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11");
pref("kmeleon.privacy.useragent3.name", "Firefox 8 alpha 2");
pref("kmeleon.privacy.useragent3.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:8.0a2) Gecko/20110911 Firefox/8.0a2");


I also have the impression that many sites are lenient with Firefox test builds.

I prefer burning edge FF nightlies currently =

Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:10.0a1) Gecko/20111008 Firefox/10.0a1

Guenter,

Will look at this, but it seems that replacing the FF3.5 with the FF3.6 string works well, so am reluctant to experiment further.

N

Options: ReplyQuote
Re: Google Plus
Posted by: guenter
Date: October 10, 2011 02:31PM

Quote
ndebord
Quote
guenter
Quote
ndebord

modified 110n.js as follows: And now it seems to work, will have to test a little more to be sure.

// Privacy

pref("kmeleon.privacy.useragent1.name", "Firefox 3.6");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:8.0a2) Gecko/20110911 Firefox/8.0a2");
pref("kmeleon.privacy.useragent2.name", "SeaMonkey 2.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11");

How about?

pref("kmeleon.privacy.useragent1.name", "Firefox 3.5");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16");
pref("kmeleon.privacy.useragent2.name", "SeaMonkey 2.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11");
pref("kmeleon.privacy.useragent3.name", "Firefox 8 alpha 2");
pref("kmeleon.privacy.useragent3.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:8.0a2) Gecko/20110911 Firefox/8.0a2");


I also have the impression that many sites are lenient with Firefox test builds.

I prefer burning edge FF nightlies currently =

Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:10.0a1) Gecko/20111008 Firefox/10.0a1

Guenter,

Will look at this, but it seems that replacing the FF3.5 with the FF3.6 string works well, so am reluctant to experiment further.

grinning smiley

That is no experiment but dead old routine.

You can add extras like me. Only the bold numbers increase by one.

The one I added now was 3:

useragent3.name

useragent3.string

& You can add many. It is only needed that You keep increase the numeral by one & keep the numbers consistent.

So the next (4th) example UserAgentString would have number 4:

pref("kmeleon.privacy.useragent4.name", "Opera");
pref("kmeleon.privacy.useragent4.string", "Opera/10.00 (Windows; U; Windows NT 5.1; en) Presto/2.2.0");



p.s. Don't You remember that the 1.1.x Version had 4 defaults? grinning smiley

The code was.


// Privacy

pref("kmeleon.privacy.useragent1.name", "Firefox 2.0.0.16");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16");
pref("kmeleon.privacy.useragent2.name", "MSIE 7.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)");
pref("kmeleon.privacy.useragent3.name", "Opera 9.23");
pref("kmeleon.privacy.useragent3.string", "Opera/9.23 (Windows NT 5.1; U; de)");
pref("kmeleon.privacy.useragent4.name", "SeaMonkey 1.1.11");
pref("kmeleon.privacy.useragent4.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11");



Edited 2 time(s). Last edit at 10/10/2011 02:48PM by guenter.

Options: ReplyQuote
Re: Google Plus
Posted by: ndebord
Date: October 11, 2011 02:30AM

Quote
guenter
Quote
ndebord
Quote
guenter
Quote
ndebord

modified 110n.js as follows: And now it seems to work, will have to test a little more to be sure.

// Privacy

pref("kmeleon.privacy.useragent1.name", "Firefox 3.6");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:8.0a2) Gecko/20110911 Firefox/8.0a2");
pref("kmeleon.privacy.useragent2.name", "SeaMonkey 2.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11");

How about?

pref("kmeleon.privacy.useragent1.name", "Firefox 3.5");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101130 Firefox/3.5.16");
pref("kmeleon.privacy.useragent2.name", "SeaMonkey 2.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11");
pref("kmeleon.privacy.useragent3.name", "Firefox 8 alpha 2");
pref("kmeleon.privacy.useragent3.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:8.0a2) Gecko/20110911 Firefox/8.0a2");


I also have the impression that many sites are lenient with Firefox test builds.

I prefer burning edge FF nightlies currently =

Build identifier: Mozilla/5.0 (Windows NT 5.1; rv:10.0a1) Gecko/20111008 Firefox/10.0a1

Guenter,

Will look at this, but it seems that replacing the FF3.5 with the FF3.6 string works well, so am reluctant to experiment further.

grinning smiley

That is no experiment but dead old routine.

You can add extras like me. Only the bold numbers increase by one.

The one I added now was 3:

useragent3.name

useragent3.string

& You can add many. It is only needed that You keep increase the numeral by one & keep the numbers consistent.

So the next (4th) example UserAgentString would have number 4:

pref("kmeleon.privacy.useragent4.name", "Opera");
pref("kmeleon.privacy.useragent4.string", "Opera/10.00 (Windows; U; Windows NT 5.1; en) Presto/2.2.0");



p.s. Don't You remember that the 1.1.x Version had 4 defaults? grinning smiley

Guenter,

Do I remember yeserday, much less user agent strings? Ahhh... nope. <g> And I do recall vaguely, but I think I'm just going with this for now and if it fails, I'll change to your latest.


The code was.


// Privacy

pref("kmeleon.privacy.useragent1.name", "Firefox 2.0.0.16");
pref("kmeleon.privacy.useragent1.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16");
pref("kmeleon.privacy.useragent2.name", "MSIE 7.0");
pref("kmeleon.privacy.useragent2.string", "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)");
pref("kmeleon.privacy.useragent3.name", "Opera 9.23");
pref("kmeleon.privacy.useragent3.string", "Opera/9.23 (Windows NT 5.1; U; de)");
pref("kmeleon.privacy.useragent4.name", "SeaMonkey 1.1.11");
pref("kmeleon.privacy.useragent4.string", "Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11");


N

Options: ReplyQuote


K-Meleon forum is powered by Phorum.