https://github.com/daiz/fakku-experiments
Userscript for various experimental FAKKU features.
https://github.com/daiz/fakku-experiments
Last synced: about 1 year ago
JSON representation
Userscript for various experimental FAKKU features.
- Host: GitHub
- URL: https://github.com/daiz/fakku-experiments
- Owner: Daiz
- License: agpl-3.0
- Created: 2018-03-12T13:22:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T12:23:35.000Z (over 8 years ago)
- Last Synced: 2025-02-16T14:48:20.229Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FAKKU Experiments
**FAKKU Experiments** is a userscript for experimental frontend features on [FAKKU!](https://www.fakku.net) _(nsfw)_
## Installation
1. Install [Tampermonkey](http://tampermonkey.net/) or [Violentmonkey](https://violentmonkey.github.io/get-it/).
2. Click the install link below.
### [**INSTALL THE USERSCRIPT**](https://github.com/Daiz/fakku-experiments/raw/stable/dist/fakku-experiments.user.js)
## Available Experiments
* Sort tags so that followed tags are always listed first, while category tags are always listed last.
* Add highlights for all types of attributes that you can follow (artists, magazines, publishers, etc).
* Sort attributes into categories in your [Following](https://www.fakku.net/account/following) page.
* Update attribute highlights dynamically across tabs and windows as they change.
* Move collection/chapter listing above comments.
## Tag Groups
Currently there is only tag group, which is called the "category" tags. In the future this will likely be replaced with full-blown tag groups, but for now, this moves the various format descriptions to the back while bringing the actual content tags to the front.
* **category:** hentai, ecchi, non-h, anime, illustration, spread, interview, western, uncensored, censored, subscription, doujin, book, dubbed, subbed
## Why Userscript?
Userscript gives me full freedom to do whatever I want however I want and whenever I want, and it's primary purpose is to test and develop feature proposals for the site proper. I also have a soft spot for userscripts in general considering my whole career basically got started by editing and developing userscripts!