-
Notifications
You must be signed in to change notification settings - Fork 2
/
help.html
30 lines (30 loc) · 1.88 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="ASCII"/>
</head>
<body>
<h3>About</h3>
NHentaiAnalytics is a Chrome/Firefox extension to help you find the best doujinshi based on your favorites.<br/><br/>
When you first open it, it'll get all your favorite tags from NHentai (you must be logged in for this to work)<br/>
Then it will be able to give you suggestions based on these tags, avoiding tags you blacklisted or ignored (tags that are in none of the doujinshi you favorited)
<hr/>
<h3>Tags doesn't load</h3>
If you have a message saying tags aren't loaded and waiting doesn't help, try reloading the doujinshi list by going in settings then press "Update".<br/>
Loading tags take appromatively 1 second per doujinshi.<br/>
That means if you have a huge number of favorite you may hvae to wait several minutes.
<hr/>
<h3>Report a bug / suggest a feature</h3>
If you want to report a bug or suggest a new feature you can do it using one of the following way:
<ul>
<li>On the <a href="https://github.com/Xwilarg/NHentaiAnalytics/issues" target="_blank">GitHub repository</a> (you can also directly contribute by doing a pull request)</li>
<li>On the <a href="https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln">Chrome Store extension page</a></li>
<li>By mail at <a href="mailto:[email protected]">[email protected]</a></li>
<li>On Discord by adding Zirk#0001</li>
</ul>
<hr/>
<h3>Others information</h3>
NHentaiAnalytics is a open-source project under the Apache License 2.0.<br/>
The source code is freely available on GitHub: <a href="https://github.com/Xwilarg/NHentaiAnalytics" target="_blank">https://github.com/Xwilarg/NHentaiAnalytics</a>.
</body>
</html>