loveMisogyny
01/02/24 07:32PM
heyy guys
idk if this already exists, but i wanted to share this really simple script i made. it basically just counts down the spam timer when youre sending a message, so you dont have to keep counting the numbers in your head :p

sleazyfork.org/en/scripts/483711-r34dmtimer
HelloHerbert
01/20/24 09:50PM
Kinda unstable user script I made
Been working on this for quite a while and would love some feedback!
Features:
-Dark mode
-Dynamic resizing for weird aspect ratios
-Navigate threw posts with arrow keys
-Search bar resizes to fit what's written
-Bunch of other stuff just check the greasyfork page
greasyfork.org/en/scripts/458868-better-rule34
McDown0001
01/24/24 05:24PM
1 request if possible
Hey; Is it possible to make a script to scroll the post to make it in the center of the screen, so that after clicking in the post, i don't have to scroll down a bit to view the full post! Tnx
HelloHerbert
01/25/24 04:30AM
McDown0001 said:
Hey; Is it possible to make a script to scroll the post to make it in the center of the screen, so that after clicking in the post, i don't have to scroll down a bit to view the full post! Tnx


Kind of like this? (also now a feature in my really cool better rule34 script above :D)
greasyfork.org/en/scripts...t-into-view-on-rule34-xxx
GNAL.LUI-DJ
01/30/24 03:22AM
Need some help
Hello, is there a script to increase the number of images loading per page? and another to select and download pictures from the gallery(without opening them)?

Thank you in advance for anyone who can help me
Mathias15t3
02/02/24 09:51PM
I feel the same way bud.
GNAL.LUI-DJ said:
Hello, is there a script to increase the number of images loading per page? and another to select and download pictures from the gallery(without opening them)?

Thank you in advance for anyone who can help me


To Quote my Childhood Hero
Boromir
"One does not just simply Doom-scroll through a well tagged, and sorted R34 search."

For Brother Maynard laid the decree(for he carries the holy hand grenade of Antioch);
"Videos may not auto play in a lil popup, on mouse over.
Nor is this Fb. "

-Mathias


jujuteux
02/16/24 10:25AM
Making a "Related" addon for R34
nearly done with it, it:
-Gives you side buttons to see the next/previous pic, if it can find it, of a series/variation set:
*searches for a parent post or if itself is a parent, then orders in chronological order
*if not bound to a parent/child, checks for the artist's works and finds the nearest post with a +/-1% aspect ratio similarity, and if the post has similar characters


-Adds a section under the post's image loading 7 of the most relevant images:
*searches with the post's tags for similar posts, starting with all tags but incrementally making each ( ~ )'d to neighbors to increase blurriness
*gives you buttons next to each tag to make them mandatory in the search for related posts, with a button to include the artist in the search (saved through sessions/tabs), which is disabled by default to have more diverse propositions.

(the related tag search, although leagues better than when i started, is still jank so i'll make a local tag database that says which tags to prioritize innately, and which to ignore (generic shit like 'panties', 'text', 'outside'...)
JessicaJ
02/22/24 10:49AM
Linebreaks in tag editor via Greasemonkey
You saved many "My Tags", and are frustrated of the layout changing whenever you add a new tag?
Add `\n´ to "My Tags"; the following Greasemonkey script will replace them with actual linebreaks:

```
// ==UserScript==
// @author JessicaJ
// @match *://rule34.xxx/*
// @name Rule34.xxx Tag Editor Linebreaks
// @grant none
// @version 1
// ==/UserScript==

/** Replaces "\n" in the tag block with an actual newline <br> */
function replaceNewlines() {
let myTags = document.getElementById('my-tags');
for (child of myTags.childNodes) {
// Skips everything but "\n" entries.
if (child.id !== "t_\\n") continue;

let newlineNode = document.createElement("br");
child.replaceChildren(newlineNode);
}
}

replaceNewlines();
```
ThisIsHaram
02/25/24 09:04PM
Video Length
Is there anyway to make a script that will allow you see the total length of a rule34 video?
juneegbert
03/06/24 07:27PM
Is there any way to take an image, and find images that have similar tags? Like giving a list of images sorted by the number of tags they have in common?
Queue999
03/15/24 12:25PM
Bookmarking Artists and Tags
My current addon is a bit broken. (It sometimes hides all posts when certain tags are added to a search) but it otherwise works well.
It can bookmark creators and tags already, and has feature that will check all bookmarks for new posts.
Is there something similar that doesn't break the site?

Been looking through the thread and it's a bit overwhelming with what's available.
phoenixeugene
03/21/24 05:22AM
More image info!
I am once again trying to see if any one of you smart fellas/ladies can make a script to display just 2 additional pieces of info in the statistics section: Image size (2MB, 4MB, 10MB, etc) and type (JPG, JPEG, PNG, etc). Please?
personmangirl
04/01/24 03:12AM
Any scripts or addons to make tagging faster?
I've been going through pages of images manually adding the "human" tag to make sorting easier - when i enter -human into the search bar, i'm not expecting pages of humans.

So, anyone have something for this?
Maybe you can select/highlight stuff on the search page and mark them all to be tagged at once?
ClownOfFate
04/17/24 01:29AM
Potential RP-related scams?
Hi. I’m not sure if this is the right thread, but are there any scams happening here related to DMs or (off-site) RP? I’ve gotten some DMs and want to be on the safer side.
Apower
04/23/24 10:49PM
A tool to search through favorites?
<<<9101112 13


Reply | Forum Index