mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Revert "Show current user agent string in troubleshooting guide (#1049)"
This reverts commit c43aec93a1
.
This commit is contained in:
parent
7dddc8c8e2
commit
cd4d6a3185
@ -4,10 +4,6 @@ titleTemplate: Guides
|
||||
description: Facing source or app issues? Here's how to troubleshoot.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
const userAgent = navigator.userAgent;
|
||||
</script>
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
Facing source or app issues? Here's how to troubleshoot.
|
||||
@ -84,15 +80,10 @@ While some sources have specific user agent strings, most rely on the app's defa
|
||||
::: info Changing your user agent
|
||||
1. Navigate to <nav to="advanced">.
|
||||
1. Modify **Default user agent string** to another value. You may need to experiment to find one that works.
|
||||
> [Here's a reference](https://www.whatismybrowser.com/guides/the-latest-user-agent/).
|
||||
1. Restart the app and retry source access.
|
||||
:::
|
||||
|
||||
::: tip User agent strings
|
||||
Your current user agent: `{{userAgent}}`
|
||||
|
||||
You can also refer to [this website](https://www.whatismybrowser.com/guides/the-latest-user-agent/) for more references.
|
||||
:::
|
||||
|
||||
::: tip Did these methods not work?
|
||||
Wait for the source to lower its protection or switch to different sources.
|
||||
:::
|
||||
|
Loading…
Reference in New Issue
Block a user