Rule34 Favorites Search Gallery
About
Favorites Search by MegaMoo77 stopped working some time ago
I couldn't find a suitable replacement, so I created my own adaptation including a gallery and some QOL features
This script is still in development, please let me know if you experience a bug, or have a question/feature request
Preview

Getting Started
- Install Tampermonkey
- Install this script using Tampermonkey
- Go to any favorites page
- Should end with: index.php?page=favorites&s=view&id=<ID>
- Enjoy
Controls
Left Click:
- On thumbnail: Show original content associated with thumbnail and enter gallery
- In gallery: Exit gallery
Middle Click:
- On thumbnail / In gallery: Open post page of thumbnail in new tab
- Not on thumbnail: Show original content automatically when hovering over thumbnail (toggle)
Scroll Wheel/Arrow Keys/WASD (in gallery): Traverse gallery
Scroll Wheel: (on thumbnail, not in gallery, hovering enabled): Change background opacity
Escape (in gallery): Exit gallery
Right Click (in gallery): Exit gallery, but enable enlarge on hover
## Features
- Search favorites with the the same syntax as the normal post pages (except for meta tags):
Includes:
Does not include:
- score:
- rating:
- user:
- height:
- width:
- parent:
- source:
- updated:
Examples:
- ( video ~ animated ~ high_res* ~ absurd_res* ) -low_res* ( female* ~ 1girls ~ 123 ) -ai_generated -red_hair
- ( 123 ~ 456 ~ 99999* ~ pear ) -grape* ( apple* ~ banana ~ pineapple ) -orange -cherry
- View full resolution images, or play videos and GIFs ( also works on post pages )
- Only wait on fetching once.
- Favorites are stored in a client database after fetching them for the first time
- Allows for quick loading anytime later
- Save custom searches
- Shuffle search results
- Invert search results
- Exclude results with blacklisted tags
- Search by post ID
- See tooltip showing which tags were matched by the last search
- Clickable overlay of character, copyright, and artist tags related to thumbnail
- Choose full-screen image resolution
- Enlarged remove buttons that don't force page reloads
- Autocompleted tag search
- Look at other user's favorites with the above features (blacklisted tags are hidden automatically)
Preferred Specs:
Memory: 8GB
Video Memory: 4GB
Download Speed: 75Mb/s
Favorite Count: <10000 (for now)
FAQ
Q: Why is there some bug/issue?
A: If not already addressed below, report the bug and explain how to reproduce it.
Q: Everything stopped working, why I can't see any favorites?
A: Delete all site data (cookies, localStorage, indexedDB) through your browser's settings or the Reset button. Then retry.
Q: What browsers are supported?
A: Chrome, Edge, and Firefox work. Have not tested other browsers.
Q: Does it work on mobile?
A: No.
Q: Why am I experiencing lag?
A: Responsiveness depends on:
- Internet speed:
- A lot of network activity (loading favorites, rendering images) happens in the background.
- A stable wired connection is preferred.
- Favorite count: >15000 favorites can start getting slow when they're all on one page. I plan to implement multiple pages in the future.