Tiktok отображает более расширенную информацию о профиле
「 TikTok displays more extended information on profile 」
Download:Github | ⭐Greasy Fork
This script is used in TikTok Extract user details and display additional user data on the user page。Including users ID、area、language、Account creation time、Number of friends, etc.,It also provides the function of downloading user avatars。
Detect username changes
By monitoring URL and username in user data,Detect whether there has been any change,If changed, the page will be refreshed automatically。
Extract user information
From the page __UNIVERSAL_DATA_FOR_REHYDRATION__ Script extract user information,include:
- user ID
- Regional and national flag
- Language and language names
- Account creation time
- Number of friends
- Is it a seller or not
- Is it an organization account?
- Username modification time
- Nickname modification time
Download user avatar
Provide a button,Click to download the user’s avatar directly,Save as timestamped .jpg document。
Dynamic interface display
In the share title container on the user page,Dynamically insert an information box,Show detailed data extracted。
Installation script
Copy the code to the browser user script management tool(like Tampermonkey)。
Open TikTok User page
For example https://www.tiktok.com/@username。
View user data
After the page loads,Additional user information boxes will be displayed automatically,Click“Download Profile Pic”The button can download the avatar。
Page structure dependency
This script depends on TikTok Current page DOM structure,like TikTok Update the page structure,The script may need to be modified。
Source of data
Data sourced from __UNIVERSAL_DATA_FOR_REHYDRATION__ Script tags,If this tag does not exist,The script will not run。
Avatar download dependency
Download function dependency GM_download,Need support Greasemonkey / Tampermonkey。
The message box contains the following content:
🧑💻 @bruddaa ⇒ 📜 TikTok User Info

Recommended browser and script manager:
If you need to learn more about how to install user scripts,Click meView the teaching of pictures and texts!

