-
Notifications
You must be signed in to change notification settings - Fork 0
Protocol & Userscripts
aphrodite provides extended functionality for ease-of-use by providing support for a url protocol and userscript integration.
A url protocol, by design, is used by the browser to forward data to another program.
A userscript is a custom script that is ran on websites that do not contain said script. It is usually downloaded to a webbrowser specific add-on, such as greasemonkey, tampermonkey, and more recently, violentmonkey.
The aphrodite protocol is the global protocol used to forward data to aphrodite.
The aphrodite userscript (available within the addons folder of the repo) provides additional ease-of-access for aphrodite integrated into e621s website design.
Each pagination page includes the following options (located right below the tags textbox)
- download this page
- download tag(s)*
- aphrodite settings
*Download tags is only available, and usable if the tags input has data within it. It does not show up unless the page loads with a value in the tags textbox.
Each post page includes the following options (located right below the tags textbox)
- download image
- download tag(s)*
- download pool**
- add pool to wishlist**
- aphrodite settings
*Download tags is only available, and usable if the tags input has data within it. It does not show up unless the page loads with a value in the tags textbox.
**Pool options are only visible if the post is within a pool, and the pool bar is visible to the user on the page.
Each pool display page includes the following options (located right below the description of the pool, right above the pools pages)
- download pool
- add to wishlist
- show wishlist
- pool settings
This was added as a way to add specific tags to the tag filter without having to manually add them. By viewing the tag in the wiki, you will get the following options:
- add to graylist
- add to blacklist
- add to never download
- add to undesired
- show filters
Currently, all wiki pages will display these options, due to e621 having a really weird wiki layout. It's your responsibility to use the options properly.