Added TikTok as user-client

This commit is contained in:
Sascha Leib
2025-10-19 11:28:34 +02:00
parent 3986410d5c
commit e55c1b59c6
5 changed files with 6 additions and 8 deletions

View File

@@ -106,6 +106,7 @@
&.cl_chatgpt::before { background-position-y: -460px }
&.cl_meta::before { background-position-y: -480px }
&.cl_yahoolp::before { background-position-y: -500px }
&.cl_tiktok::before { background-position-y: -520px }
&.cl_other::before { background-image: url('img/more.svg') }
/* Country flags */
@@ -391,7 +392,6 @@
&.sb_srvtck::before { background-position-y: -100px }
&.sb_logtck::before { background-position-y: -120px }
&.sb_srvlogtck::before { background-position-y: -140px }
}
.page_icon {

View File

@@ -69,7 +69,7 @@
"id": "langMatch", "desc": "Clients Accept-Language header does not match the page language",
"bot": 30
},
{"func": "matchesClient", "params": ["whatsapp","applemsgs","goognblm"],
{"func": "matchesClient", "params": ["whatsapp","applemsgs","goognblm","tiktok"],
"id": "previewClient", "desc": "User-triggered bot load (e.g. preview)",
"bot": -120
}

View File

@@ -256,12 +256,6 @@
"rx": ["TerraCotta"],
"url": "https://github.com/CeramicTeam/CeramicTerracotta"
},
{"id": "tiktok",
"n": "TikTok Spider", "geo": "CN",
"r": ["TikTokSpider"],
"rx": ["TikTokSpider"],
"url": "https://darkvisitors.com/agents/tiktokspider"
},
{"id": "halobot",
"n": "HaloBot", "geo": "FR",
"r": ["HaloBot"],

View File

@@ -95,6 +95,10 @@
"id": "applemsgs",
"rx": ["Facebot Twitterbot\\/(\\d\\.\\d)"]
},
{"n": "TikTok",
"id": "tiktok",
"rx": ["TikTokSpider;"]
},
{"n": "Google NotebookLM",
"id": "goognblm",
"rx": ["Google-NotebookLM"]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 29 KiB