LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-03-2022, 01:19 AM   #46
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705

Quote:
Originally Posted by Matthew Wai View Post
That is the only solution.
That may be the solution that you were able to implement, but I guarantee that it is not "the only solution".

Evo2.
 
Old 07-03-2022, 02:13 AM   #47
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by evo2 View Post
That may be the solution that you were able to implement, but I guarantee that it is not "the only solution".

Evo2.
What is another solution? User-Agent Switcher? It is not a solution at my end. I would appreciate it if you could provide a simple solution that really works.
 
Old 07-03-2022, 09:04 AM   #48
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,627

Rep: Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556

HTTP is an OS-agnostic client-server protocol; a server has no knowledge of what client software is running unless it is told.

However, the User-Agent header is only one mechanism for telling the server: another is through JavaScript's window.navigator property.

Press F12, goto "Console", enter "navigator", and examine the object returned.

Maybe see if Firefox's "fingerprinting protection" has any effect on spoofing those values?

 
Old 07-03-2022, 05:15 PM   #49
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by Matthew Wai View Post
What is another solution? User-Agent Switcher? It is not a solution at my end. I would appreciate it if you could provide a simple solution that really works.
I already told you to dig into dev console with F12, but you decided that you couldn't be bothered following through with it.
 
Old 07-04-2022, 12:05 AM   #50
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by evo2 View Post
I already told you to dig into dev console with F12, but you decided that you couldn't be bothered following through with it.
I know nothing about "dev console". I don't know what it is. You told me to do what I don't know.
 
Old 07-04-2022, 01:48 AM   #51
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by Matthew Wai View Post
I know nothing about "dev console". I don't know what it is. You told me to do what I don't know.
Really?
Quote:
Originally Posted by Matthew Wai View Post
There is nothing to be looking into. Just look at the following screenshot, which has explained why the Linux browser is not supported:

https://www.linuxquestions.org/quest...3&d=1656477570

The only solution is to use a browser for Windows or Mac OS.
Rewriting history now?

Evo2.
 
Old 07-04-2022, 02:08 AM   #52
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by evo2 View Post
Really?

Rewriting history now?

Evo2.
Such questions do not help matters.
 
Old 07-04-2022, 03:03 AM   #53
gachub2
LQ Newbie
 
Registered: Jun 2022
Posts: 3

Rep: Reputation: 0
Open a terminal window and add the Lutris PPA with this command: $ sudo add-apt-repository ppa:lutris-team/lutris.
Next, make sure you update apt first but then install Lutris as normal: $ sudo apt update $ sudo apt install lutris.
 
Old 07-04-2022, 03:10 AM   #54
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by boughtonp View Post
Press F12, goto "Console", enter "navigator", and examine the object returned.
See the screenshot attached below. I don't know what it means.
Attached Thumbnails
Click image for larger version

Name:	navigator.jpg
Views:	10
Size:	58.4 KB
ID:	39216  
 
Old 07-04-2022, 06:51 AM   #55
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by boughtonp View Post
Maybe see if Firefox's "fingerprinting protection" has any effect on spoofing those values?
I just installed Firefox and got the message shown in the screenshot attached below.
I don't know what "fingerprinting protection" is.
Attached Thumbnails
Click image for larger version

Name:	Firefox not supported.jpg
Views:	10
Size:	52.6 KB
ID:	39217  

Last edited by Matthew Wai; 07-04-2022 at 06:55 AM.
 
Old 07-04-2022, 07:44 AM   #56
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,627

Rep: Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556Reputation: 2556
Quote:
Originally Posted by Matthew Wai View Post
See the screenshot attached below. I don't know what it means.
Quote:
Originally Posted by Matthew Wai View Post
I just installed Firefox and got the message shown in the screenshot attached below.
I don't know what "fingerprinting protection" is.
Then use a search engine to find information so you can learn what these things mean.


(Also, consider giving up on that pathetic site and use something better, and/or you could try complaining to them about their unnecessary limitations.)

 
1 members found this post helpful.
Old 07-04-2022, 08:36 AM   #57
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
It seems that I will have to spend plenty of time searching for information and learning convoluted things if I want a slim chance to find a different solution that is simpler than the one I have already used.
 
Old 08-02-2022, 02:46 AM   #58
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by evo2 View Post
That may be the solution that you were able to implement, but I guarantee that it is not "the only solution".
You were right. It is not the only solution.

Quote:
Originally Posted by evo2 View Post
I already told you to dig into dev console with F12, but you decided that you couldn't be bothered following through with it.
You were wrong. The console does not provide useful information. The following article does.

https://www.whatismybrowser.com/guid...-agent/firefox

A very simple solution is to add the following name and value onto the "about:config" page on Firefox.

Preference Name: general.useragent.override
String value: 5.0 (Windows NT 10.0; Win64; x64) Chrome/60.0.2486.0

Now the Chinese website thinks that I am using Chrome 60 on Windows 10, and I can watch the videos on Linux.
 
Old 08-02-2022, 08:05 AM   #59
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
So you changed the user agent string and it solved your problem. Pretty sure that's what I suggested from the very beginning.
 
Old 08-02-2022, 08:16 AM   #60
Matthew Wai
Member
 
Registered: Jul 2019
Location: China
Distribution: UnionTech OS Desktop Home (64-bit)
Posts: 200

Original Poster
Rep: Reputation: Disabled
I just found that all credit goes to the Firefox add-on "User-Agent Switcher" rather than the page "about:config", which actually has no effect on the Chinese website.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) LXer Syndicated Linux News 0 09-05-2018 04:50 PM
LXer: Chrome OS is not dead, insists Google veep in charge of Chrome OS LXer Syndicated Linux News 0 10-31-2015 05:11 AM
LXer: Google Releases Chrome 44 Stable for Windows, Mac OS X, Linux, and Chrome OS LXer Syndicated Linux News 0 07-21-2015 07:03 PM
Google Chrome New Tab Page (!)= Chrome OS Desktop Kenny_Strawn Linux - General 6 02-19-2011 05:36 PM
LXer: As Goes Chrome OS, So Goes Google's Chrome Browser LXer Syndicated Linux News 4 10-09-2010 03:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration