You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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。
Main functions
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。
How to use
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。
Things to note
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。
Example
The message box contains the following content:
user ID
area(With national flag)
language(With full name)
Account creation time
Number of friends
Seller and organization account status
Username and nickname modification time
User avatar download button
💖 The script referenced or used the following script: