Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/7nik/tpt-ap


https://github.com/7nik/tpt-ap

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Translate Pixiv Tags

A userscript that translates tags and artist names on
[Pixiv](https://www.pixiv.net) to their corresponding Danbooru tags. Also works on
[ArtStation](https://www.artstation.com/),
[DeviantArt](https://www.deviantart.com),
[Fantia](https://fantia.jp),
[Hentai-Foundry](https://www.hentai-foundry.com),
[NicoSeiga](https://seiga.nicovideo.jp),
[Nijie](https://nijie.info),
[Misskey.io](https://misskey.io),
[Misskey.art](https://misskey.art),
[Misskey.design](https://misskey.design),
[Pawoo](https://pawoo.net/about),
[pixivFANBOX](https://fanbox.pixiv.net),
[SauceNAO](https://saucenao.com/),
[Skeb](https://skeb.jp),
[Tinami](https://www.tinami.com),
[TweetDeck](https://tweetdeck.twitter.com),
and [Twitter](https://twitter.com).

# Installation

* Install [Tampermonkey](https://tampermonkey.net/) extension, it's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
* Download the script: https://github.com/7nik/tpt-ap/raw/master/tpt-ap.user.js
* An installation prompt will appear. Accept the installation.

# Screenshots




# Settings

### Via Tampermonkey menu

Click "Settings" under this script's item in the Tampermonkey menu.

### Via artist tag

You can open the settings by clicking a button in the upper right corner of any artist's tooltip.

### Via Storage tab

Settings are stored in the **Storage** tab of the userscript.
To be able to edit settings of the userscript, you must set **advanced config mode** in Tampermonkey settings.

To see default settings, the userscript should be run once.

* **booru:** Danbooru domain to send requests to.
* Subdomains include **danbooru**, **kagamihara**, **saitou**, and **shima**.
* **cache_lifetime:** The amount of time in seconds to cache data from Danbooru before querying again.
* **preview_limit:** The number of recent posts to show in artist tooltips.
* **show_preview_rating:** The upper level of rating for preview. Higher ratings will be blurred.
* Possible values are "**s**", "**q**", "**e**" (safe, questionable, explicit).

# FAQ

* [How to add new translations](https://github.com/evazion/translate-pixiv-tags/wiki/How-to-add-new-translations)
* [How to add or update artist links](https://github.com/evazion/translate-pixiv-tags/wiki/How-to-add-or-update-artist-links)
* [How to add support of one more site](https://github.com/evazion/translate-pixiv-tags/wiki/How-to-add-support-of-one-more-site)